Searched refs:PRIV (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h41 #define PRIV 8 macro
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c52 #define PRIV(x) setgid(myegid), (x), setgid(myrgid); macro
296 PRIV(rbuf = fopen(tempResid, "w+"));
300 PRIV(rbuf = fdopen(fd, "w+"));
374 PRIV(delempty(st.st_mode, mailname));
380 PRIV(removefile(tempResid));
394 PRIV(maillock(lockname,10));
400 PRIV(mailunlock());
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h176 #define PRIV 02 /* priviledged, root execute only */ macro
H A Dtip.c407 if ((p->e_flags&PRIV) && uid)
490 if ((p->e_flags&PRIV) && uid)
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l256 <TSTATE>priv { return PRIV; }
257 <CSTATE>priv { return PRIV; }
H A Dzonecfg_grammar.y135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
147 MATCH ZONENAME ZONEPATH AUTOBOOT POOL LIMITPRIV BOOTARGS VALUE PRIV LIMIT
984 | PRIV { $$ = PT_PRIV; }
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c287 wr_OK(fp_dra, "PRIV", dr_info.priv_set, dr_info.priv);
821 case PRIV:
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s227 #define PRIV(label) \ define
1248 PRIV(self_xcall); /* 126 self xcall */
1280 PRIV(kmdb_trap); /* 17D kmdb enter (L1-A) */
1281 PRIV(kmdb_trap); /* 17E kmdb breakpoint */
1282 PRIV(obp_bpt); /* 17F obp breakpoint */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s234 #define PRIV(label) \ define
1476 PRIV(self_xcall); /* 126 self xcall */
1508 PRIV(kmdb_trap); /* 17D kmdb enter (L1-A) */
1509 PRIV(kmdb_trap); /* 17E kmdb breakpoint */
1510 PRIV(kctx_obp_bpt); /* 17F obp breakpoint */
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c1885 ck_w_dryrun(ckpriv, PRIV);

Completed in 99 milliseconds