Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h34 #define LOCKED -2 /* device is locked by others */ macro
H A Dtmhandler.c176 pmptr->p_status = LOCKED; in got_data()
532 if ((pmptr->p_status == LOCKED) && (pmptr->p_fd == 0)) { in sigalarm()
H A Dttymon.c300 } else if (((tp->p_status == LOCKED) || in open_all()
418 pmptr->p_status = LOCKED; in open_device()
H A Dtmpmtab.c88 (gptr->p_status == LOCKED) || in read_pmtab()
/illumos-gate/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)
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l268 <TSTATE>locked { return LOCKED; }
269 <CSTATE>locked { return LOCKED; }
H A Dzonecfg_grammar.y138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN SECFLAGS USER AUTHS MAXPROCS
989 | LOCKED { $$ = PT_LOCKED; }
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c74 #define LOCKED 0100 /* did we lock the password file */ macro
332 info_mask |= LOCKED; /* remember we locked */ in main()
1526 if (info_mask & LOCKED) in bad_usage()
1536 if (info_mask & LOCKED) in bad_arg()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c901 return LOCKED; in get_db_type()
906 return LOCKED; in get_db_type()
1200 locked_type = LOCKED; in match_call_info()
1288 select_return_states_hook(LOCKED, &db_param_locked); in check_locking()
H A Dsmatch.h871 LOCKED = 8020, enumerator