iface_head        414 dev/usb/usbf_subr.c 	SIMPLEQ_INIT(&uc->iface_head);
iface_head        503 dev/usb/usbf_subr.c 	SIMPLEQ_INSERT_TAIL(&uc->iface_head, ui, next);
iface_head        565 dev/usb/usbf_subr.c 	SIMPLEQ_FOREACH(ui, &uc->iface_head, next) {
iface_head        739 dev/usb/usbf_subr.c 	SIMPLEQ_FOREACH(iface, &cfg->iface_head, next) {
iface_head         49 dev/usb/usbfvar.h 	SIMPLEQ_HEAD(, usbf_interface) iface_head;