Searched refs:crom_chunk (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sys/dev/firewire/ |
| D | iec13213.h | 230 STAILQ_HEAD(, crom_chunk) chunk_list; 233 struct crom_chunk { struct 234 STAILQ_ENTRY(crom_chunk) link; 235 struct crom_chunk *ref_chunk; argument 244 extern int crom_add_quad(struct crom_chunk *, uint32_t); argument 245 extern int crom_add_entry(struct crom_chunk *, int, int); 246 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *, 247 struct crom_chunk *, int); 248 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *, 249 struct crom_chunk *, char *);
|
| D | if_fwipvar.h | 51 struct crom_chunk unit4; /* unit directory for IPv4 */ 52 struct crom_chunk spec4; /* specifier description IPv4 */ 53 struct crom_chunk ver4; /* version description IPv4 */ 54 struct crom_chunk unit6; /* unit directory for IPv6 */ 55 struct crom_chunk spec6; /* specifier description IPv6 */ 56 struct crom_chunk ver6; /* version description IPv6 */
|
| D | fwcrom.c | 395 crom_add_quad(struct crom_chunk *chunk, uint32_t entry) in crom_add_quad() 410 crom_add_entry(struct crom_chunk *chunk, int key, int val) in crom_add_entry() 424 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk() 425 struct crom_chunk *child, int key) in crom_add_chunk() 446 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() 447 struct crom_chunk *chunk, char *buf) in crom_add_simple_text() 492 struct crom_chunk *chunk, *parent; in crom_load() 552 struct crom_chunk root,unit1,unit2,unit3; in main() 553 struct crom_chunk text1,text2,text3,text4,text5,text6,text7; in main()
|
| D | if_fwip.c | 482 struct crom_chunk *root; in fwip_post_busreset() 488 bzero(&fwip->unit4, sizeof(struct crom_chunk)); in fwip_post_busreset() 496 bzero(&fwip->unit6, sizeof(struct crom_chunk)); in fwip_post_busreset()
|
| D | sbp_targ.c | 128 struct crom_chunk model; 140 struct crom_chunk unit; 284 struct crom_chunk *root; in sbp_targ_post_busreset() 285 struct crom_chunk *unit; in sbp_targ_post_busreset() 305 bzero(unit, sizeof(struct crom_chunk)); in sbp_targ_post_busreset()
|
| D | firewirereg.h | 147 struct crom_chunk *crom_root;
|
| D | firewire.c | 75 struct crom_chunk root; 76 struct crom_chunk vendor; 77 struct crom_chunk hw; 705 struct crom_chunk *root; in fw_reset_crom() 713 bzero(root, sizeof(struct crom_chunk)); in fw_reset_crom()
|
| /freebsd-9-stable/sys/boot/i386/libfirewire/ |
| D | firewire.c | 58 struct crom_chunk root; 59 struct crom_chunk vendor; 60 struct crom_chunk hw; 62 struct crom_chunk unit; 63 struct crom_chunk spec; 64 struct crom_chunk ver; 253 struct crom_chunk *root; in fw_reset_crom() 265 bzero(root, sizeof(struct crom_chunk)); in fw_reset_crom() 286 struct crom_chunk *root; in dcons_crom() 292 bzero(&buf->unit, sizeof(struct crom_chunk)); in dcons_crom()
|
| D | fwohci.h | 53 struct crom_chunk *crom_root;
|
| /freebsd-9-stable/sys/dev/dcons/ |
| D | dcons_crom.c | 89 struct crom_chunk unit; 90 struct crom_chunk spec; 91 struct crom_chunk ver; 137 struct crom_chunk *root; in dcons_crom_post_busreset() 143 bzero(&sc->unit, sizeof(struct crom_chunk)); in dcons_crom_post_busreset()
|