Searched refs:crom_parse_text (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | iec13213.h | 216 void crom_parse_text(struct crom_context *, char *, int);
|
H A D | fwcrom.c | 184 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text() function 373 crom_parse_text(cc, buf + strlen(buf), len); in crom_desc()
|
H A D | sbp.c | 635 crom_parse_text(cc, sdev->vendor, sizeof(sdev->vendor)); in sbp_probe_lun() 650 crom_parse_text(cc, sdev->product, sizeof(sdev->product)); in sbp_probe_lun()
|