Searched refs:ipfname (Results 1 – 2 of 2) sorted by relevance
54 static char *ipfname = IPL_NAME; variable135 ipfname = IPAUTH_NAME;147 if (opendevice(ipfname, 1) >= 0)187 if (check && checkrev(ipfname) == -1) {193 ipfdev = ipfname;214 if ((opendevice(ipfname, 1) != -2) && in get_flags()226 if (opendevice(ipfname, 0) != -2) {243 (void) opendevice(ipfname, 1);309 if (opendevice(ipfname, 1) != -2 &&437 if (opendevice(ipfname, 1) == -2)[all …]
17 int checkrev(ipfname) in checkrev() argument18 char *ipfname; in checkrev()30 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {