Searched refs:crom_chunk (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | iec13213.h | 231 STAILQ_HEAD(, crom_chunk) chunk_list; 234 struct crom_chunk { struct 235 STAILQ_ENTRY(crom_chunk) link; 236 struct crom_chunk *ref_chunk; argument 245 extern int crom_add_quad(struct crom_chunk *, uint32_t); argument 246 extern int crom_add_entry(struct crom_chunk *, int, int); 247 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *, 248 struct crom_chunk *, int); 249 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *, 250 struct crom_chunk *, char *);
|
H A D | if_fwipvar.h | 52 struct crom_chunk unit4; /* unit directory for IPv4 */ 53 struct crom_chunk spec4; /* specifier description IPv4 */ 54 struct crom_chunk ver4; /* version description IPv4 */ 55 struct crom_chunk unit6; /* unit directory for IPv6 */ 56 struct crom_chunk spec6; /* specifier description IPv6 */ 57 struct crom_chunk ver6; /* version description IPv6 */
|
H A D | fwcrom.c | 391 crom_add_quad(struct crom_chunk *chunk, uint32_t entry) in crom_add_quad() 406 crom_add_entry(struct crom_chunk *chunk, int key, int val) in crom_add_entry() 420 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk() 421 struct crom_chunk *child, int key) in crom_add_chunk() 442 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() 443 struct crom_chunk *chunk, char *buf) in crom_add_simple_text() 484 struct crom_chunk *chunk, *parent; in crom_load() 545 struct crom_chunk root,unit1,unit2,unit3; in main() 546 struct crom_chunk text1,text2,text3,text4,text5,text6,text7; in main()
|
H A D | if_fwip.c | 435 struct crom_chunk *root; in fwip_post_busreset() 441 bzero(&fwip->unit4, sizeof(struct crom_chunk)); in fwip_post_busreset() 449 bzero(&fwip->unit6, sizeof(struct crom_chunk)); in fwip_post_busreset()
|
H A D | firewirereg.h | 137 struct crom_chunk *crom_root;
|
H A D | sbp_targ.c | 126 struct crom_chunk model; 138 struct crom_chunk unit; 307 struct crom_chunk *root; in sbp_targ_post_busreset() 308 struct crom_chunk *unit; in sbp_targ_post_busreset() 326 bzero(unit, sizeof(struct crom_chunk)); in sbp_targ_post_busreset()
|
H A D | firewire.c | 60 struct crom_chunk root; 61 struct crom_chunk vendor; 62 struct crom_chunk hw; 681 struct crom_chunk *root; in fw_reset_crom() 689 bzero(root, sizeof(struct crom_chunk)); in fw_reset_crom()
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_crom.c | 76 struct crom_chunk unit; 77 struct crom_chunk spec; 78 struct crom_chunk ver; 128 struct crom_chunk *root; in dcons_crom_post_busreset() 134 bzero(&sc->unit, sizeof(struct crom_chunk)); in dcons_crom_post_busreset()
|