Home
last modified time | relevance | path

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

/freebsd/usr.sbin/iovctl/
H A Diovctl.c119 open_device(const char *dev_name) in open_device() function
301 fd = open_device(dev_name); in delete_action()
389 fd = open_device(dev_name); in print_schema()
/freebsd/lib/libusb/
H A Dlibusb20_int.h82 m(n, open_device) \
H A Dlibusb20.c694 error = pdev->beMethods->open_device(pdev, nTransferMax); in libusb20_dev_open()
/freebsd/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()