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

/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_io.c94 struct libusb20_device **ppdev; local
115 ppdev = alloca(sizeof(*ppdev) * nfds);
116 if (ppdev == NULL)
123 ppdev[i] = pfd->pdev;
145 if (ppdev[i] != NULL) {
147 libusb_unref_device(libusb_get_device(ppdev[i]));
154 if (ppdev[i] != NULL) {
155 dev = libusb_get_device(ppdev[i]);
160 err = libusb20_dev_process(ppdev[
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c1081 usb_detach_device_sub(struct usb_device *udev, device_t *ppdev, argument
1088 dev = *ppdev;
1091 * NOTE: It is important to clear "*ppdev" before deleting
1095 *ppdev = NULL;

Completed in 104 milliseconds