Searched defs:USER (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h37 USER; typedef in typeref:struct:__anon807
39 int putuser ( char * , USER * );
44 USER * getuser ( char *);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java134 public static final Facility USER = new Facility(LOG_USER, "USER"); field in class:Facility
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c43 #define USER 3 macro
/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c63 #define USER 05700 /* user's bits */ macro
126 * who_msk contains USER|GROUP|OTHER information
177 perms_msk = (new_mode & USER) >> 6;
304 who_msk & EXEC & (USER | GROUP)) !=
305 (who_msk & EXEC & (USER | GROUP))) {
375 (who_msk & USER) == USER) &&
386 if ((perms_msk & USER & SETID) !=
387 (USER & SETID) && (new_mode &
388 USER
[all...]
/illumos-gate/usr/src/cmd/id/
H A Did.c54 USER /* Print only uid */ enumerator in enum:PRINT
117 mode = USER;
165 if (mode == USER)
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h60 #define USER (0x02) /* additional users */ macro
69 #define DEF_USER (ACL_DEFAULT | USER)
H A Dlom_io.h130 #define USER 0x01 macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c105 #define USER 0x10000 /* user-mode flag added to trap type */ macro
211 ti.trap_type = type & ~USER;
556 type |= USER;
561 case T_PGFLT + USER:
580 case T_PGFLT + USER:
582 case T_SGLSTP + USER:
583 case T_BPTFLT + USER:
598 if (type & USER) {
602 type & ~USER);
606 siginfo.si_trapno = type & ~USER;
[all...]

Completed in 103 milliseconds