Searched refs:crom_context (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | iec13213.h | 208 struct crom_context { struct 213 void crom_init_context(struct crom_context *, uint32_t *); argument 214 struct csrreg *crom_get(struct crom_context *); 215 void crom_next(struct crom_context *); 216 void crom_parse_text(struct crom_context *, char *, int); 218 struct csrreg *crom_search_key(struct crom_context *, uint8_t); 222 char *crom_desc(struct crom_context *, char *, int);
|
| H A D | fwcrom.c | 70 crom_init_context(struct crom_context *cc, uint32_t *p) in crom_init_context() 93 crom_get(struct crom_context *cc) in crom_get() 102 crom_next(struct crom_context *cc) in crom_next() 143 crom_search_key(struct crom_context *cc, uint8_t key) in crom_search_key() 160 struct crom_context c, *cc; in crom_has_specver() 184 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text() 295 crom_desc(struct crom_context *cc, char *buf, int len) in crom_desc()
|
| H A D | sbp.c | 417 struct crom_context cc; in sbp_alloc_lun() 579 struct crom_context cc; in sbp_alloc_target() 624 struct crom_context c, *cc = &c; in sbp_probe_lun()
|
| /freebsd/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 426 struct crom_context cc; in show_crom()
|