HomeSort by: relevance | last modified time | path
    Searched refs:crom_chunk (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ieee1394/
if_fwipvar.h 55 struct crom_chunk sc_unit4; /* unit directory for IPv4 */
56 struct crom_chunk sc_spec4; /* specifier description IPv4 */
57 struct crom_chunk sc_ver4; /* version description IPv4 */
58 struct crom_chunk sc_unit6; /* unit directory for IPv6 */
59 struct crom_chunk sc_spec6; /* specifier description IPv6 */
60 struct crom_chunk sc_ver6; /* version description IPv6 */
iec13213.h 236 STAILQ_HEAD(, crom_chunk) chunk_list;
239 struct crom_chunk { struct
240 STAILQ_ENTRY(crom_chunk) link;
241 struct crom_chunk *ref_chunk;
250 extern int crom_add_quad(struct crom_chunk *, uint32_t);
251 extern int crom_add_entry(struct crom_chunk *, int, int);
252 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *,
253 struct crom_chunk *, int);
254 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
255 struct crom_chunk *, const char *)
    [all...]
fwcrom.c 399 crom_add_quad(struct crom_chunk *chunk, uint32_t entry)
414 crom_add_entry(struct crom_chunk *chunk, int key, int val)
428 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent,
429 struct crom_chunk *child, int key)
449 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent,
450 struct crom_chunk *chunk, const char *buf)
492 struct crom_chunk *chunk, *parent;
554 struct crom_chunk root, unit[3], text[7];
firewirereg.h 147 struct crom_chunk *crom_root;
if_fwip.c 477 struct crom_chunk *root;
483 memset(&sc->sc_unit4, 0, sizeof(struct crom_chunk));
491 memset(&sc->sc_unit6, 0, sizeof(struct crom_chunk));
firewire.c 66 struct crom_chunk root;
67 struct crom_chunk vendor;
68 struct crom_chunk hw;
1442 struct crom_chunk *root;
1450 memset(root, 0, sizeof(struct crom_chunk));

Completed in 16 milliseconds