Home
last modified time | relevance | path

Searched refs:FW_GCROM (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewire.h441 #define FW_GCROM _IOWR('S', 7, struct fw_crom_buf) macro
H A Dfwdev.c781 case FW_GCROM: in fw_ioctl()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c415 if ((error = ioctl(fd, FW_GCROM, &buf)) < 0) { in get_crom()