Home
last modified time | relevance | path

Searched refs:statfd (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dsunos_usb.c383 hpriv->eps[0].statfd = open(filename, O_RDONLY); in sunos_usb_open_ep0()
384 if (hpriv->eps[0].statfd < 0) { in sunos_usb_open_ep0()
405 if (hdev->eps[i].statfd != -1) { in sunos_usb_close_all_eps()
406 (void) close(hdev->eps[i].statfd); in sunos_usb_close_all_eps()
407 hdev->eps[i].statfd = -1; in sunos_usb_close_all_eps()
417 close(hdev->eps[0].statfd); in sunos_usb_close_ep0()
419 hdev->eps[0].statfd = -1; in sunos_usb_close_ep0()
488 (hpriv->eps[ep_index].statfd > 0)) { in sunos_check_device_and_status_open()
582 hpriv->eps[ep_index].statfd = fdstat; in sunos_check_device_and_status_open()
603 hpriv->eps[i].statfd = -1; in sunos_open()
[all …]
Dsunos_usb.h40 int statfd; /* state file */ member