Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c53 static int open_device (char const *, speed_t, char const *);
104 n = open_device(device, speed, name); in main()
159 open_device(char const *device, speed_t speed, char const *name) in open_device() function
/freebsd-13.1/usr.sbin/iovctl/
H A Diovctl.c122 open_device(const char *dev_name) in open_device() function
304 fd = open_device(dev_name); in delete_action()
386 fd = open_device(dev_name); in print_schema()
/freebsd-13.1/lib/libusb/
H A Dlibusb20_int.h89 m(n, open_device) \
H A Dlibusb20.c695 error = pdev->beMethods->open_device(pdev, nTransferMax); in libusb20_dev_open()
/freebsd-13.1/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c103 static int open_device(char *ib_devname) in open_device() function
212 if (open_device(ib_devname)) { in pp_init_ctx()