Searched refs:crom_chunk (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwipvar.h51 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 */
H A Diec13213.h230 STAILQ_HEAD(, crom_chunk) chunk_list;
233 struct crom_chunk { struct
234 STAILQ_ENTRY(crom_chunk) link;
235 struct crom_chunk *ref_chunk;
244 extern int crom_add_quad(struct crom_chunk *, uint32_t);
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 *, cha
[all...]
H A Dfwcrom.c390 crom_add_quad(struct crom_chunk *chunk, uint32_t entry)
405 crom_add_entry(struct crom_chunk *chunk, int key, int val)
419 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent,
420 struct crom_chunk *child, int key)
441 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent,
442 struct crom_chunk *chunk, char *buf)
483 struct crom_chunk *chunk, *parent;
544 struct crom_chunk root,unit1,unit2,unit3;
545 struct crom_chunk text1,text2,text3,text4,text5,text6,text7;
H A Dfirewirereg.h137 struct crom_chunk *crom_root;
H A Dif_fwip.c442 struct crom_chunk *root;
448 bzero(&fwip->unit4, sizeof(struct crom_chunk));
456 bzero(&fwip->unit6, sizeof(struct crom_chunk));
H A Dsbp_targ.c126 struct crom_chunk model;
138 struct crom_chunk unit;
307 struct crom_chunk *root;
308 struct crom_chunk *unit;
326 bzero(unit, sizeof(struct crom_chunk));
H A Dfirewire.c62 struct crom_chunk root;
63 struct crom_chunk vendor;
64 struct crom_chunk hw;
682 struct crom_chunk *root;
690 bzero(root, sizeof(struct crom_chunk));
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfirewire.c59 struct crom_chunk root;
60 struct crom_chunk vendor;
61 struct crom_chunk hw;
63 struct crom_chunk unit;
64 struct crom_chunk spec;
65 struct crom_chunk ver;
265 struct crom_chunk *root;
277 bzero(root, sizeof(struct crom_chunk));
298 struct crom_chunk *root;
304 bzero(&buf->unit, sizeof(struct crom_chunk));
[all...]
H A Dfwohci.h49 struct crom_chunk *crom_root;
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c74 struct crom_chunk unit;
75 struct crom_chunk spec;
76 struct crom_chunk ver;
122 struct crom_chunk *root;
128 bzero(&sc->unit, sizeof(struct crom_chunk));

Completed in 192 milliseconds