Searched refs:ipfname (Results 1 – 2 of 2) sorted by relevance
54 static char *ipfname = IPL_NAME; variable142 ipfname = IPAUTH_NAME;154 if (opendevice(ipfname, 1) >= 0)194 if (check && checkrev(ipfname) == -1) {200 ipfdev = ipfname;227 if ((opendevice(ipfname, 1) != -2) && in get_flags()239 if (opendevice(ipfname, 0) != -2)254 (void) opendevice(ipfname, 1);318 if (opendevice(ipfname, 1) != -2 &&440 if (opendevice(ipfname, 1) == -2)[all …]
15 int checkrev(ipfname) in checkrev() argument16 char *ipfname; in checkrev()28 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {