| /u-boot/lib/zlib/ |
| A D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { 64 local const ct_data static_dtree[D_CODES] = { 118 local const int base_length[LENGTH_CODES] = { 123 local const int base_dist[D_CODES] = {
|
| A D | trees.c | 72 local const uch bl_order[BL_CODES] 116 local int base_dist[D_CODES]; 240 local void tr_static_init() in tr_static_init() 416 local void init_block(s) in init_block() 460 local void pqdownheap(s, tree, k) in pqdownheap() 495 local void gen_bitlen(s, desc) in gen_bitlen() 624 local void build_tree(s, desc) in build_tree() 808 local int build_bl_tree(s) in build_bl_tree() 1138 local int detect_data_type(s) in detect_data_type() 1187 local void bi_flush(s) in bi_flush() [all …]
|
| A D | deflate.c | 549 local void putShortMSB (s, b) in putShortMSB() 563 local void flush_pending(strm) in flush_pending() 991 local int read_buf(strm, buf, size) in read_buf() 1021 local void lm_init (s) in lm_init() 1062 local uInt longest_match(s, cur_match) in longest_match() 1211 local uInt longest_match(s, cur_match) in longest_match() 1304 local void fill_window(s) in fill_window() 1519 local block_state deflate_fast(s, flush) in deflate_fast() 1615 local block_state deflate_slow(s, flush) in deflate_slow() 1740 local block_state deflate_rle(s, flush) in deflate_rle() [all …]
|
| A D | zutil.h | 42 #ifndef local 43 # define local static macro
|
| /u-boot/drivers/net/ |
| A D | sandbox-raw-bus.c | 30 int local = sandbox_eth_raw_os_is_local(i->if_name); in eth_raw_bus_post_bind() local 32 if (local < 0) in eth_raw_bus_post_bind() 34 if (skip_localhost && local) in eth_raw_bus_post_bind() 48 priv->local = local; in eth_raw_bus_post_bind()
|
| A D | sandbox-raw.c | 32 if (priv->local) { in sb_eth_raw_start() 47 if (priv->local) { in sb_eth_raw_send() 101 uchar *pktptr = priv->local ? in sb_eth_raw_recv() 108 if (priv->local) { in sb_eth_raw_recv() 181 priv->local = ret; in sb_eth_raw_of_to_plat()
|
| /u-boot/test/overlay/ |
| A D | test-fdt-overlay.dts | 64 local: new-local-node { label 74 test-phandle = <&test>, <&local>; 82 test-several-phandle = <&local>, <&local>;
|
| A D | test-fdt-overlay-stacked.dts | 14 target = <&local>;
|
| /u-boot/drivers/i2c/ |
| A D | tegra_i2c.c | 240 u32 local; in send_recv_packets() local 262 local = 0; in send_recv_packets() 263 memcpy(&local, dptr, last_bytes); in send_recv_packets() 265 memcpy(&local, dptr, sizeof(u32)); in send_recv_packets() 267 local = *wptr; in send_recv_packets() 269 writel(local, &control->tx_fifo); in send_recv_packets() 270 debug("pkt data sent (0x%x)\n", local); in send_recv_packets() 284 local = readl(&control->rx_fifo); in send_recv_packets() 286 memcpy(dptr, (char *)&local, last_bytes); in send_recv_packets() 288 memcpy(dptr, &local, sizeof(u32)); in send_recv_packets() [all …]
|
| /u-boot/doc/ |
| A D | README.link-local | 2 Link-local IP address auto-configuration 5 Negotiate with other link-local clients on the local network 49 This script allows use of DHCP and/or Link-local controlled
|
| /u-boot/arch/powerpc/cpu/mpc86xx/ |
| A D | Kconfig | 48 int "Number of local access windows" 51 Number of local access windows. This is fixed per SoC.
|
| /u-boot/arch/x86/lib/ |
| A D | elf_ia32_efi.lds | 68 *(.data.rel.ro.local) 69 *(.data.rel.local)
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | eth-raw-os.h | 32 int local; member
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | altera_tse.txt | 33 - mdio device tree subnode: When the TSE has a phy connected to its local 48 - local-mac-address: See ethernet.txt in the same directory. 69 local-mac-address = [ 00 00 00 00 00 00 ]; 107 local-mac-address = [ 00 00 00 00 00 00 ];
|
| /u-boot/arch/powerpc/dts/ |
| A D | kmeter1.dts | 299 local-mac-address = [ 00 00 00 00 00 00 ]; 315 local-mac-address = [ 00 00 00 00 00 00 ]; 331 local-mac-address = [ 00 00 00 00 00 00 ]; 347 local-mac-address = [ 00 00 00 00 00 00 ]; 363 local-mac-address = [ 00 00 00 00 00 00 ]; 379 local-mac-address = [ 00 00 00 00 00 00 ]; 395 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec1-0.dtsi | 19 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec1-1.dtsi | 19 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec1-2.dtsi | 19 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec1-3.dtsi | 19 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec2-0.dtsi | 26 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec2-1.dtsi | 26 local-mac-address = [ 00 00 00 00 00 00 ];
|
| A D | pq3-etsec2-2.dtsi | 26 local-mac-address = [ 00 00 00 00 00 00 ];
|
| /u-boot/arch/arm/dts/ |
| A D | s700-u-boot.dtsi | 15 local-mac-address = [ 00 18 fe 66 66 66 ];
|
| A D | fsl-imx8-ca53.dtsi | 25 local-timer-stop; 34 local-timer-stop;
|
| /u-boot/arch/sandbox/cpu/ |
| A D | eth-raw-os.c | 189 if (priv->local) in sandbox_eth_raw_os_start() 217 if (priv->local && (priv->local_bind_sd == -1 || in sandbox_eth_raw_os_send() 289 if (priv->local) { in sandbox_eth_raw_os_stop()
|