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

/freebsd-10.3-release/lib/libusb/
H A Dlibusb20_ugen20.c405 pdev->file_ctrl = g;
423 pdev->file_ctrl = -1;
445 close(pdev->file_ctrl);
447 pdev->file_ctrl = -1;
475 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc);
495 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc);
514 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) {
530 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_CONFIG), &temp)) {
550 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_ALTINTERFACE), &alt_iface)) {
564 if (ioctl(pdev->file_ctrl, IOUS
[all...]
H A Dlibusb20_int.h220 int file_ctrl; member in struct:libusb20_device
H A Dlibusb20.c679 pdev->file_ctrl = -1;
958 pdev->file_ctrl = -1;
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_file.c102 static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
112 file_ctrl,
280 static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr) function

Completed in 144 milliseconds