Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ttymon/
H A Dttymon.h34 #define LOCKED -2 /* device is locked by others */ macro
H A Dtmhandler.c188 pmptr->p_status = LOCKED;
562 if ((pmptr->p_status == LOCKED) && (pmptr->p_fd == 0)) {
H A Dttymon.c312 } else if (((tp->p_status == LOCKED) || in open_all()
431 pmptr->p_status = LOCKED;
H A Dtmpmtab.c97 (gptr->p_status == LOCKED) || in read_pmtab()
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l59 #define LOCKED (LOCKED_D | LOCKED_M) macro
63 #define PRE_MASK (INTERACT | LOCKED | PKGDB_M | HASPARM)
69 #define CAS_MASK (LOCKED | PKGDB_M | WPARM1_M | ODDPARM_M)
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l266 <TSTATE>locked { return LOCKED; }
267 <CSTATE>locked { return LOCKED; }
H A Dzonecfg_grammar.y138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN USER AUTHS MAXPROCS
987 | LOCKED { $$ = PT_LOCKED; }
/titanic_50/usr/src/cmd/passmgmt/
H A Dpassmgmt.c73 #define LOCKED 0100 /* did we lock the password file */ macro
330 info_mask |= LOCKED; /* remember we locked */ in main()
1524 if (info_mask & LOCKED) in bad_usage()
1534 if (info_mask & LOCKED) in bad_arg()