Searched refs:open_dev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs43 open_dev(char *path)
68 if ((fd = open_dev(path)) == -1) {
94 if ((fd = open_dev(path)) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c192 static int open_dev(char *devname);
1121 * open_dev: Open the driver.
1127 open_dev(char *devname) function
1133 PRTDBG(("open_dev(\"%s\")\n", devname));
4791 if ((fddev = open_dev(iname)) == -1) {
4849 if ((fddev = open_dev(iname)) == -1) {

Completed in 587 milliseconds