Searched refs:EXEC (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c70 #define EXEC 00111 /* exec permit */ macro
75 #define GROUP_RWX (GROUP & (READ | WRITE | EXEC))
185 perms_msk &= (READ|WRITE|EXEC);
201 perms_msk |= EXEC;
206 (old_mode & EXEC)) {
207 perms_msk |= EXEC;
240 (perms_msk & GROUP & EXEC) ==
241 (GROUP & EXEC)) {
255 (LOCK | EXEC)) == LOCK) &&
271 ((perms_msk & GROUP & EXEC)
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h32 typedef struct exec_node EXEC; typedef in typeref:struct:exec_node
43 EXEC *exec; /* Index into EXEC table */
120 EXEC *exec;
140 EXEC *fault_exec;
174 EXEC *exec; /* Pointer to running filter or notify */
H A Ddisp5.c58 EXEC *ep = Exec_Table[i];
H A Dinit.c38 EXEC **Exec_Table = NULL; /* Running processes */
39 EXEC **Exec_Slow = NULL; /* Slow filters */
40 EXEC **Exec_Notify = NULL; /* Notifications */
267 EXEC *ep;
H A Dterminate.c45 terminate(register EXEC *ep)
H A Dlpsched.h323 void terminate ( EXEC * );
341 extern EXEC *new_exec(int type, void *ex);
345 extern void free_exec(EXEC *);
376 extern EXEC **Exec_Table; /* Running processes */
377 extern EXEC **Exec_Slow, /* First slow filter exec */
H A Dschedule.c59 static EXEC *find_exec_slot(EXEC **);
413 * ev_interf() - CHECK AND EXEC INTERFACE PROGRAM
497 * ev_slowf() - CHECK AND EXEC SLOW FILTER
503 register EXEC *ep;
535 * ev_notify() - CHECK AND EXEC NOTIFICATION
541 register EXEC *ep;
590 * find_exec_slot() - FIND AVAILABLE EXEC SLOT
593 static EXEC *
594 find_exec_slot(EXEC **exec_tabl
[all...]
H A Dlog.c163 EXEC * ep;
179 } else switch ((ep = va_arg(ap, EXEC *))->type) {
H A Ddowait.c61 EXEC *ep;
H A Dexec.c72 static int Fork1 ( EXEC * );
266 ** exec() - FORK AND EXEC CHILD PROCESS
300 EXEC *ep;
1227 Fork1(EXEC *ep)
H A Dfncs.c120 free_exec(EXEC *ep)
128 EXEC *
131 EXEC *result = calloc(1, sizeof (*result));
H A Ddisp1.c894 EXEC *oldexec;
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s40 .set EXEC,0x600 # Execution address
44 .set STACK,EXEC+SECSIZE*4 # Stack address
74 movw $main-EXEC+LOAD,%si # Source
82 jmp main-LOAD+EXEC # To relocated code
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java62 EXEC, enum constant in enum:JDTrace.Mode
642 Mode mode = Mode.EXEC;
945 if (mode == Mode.EXEC) {
951 if ((mode == Mode.EXEC) && !quiet) {
962 if (mode != Mode.EXEC) {
/illumos-gate/usr/src/cmd/find/
H A Dfind.c86 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator in enum:Command
123 "-exec", EXEC, Exec,
603 case EXEC:
622 np->action == EXEC) {
974 case EXEC:
/illumos-gate/usr/src/cmd/init/
H A Dinit.c159 * EXEC The length of the prefix string added to all comamnds
162 #define EXEC (sizeof ("exec ") - 1) macro
1374 &cmd->c_id[0], &cmd->c_command[EXEC]);
1422 prog_name(&cmd->c_command[EXEC]));
1733 ptr = shcmd + EXEC;
1796 if (ptr == shcmd + EXEC)

Completed in 99 milliseconds