Searched defs:PRIV (Results 1 - 5 of 5) 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
/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 */

Completed in 82 milliseconds