Searched refs:file_ctrl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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() 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() 574 if (ioctl(pdev->file_ctrl, IOUSB(USB_DEVICEENUMERATE), &temp)) { in ugen20_reset_device() 623 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_POWER_MODE), &temp)) { in ugen20_set_power_mode() 634 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_POWER_MODE), &temp)) { in ugen20_get_power_mode() 678 if (ioctl(pdev->file_ctrl, IOUSB(USB_DEVICESTATS), &st)) in ugen20_get_stats() [all …]
|
| H A D | libusb20_int.h | 226 int file_ctrl; member
|
| H A D | libusb20.c | 703 pdev->file_ctrl = -1; in libusb20_dev_open() 1012 pdev->file_ctrl = -1; in libusb20_dev_alloc()
|
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A 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-13.1/crypto/openssl/crypto/store/ |
| H A 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-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 178 BIO_F_FILE_CTRL:116:file_ctrl 857 OSSL_STORE_F_FILE_CTRL:129:file_ctrl
|