Home
last modified time | relevance | path

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

/trueos/lib/libusb/
HDlibusb20_ugen20.c405 pdev->file_ctrl = g; in ugen20_open_device()
423 pdev->file_ctrl = -1; in ugen20_open_device()
445 close(pdev->file_ctrl); in ugen20_close_device()
447 pdev->file_ctrl = -1; in ugen20_close_device()
475 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc); in ugen20_get_config_desc_full()
495 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc); in ugen20_get_config_desc_full()
514 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) { in ugen20_get_config_index()
530 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_CONFIG), &temp)) { in ugen20_set_config_index()
550 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_ALTINTERFACE), &alt_iface)) { in ugen20_set_alt_index()
564 if (ioctl(pdev->file_ctrl, IOUSB(USB_DEVICEENUMERATE), &temp)) { in ugen20_reset_device()
[all …]
HDlibusb20_int.h220 int file_ctrl; member
HDlibusb20.c679 pdev->file_ctrl = -1; in libusb20_dev_open()
958 pdev->file_ctrl = -1; in libusb20_dev_alloc()
/trueos/crypto/openssl/crypto/bio/
HDbss_file.c102 static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
112 file_ctrl,
273 static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr) in file_ctrl() function