Searched refs:puf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c173 struct usb_filt *puf; local
175 puf = malloc(sizeof(struct usb_filt));
176 if (puf == NULL)
179 puf->unit = usb_filt_unit;
180 puf->endpoint = usb_filt_ep;
182 STAILQ_INSERT_TAIL(&usb_filt_head, puf, entry);
188 struct usb_filt *puf; local
194 STAILQ_FOREACH(puf, &usb_filt_head, entry)
214 STAILQ_FOREACH(puf, &usb_filt_head, entry) {
218 if (puf
266 struct usb_filt *puf; local
282 struct usb_filt *puf; local
[all...]

Completed in 51 milliseconds