/src/sbin/nvmectl/ |
reset.c | 76 open_dev(argv[optind], &fd, 1, 1);
|
nvmectl.h | 101 int open_dev(const char *, int *, int, int);
|
devlist.c | 92 ret = open_dev(name, &fd, 0, 0);
|
identify.c | 220 open_dev(argv[optind], &fd, 1, 1); 273 open_dev(argv[optind], &fd, 1, 1); 283 open_dev(path, &fd, 1, 1);
|
perftest.c | 179 open_dev(argv[optind], &fd, 1, 1);
|
power.c | 181 open_dev(argv[optind], &fd, 1, 1);
|
wdc.c | 192 open_dev(argv[optind], &fd, 1, 1);
|
nvmectl.c | 198 open_dev(const char *str, int *fd, int show_error, int exit_on_error) function in typeref:typename:int
|
firmware.c | 252 open_dev(controller, &fd, 1, 1);
|
logpage.c | 1037 open_dev(cname, &fd, 1, 1); 1041 open_dev(argv[optind], &fd, 1, 1);
|
/src/usr.sbin/srtconfig/ |
srtconfig.c | 93 static void open_dev(int how) function in typeref:typename:void 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/usr.sbin/fwctl/ |
fwcontrol.c | 635 open_dev(int *fd, const char *_devname) function in typeref:typename:int 766 if (open_dev(&fd, devbase) < 0) { 950 if (open_dev(&fd, devbase) < 0) { 1060 if (open_dev(&fd, devbase) < 0)
|