Searched refs:U_MACHINE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dpermission.c39 #define U_MACHINE 1 macro
67 {"MACHINE", U_MACHINE},
183 if ( (ret = userFind (name, "", U_MACHINE)) == FAIL)
185 (void) userFind ("OTHER", "", U_MACHINE);
357 * (type=U_LOGNAME, U_MACHINE or U_VALIDATE)
360 * For U_MACHINE:
368 * type -> U_MACHINE or U_LOGNAME
386 (void) userFind("DEFAULT", "", U_MACHINE);
449 case U_MACHINE:
535 ASSERT(strchr(_Flds[U_MACHINE], '
[all...]
H A Duucheck.c169 type == U_MACHINE
234 p = _Flds[U_MACHINE];
301 if (type == U_MACHINE) {
303 p = _Flds[U_MACHINE];

Completed in 93 milliseconds