Searched defs:Systems (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 36 * manage systems files (Systems, Devices, and Dialcodes families). 57 static char *Systems[64] = {0}; /* list of Systems files */ variable 63 static int nsystems; /* index into list of Systems files */ 94 * setservice init's Systems, Devices, Dialers lists from Sysfiles 131 return(access(Systems[nsystems], R_OK)); 137 return(eaccess(Systems[nsystems], R_OK)); 151 * read Sysfiles, set up lists of Systems/Devices/Dialers file names. 161 Systems[0] = Devices[0] = Dialers[0] = NULL; 176 if (Systems[ [all...] |
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 38 * manage systems files (Systems, Devices, and Dialcodes families). 69 static char *Systems[64]; /* list of Systems files */ variable 75 static int nsystems; /* index into list of Systems files */ 106 * setservice init's Systems, Devices, Dialers lists from Sysfiles 133 return (access(Systems[nsystems], R_OK)); 139 return (eaccess(Systems[nsystems], R_OK)); 152 * read Sysfiles, set up lists of Systems/Devices/Dialers file names. 164 * for Systems, Devices and Dialers. 167 tptr = Systems; [all...] |
Completed in 59 milliseconds