Searched refs:file_ctrl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/lib/libusb/ |
| 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, IOUSB(USB_DEVICEENUMERATE), &temp)) { in ugen20_reset_device() [all …]
|
| D | libusb20_int.h | 226 int file_ctrl; member
|
| D | libusb20.c | 703 pdev->file_ctrl = -1; in libusb20_dev_open() 1012 pdev->file_ctrl = -1; in libusb20_dev_alloc()
|
| /freebsd-12-stable/crypto/openssl/crypto/bio/ |
| D | bss_file.c | 39 static long file_ctrl(BIO *h, int cmd, long arg1, void *arg2); 53 file_ctrl, 178 static long file_ctrl(BIO *b, int cmd, long num, void *ptr) in file_ctrl() function 382 static long file_ctrl(BIO *b, int cmd, long num, void *ptr) in file_ctrl() function 406 file_ctrl,
|
| /freebsd-12-stable/crypto/openssl/crypto/store/ |
| D | loader_file.c | 932 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl() function 1457 file_ctrl,
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 178 BIO_F_FILE_CTRL:116:file_ctrl 857 OSSL_STORE_F_FILE_CTRL:129:file_ctrl
|