Searched refs:INACTIVE (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppexpr.c | 288 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "more tokens expected"; in subexpr() 319 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "too many )'s"; in subexpr() 328 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "closing ) expected"; in subexpr() 334 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "operator expected"; in subexpr() 349 pp.mode |= INACTIVE; in subexpr() 361 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = ": expected for ? operator"; in subexpr() 383 pp.mode |= INACTIVE; in subexpr() 509 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "divide by zero"; in subexpr() 521 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "# must precede a predicate identifier"; in subexpr() 564 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "invalid token"; in subexpr() [all …]
|
H A D | ppmisc.c | 53 …= REF_IF && sym && (sym->flags & SYM_PREDEFINED) && *name != '_' && !(pp.mode & (HOSTED|INACTIVE))) in pprefmac()
|
H A D | pp.tab | 167 INACTIVE # inactive conditional branch
|
H A D | ppcall.c | 80 if ((sym->flags & SYM_PREDEFINED) && !(pp.mode & (HOSTED|INACTIVE))) in ppcall()
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | topoch.c | 31 CHOOSE(INACTIVE), \ 125 case INACTIVE: in STP_topoch_enter_state() 192 return STP_hop_2_state (this, INACTIVE); in STP_topoch_check_conditions() 193 case INACTIVE: in STP_topoch_check_conditions() 198 return STP_hop_2_state (this, INACTIVE); in STP_topoch_check_conditions()
|
/titanic_50/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 155 "INACTIVE", INACTIVE,
|
H A D | ppdef.h | 158 #define INACTIVE (1<<11) macro
|
/titanic_50/usr/src/lib/libpp/sparc/ |
H A D | ppdef.h | 158 #define INACTIVE (1<<11) macro
|
H A D | ppdebug.h | 155 "INACTIVE", INACTIVE,
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/ |
H A D | serengeti.c | 64 #define INACTIVE 1 macro 726 if (state == INACTIVE) in serengeti_display_board_info() 748 if ((state == INACTIVE) && in serengeti_display_board_info() 1570 serengeti_display_board_info(INACTIVE); in display_hp_fail_fault()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_clnt.h | 1335 INACTIVE enumerator
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_callback.c | 100 enum nfs4_delegreturn_policy nfs4_delegreturn_policy = INACTIVE;
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fem.c | 102 _FEMOPDEF(INACTIVE, inactive), 156 _FEMGUARD(INACTIVE, inactive),
|