Home
last modified time | relevance | path

Searched refs:to_header (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/
H A Dtest_http.py22 assert a.to_header() == "en-us,ru;q=0.5"
118 assert c.to_header() == "no-cache"
546 assert rv.to_header() == '"Test"'
552 assert rv.to_header() == '"Test"'
558 assert rv.to_header() == '"bullshit"'
569 assert rv.to_header() == ""
578 assert rv.to_header() == "bytes=52-"
583 assert rv.to_header() == "bytes=52-99"
593 assert rv.to_header() == "bytes=1-100"
631 assert rv.to_header() == "bytes */100"
[all …]
/dports/www/p5-Dancer/Dancer-1.3513/t/09_cookies/
H A D02_cookie_object.t14 is($c->to_header, 'dancer.slot=42; path=/; HttpOnly',
23 $c->to_header,
34 $c->to_header,
44 $c->to_header,
56 $c->to_header,
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dswapfs.c192 to_header->h_magic = ext2fs_swab32(from_header->h_magic); in ext2fs_swap_ext_attr_header()
193 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr_header()
194 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount); in ext2fs_swap_ext_attr_header()
195 to_header->h_hash = ext2fs_swab32(from_header->h_hash); in ext2fs_swap_ext_attr_header()
198 to_header->h_reserved[n] = in ext2fs_swap_ext_attr_header()
215 struct ext2_ext_attr_header *to_header = in ext2fs_swap_ext_attr() local
220 if (to_header != from_header) in ext2fs_swap_ext_attr()
221 memcpy(to_header, from_header, bufsize); in ext2fs_swap_ext_attr()
224 ext2fs_swap_ext_attr_header(to_header, from_header); in ext2fs_swap_ext_attr()
227 to_entry = (struct ext2_ext_attr_entry *)(to_header+1); in ext2fs_swap_ext_attr()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dswapfs.c192 to_header->h_magic = ext2fs_swab32(from_header->h_magic); in ext2fs_swap_ext_attr_header()
193 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr_header()
194 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount); in ext2fs_swap_ext_attr_header()
195 to_header->h_hash = ext2fs_swab32(from_header->h_hash); in ext2fs_swap_ext_attr_header()
198 to_header->h_reserved[n] = in ext2fs_swap_ext_attr_header()
215 struct ext2_ext_attr_header *to_header = in ext2fs_swap_ext_attr() local
220 if (to_header != from_header) in ext2fs_swap_ext_attr()
221 memcpy(to_header, from_header, bufsize); in ext2fs_swap_ext_attr()
224 ext2fs_swap_ext_attr_header(to_header, from_header); in ext2fs_swap_ext_attr()
227 to_entry = (struct ext2_ext_attr_entry *)(to_header+1); in ext2fs_swap_ext_attr()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dswapfs.c192 to_header->h_magic = ext2fs_swab32(from_header->h_magic); in ext2fs_swap_ext_attr_header()
193 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr_header()
194 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount); in ext2fs_swap_ext_attr_header()
195 to_header->h_hash = ext2fs_swab32(from_header->h_hash); in ext2fs_swap_ext_attr_header()
198 to_header->h_reserved[n] = in ext2fs_swap_ext_attr_header()
215 struct ext2_ext_attr_header *to_header = in ext2fs_swap_ext_attr() local
220 if (to_header != from_header) in ext2fs_swap_ext_attr()
221 memcpy(to_header, from_header, bufsize); in ext2fs_swap_ext_attr()
224 ext2fs_swap_ext_attr_header(to_header, from_header); in ext2fs_swap_ext_attr()
227 to_entry = (struct ext2_ext_attr_entry *)(to_header+1); in ext2fs_swap_ext_attr()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/cmd/
H A Dtlv_eeprom.c53 #define to_header(p) ((struct tlvinfo_header *)p) macro
98 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in is_checksum_valid()
131 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in read_eeprom()
172 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in show_eeprom()
357 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in update_crc()
392 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in prog_eeprom()
432 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in do_tlv_eeprom()
553 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_find_tlv()
582 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_delete_tlv()
611 struct tlvinfo_header *eeprom_hdr = to_header(eeprom); in tlvinfo_add_tlv()
[all …]

12345678910