Searched refs:file_ctrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libusb/ |
| H A D | libusb20_ugen20.c | 415 pdev->file_ctrl = g; in ugen20_open_device() 433 pdev->file_ctrl = -1; in ugen20_open_device() 455 close(pdev->file_ctrl); in ugen20_close_device() 457 pdev->file_ctrl = -1; in ugen20_close_device() 485 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc); in ugen20_get_config_desc_full() 505 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc); in ugen20_get_config_desc_full() 524 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) { in ugen20_get_config_index() 540 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_CONFIG), &temp)) { in ugen20_set_config_index() 560 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_ALTINTERFACE), &alt_iface)) { in ugen20_set_alt_index() 574 if (ioctl(pdev->file_ctrl, IOUS in ugen20_reset_device() [all...] |
| H A D | libusb20_int.h | 217 int file_ctrl; 215 int file_ctrl; global() member
|
| H A D | libusb20.c | 719 pdev->file_ctrl = -1; 1028 pdev->file_ctrl = -1; in libusb20_dev_get_config_index()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_file.c | 39 static long file_ctrl(BIO *h, int cmd, long arg1, void *arg2); 51 file_ctrl, 179 static long file_ctrl(BIO *b, int cmd, long num, void *ptr) in file_ctrl() function 395 static long file_ctrl(BIO *b, int cmd, long num, void *ptr) in file_ctrl() function 417 file_ctrl,
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_loader_attic.c | 1093 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl() function 1719 || !OSSL_STORE_LOADER_set_ctrl(loader_attic, file_ctrl) in bind_loader_attic()
|