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

/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwipvar.h53 struct crom_chunk unit4; /* unit directory for IPv4 */
54 struct crom_chunk spec4; /* specifier description IPv4 */
55 struct crom_chunk ver4; /* version description IPv4 */
56 struct crom_chunk unit6; /* unit directory for IPv6 */
57 struct crom_chunk spec6; /* specifier description IPv6 */
58 struct crom_chunk ver6; /* version description IPv6 */
H A Diec13213.h232 STAILQ_HEAD(, crom_chunk) chunk_list;
235 struct crom_chunk { struct
236 STAILQ_ENTRY(crom_chunk) link;
237 struct crom_chunk *ref_chunk;
246 extern int crom_add_quad(struct crom_chunk *, uint32_t);
247 extern int crom_add_entry(struct crom_chunk *, int, int);
248 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *,
249 struct crom_chunk *, int);
250 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
251 struct crom_chunk *, cha
[all...]
H A Dfwcrom.c392 crom_add_quad(struct crom_chunk *chunk, uint32_t entry)
407 crom_add_entry(struct crom_chunk *chunk, int key, int val)
421 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent,
422 struct crom_chunk *child, int key)
443 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent,
444 struct crom_chunk *chunk, char *buf)
485 struct crom_chunk *chunk, *parent;
546 struct crom_chunk root,unit1,unit2,unit3;
547 struct crom_chunk text1,text2,text3,text4,text5,text6,text7;
H A Dfirewirereg.h139 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 Dfirewire.c63 struct crom_chunk root;
64 struct crom_chunk vendor;
65 struct crom_chunk hw;
684 struct crom_chunk *root;
692 bzero(root, sizeof(struct crom_chunk));
H A Dsbp_targ.c128 struct crom_chunk model;
140 struct crom_chunk unit;
309 struct crom_chunk *root;
310 struct crom_chunk *unit;
328 bzero(unit, sizeof(struct crom_chunk));
/freebsd-13-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-13-stable/sys/dev/dcons/
H A Ddcons_crom.c77 struct crom_chunk unit;
78 struct crom_chunk spec;
79 struct crom_chunk ver;
129 struct crom_chunk *root;
135 bzero(&sc->unit, sizeof(struct crom_chunk));

Completed in 189 milliseconds