Home
last modified time | relevance | path

Searched refs:ctrl_fd (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c98 pctx->ctrl_fd = fd; in libusb20_be_ctx_alloc()
127 if (pctx->ctrl_fd > -1) in libusb20_be_ctx_free()
128 close(pctx->ctrl_fd); in libusb20_be_ctx_free()
413 state.f = pbe->be_ctx->ctrl_fd; in ugen20_init_backend()
1080 f = pctx->ctrl_fd; in ugen20_be_ioctl()
H A Dlibusb20_int.h57 int ctrl_fd; /* /dev/usbctl */ member