Home
last modified time | relevance | path

Searched refs:crom_context (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Diec13213.h213 struct crom_context { struct
218 void crom_init_context(struct crom_context *, uint32_t *); argument
219 struct csrreg *crom_get(struct crom_context *);
220 void crom_next(struct crom_context *);
221 void crom_parse_text(struct crom_context *, char *, int);
223 struct csrreg *crom_search_key(struct crom_context *, uint8_t);
227 const char *crom_desc(struct crom_context *, char *, size_t);
H A Dfwcrom.c55 crom_init_context(struct crom_context *cc, uint32_t *p) in crom_init_context()
78 crom_get(struct crom_context *cc) in crom_get()
87 crom_next(struct crom_context *cc) in crom_next()
128 crom_search_key(struct crom_context *cc, uint8_t key) in crom_search_key()
145 struct crom_context c, *cc; in crom_has_specver()
169 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text()
286 crom_desc(struct crom_context *cc, char *buf, size_t len) in crom_desc()
H A Dsbp.c667 struct crom_context cc; in sbp_alloc_lun()
824 struct crom_context cc; in sbp_alloc_target()
867 struct crom_context c, *cc = &c; in sbp_probe_lun()
H A Dfirewire.c1978 struct crom_context cc; in fw_get_devclass()
/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c420 struct crom_context cc; in show_crom()