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

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_ugen20.c415 pdev->file_ctrl = g;
433 pdev->file_ctrl = -1;
455 close(pdev->file_ctrl);
457 pdev->file_ctrl = -1;
485 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc);
505 error = ioctl(pdev->file_ctrl, IOUSB(USB_GET_FULL_DESC), &gen_desc);
524 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) {
540 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_CONFIG), &temp)) {
560 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_ALTINTERFACE), &alt_iface)) {
574 if (ioctl(pdev->file_ctrl, IOUS
[all...]
H A Dlibusb20_int.h226 int file_ctrl; member in struct:libusb20_device
H A Dlibusb20.c698 pdev->file_ctrl = -1;
1007 pdev->file_ctrl = -1;
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c39 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) function
382 static long file_ctrl(BIO *b, int cmd, long num, void *ptr) function
406 file_ctrl,
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dloader_file.c931 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) function
1456 file_ctrl,

Completed in 37 milliseconds