Home
last modified time | relevance | path

Searched refs:EXEC (Results 1 – 18 of 18) sorted by relevance

/titanic_41/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); in newmode_common()
201 perms_msk |= EXEC; in newmode_common()
206 (old_mode & EXEC)) { in newmode_common()
207 perms_msk |= EXEC; in newmode_common()
240 (perms_msk & GROUP & EXEC) == in newmode_common()
241 (GROUP & EXEC)) { in newmode_common()
255 (LOCK | EXEC)) == LOCK) && in newmode_common()
271 ((perms_msk & GROUP & EXEC) == in newmode_common()
[all …]
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h32 typedef struct exec_node EXEC; typedef
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 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 Dinit.c38 EXEC **Exec_Table = NULL; /* Running processes */
39 EXEC **Exec_Slow = NULL; /* Slow filters */
40 EXEC **Exec_Notify = NULL; /* Notifications */
267 EXEC *ep; in init_exec()
H A Dschedule.c59 static EXEC *find_exec_slot(EXEC **);
503 register EXEC *ep; in ev_slowf()
541 register EXEC *ep; in ev_notify()
593 static EXEC *
594 find_exec_slot(EXEC **exec_table) in find_exec_slot()
H A Dlog.c163 EXEC * ep; in execlog()
179 } else switch ((ep = va_arg(ap, EXEC *))->type) { in execlog()
H A Ddisp5.c58 EXEC *ep = Exec_Table[i]; in s_child_done()
H A Dterminate.c45 terminate(register EXEC *ep) in terminate()
H A Dfncs.c120 free_exec(EXEC *ep) in free_exec()
128 EXEC *
131 EXEC *result = calloc(1, sizeof (*result)); in new_exec()
H A Dexec.c72 static int Fork1 ( EXEC * );
300 EXEC *ep; in exec()
1227 Fork1(EXEC *ep) in Fork1()
H A Ddowait.c61 EXEC *ep; in dowait()
H A Ddisp1.c894 EXEC *oldexec; in mv_file()
/titanic_41/usr/src/cmd/ast/msgcc/
H A Dmsgcc.tst4 EXEC -c t.c
19 EXEC -Dfprintf=_STDIO_ -c t.c
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java62 EXEC, enumConstant
642 Mode mode = Mode.EXEC; in main()
945 if (mode == Mode.EXEC) { in main()
951 if ((mode == Mode.EXEC) && !quiet) { in main()
962 if (mode != Mode.EXEC) { in main()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dconfig.msg43 @ MSG_CONF_EXEC "EXEC"
/titanic_41/usr/src/cmd/find/
H A Dfind.c86 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator
123 "-exec", EXEC, Exec,
603 case EXEC:
622 np->action == EXEC) {
974 case EXEC:
/titanic_41/usr/src/cmd/init/
H A Dinit.c162 #define EXEC (sizeof ("exec ") - 1) macro
1374 &cmd->c_id[0], &cmd->c_command[EXEC]); in spawn()
1422 prog_name(&cmd->c_command[EXEC])); in spawn()
1733 ptr = shcmd + EXEC; in getcmd()
1796 if (ptr == shcmd + EXEC) in getcmd()
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep422 cache it should be possible to drop at least PRIV_PROC_FORK/EXEC/