Searched refs:userFind (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | permission.c | 122 userFind(), validateFind(); 150 ret = userFind (name, rmtname, U_VALIDATE); 157 ret = userFind (name, "", U_LOGNAME); 184 if ( (ret = userFind (name, "", U_MACHINE)) == FAIL) 186 (void) userFind ("OTHER", "", U_MACHINE); 378 userFind(name, rmtname, type) in userFind() function 387 (void) userFind("DEFAULT", "", U_MACHINE);
|