Searched refs:dnf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | callers.c | 846 int nw, lt, dcf = -1, nullfd, dnf = -1; local 850 if ((dnf = open(dnname, O_WRONLY)) < 0) { 862 (void) close(dnf); 876 nw = (*Write)(dnf, phone, lt = strlen(phone)); 899 (void) close(dnf); 905 (void) close(dnf); /* no reason to keep the 801 open */ 921 int nw, lt, dcf = -1, nullfd, dnf = -1, ret; local 927 (void) close(dnf); 937 if ((dnf = open(dnname, O_WRONLY)) < 0 ) { 943 if ( fd_mklock(dnf) != SUCCESS ) { [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 1287 const char **dnf; in get_unique_devs() local 1308 for (dnf = (dnp = dnames) + 1; dnf < dnames+ndevs; dnf++) in get_unique_devs() 1309 if (strcmp(*dnf, *dnp) != 0) in get_unique_devs() 1310 *++dnp = *dnf; in get_unique_devs()
|