Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/firewire/
H A Dfirewire.h439 #define FW_GDEVLST _IOWR('S', 2, struct fw_devlstreq) macro
H A Dfwdev.c757 case FW_GDEVLST: in fw_ioctl()
/freebsd-12.1/usr.sbin/fwcontrol/
H A Dfwcontrol.c119 if( ioctl(fd, FW_GDEVLST, data) < 0) { in get_dev()