/src/sbin/nvmectl/ |
nvmectl.c | 198 open_dev(const char *str, int *fd, int show_error, int exit_on_error) function in typeref:typename:int
|
nvmectl.c | 198 open_dev(const char *str, int *fd, int show_error, int exit_on_error) function in typeref:typename:int
|
/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);
|
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)
|
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)
|