HomeSort by: relevance | last modified time | path
    Searched defs:open_dev (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/nvmectl/
nvmectl.c 198 open_dev(const char *str, int *fd, int show_error, int exit_on_error) function
  /src/external/bsd/libfido2/dist/examples/
select.c 34 open_dev(const fido_dev_info_t *di) function
88 if ((devtab[i] = open_dev(di)) != NULL) {
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.c 288 open_dev(int nfc) function
  /src/usr.sbin/srtconfig/
srtconfig.c 93 static void open_dev(int how) function
140 open_dev(O_RDONLY);
155 open_dev(O_RDWR);
169 open_dev(O_RDWR);
225 open_dev(O_RDONLY);
257 open_dev(O_RDWR);
273 open_dev(O_RDWR);
  /src/external/bsd/libfido2/dist/tools/
util.c 164 open_dev(const char *path) function
  /src/usr.sbin/fwctl/
fwcontrol.c 635 open_dev(int *fd, const char *_devname) function
766 if (open_dev(&fd, devbase) < 0) {
950 if (open_dev(&fd, devbase) < 0) {
1060 if (open_dev(&fd, devbase) < 0)

Completed in 31 milliseconds