Symbol: crom_chunk
headers/private/firewire/firewirereg.h
125
struct crom_chunk root;
headers/private/firewire/firewirereg.h
126
struct crom_chunk vendor;
headers/private/firewire/firewirereg.h
127
struct crom_chunk hw;
headers/private/firewire/firewirereg.h
190
struct crom_chunk *crom_root;
headers/private/firewire/iec13213.h
236
STAILQ_HEAD(, crom_chunk) chunk_list;
headers/private/firewire/iec13213.h
240
STAILQ_ENTRY(crom_chunk) link;
headers/private/firewire/iec13213.h
241
struct crom_chunk *ref_chunk;
headers/private/firewire/iec13213.h
250
extern int crom_add_quad(struct crom_chunk *, uint32_t);
headers/private/firewire/iec13213.h
251
extern int crom_add_entry(struct crom_chunk *, int, int);
headers/private/firewire/iec13213.h
252
extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *,
headers/private/firewire/iec13213.h
253
struct crom_chunk *, int);
headers/private/firewire/iec13213.h
254
extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
headers/private/firewire/iec13213.h
255
struct crom_chunk *, const char *);
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
705
struct crom_chunk *root;
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
713
bzero(root, sizeof(struct crom_chunk));
src/bin/fwcontrol/fwcrom.c
412
crom_add_quad(struct crom_chunk *chunk, uint32_t entry)
src/bin/fwcontrol/fwcrom.c
427
crom_add_entry(struct crom_chunk *chunk, int key, int val)
src/bin/fwcontrol/fwcrom.c
441
crom_add_chunk(struct crom_src *src, struct crom_chunk *parent,
src/bin/fwcontrol/fwcrom.c
442
struct crom_chunk *child, int key)
src/bin/fwcontrol/fwcrom.c
463
crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent,
src/bin/fwcontrol/fwcrom.c
464
struct crom_chunk *chunk, const char *buf)
src/bin/fwcontrol/fwcrom.c
509
struct crom_chunk *chunk, *parent;
src/bin/fwcontrol/fwcrom.c
569
struct crom_chunk root,unit1,unit2,unit3;
src/bin/fwcontrol/fwcrom.c
570
struct crom_chunk text1,text2,text3,text4,text5,text6,text7;