/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | exec.h | 27 * SPARCstorage Array exec.h file 50 * format of the exec header 53 struct exec { struct
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | imgact_aout.h | 34 * from: @(#)exec.h 8.1 (Berkeley) 6/11/93 98 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec)) 121 struct exec struct
|
/osnet-11/usr/src/lib/nsswitch/nis/common/ |
H A D | getexecattr.c | 57 execstr_t *exec = (execstr_t *)(argp->returnval); local 72 (strcmp(policy, exec->policy) != 0)) || 73 (type && (strcmp(type, exec->type) != 0))) { 76 } else if ((policy && exec->policy && 77 (strcmp(policy, exec->policy) != 0)) || 78 (name && exec->name && (strcmp(name, exec->name) != 0)) || 79 (type && exec->type && (strcmp(type, exec->type) != 0)) || 80 (id && exec 96 execstr_t exec; local [all...] |
/osnet-11/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 57 pctx_sysc_execfn_t *exec; member in struct:__pctx 264 pctx->exec = (pctx_sysc_execfn_t *) 303 if (pctx->exec == NULL) 304 pctx->exec = (pctx_sysc_execfn_t *)default_int; 331 * exec causes termination of all but the exec-ing lwp, 334 if (pctx->exec != (pctx_sysc_execfn_t *)default_int || 668 * its child releases it via an exec. 714 * The exec failed completely. 716 * at exec entranc [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | script_sh.h | 34 grub_err_t (*exec) (struct grub_script_cmd *cmd); member in struct:grub_script_cmd
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getexecattr.c | 84 _print_execstr(execstr_t *exec) argument 87 (void) fprintf(stdout, " exec-name: [%s]\n", exec->name); 88 if (exec->policy != (char *)NULL) { 89 (void) fprintf(stdout, " policy: [%s]\n", exec->policy); 91 if (exec->type != (char *)NULL) { 92 (void) fprintf(stdout, " type: [%s]\n", exec->type); 94 if (exec->res1 != (char *)NULL) { 95 (void) fprintf(stdout, " res1: [%s]\n", exec->res1); 97 if (exec [all...] |
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 69 * and handles exec and fork (by always following the parent). The control 324 * attaching to a process or after a victim process completes an exec(2). 327 dt_proc_attach(dt_proc_t *dpr, int exec) argument 335 if (exec) { 337 return; /* exec failed: nothing needs to be done */ 495 * We must trace exit from exec() system calls so that if the exec is 834 "failed to control pid %d: process exec'd "
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | package.c | 368 open_instance_chain(fcode_env_t *env, device_t *phandle, int exec) argument 374 parent = open_instance_chain(env, phandle->parent, exec); 379 close_instance_chain(fcode_env_t *env, instance_t *ihandle, int exec) argument 385 close_instance_chain(env, parent, exec); 855 check_my_self(env, "exec-parent-method"); 862 check_my_self(env, "exec-parent-method"); 870 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'/%x" 875 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'" 1057 FORTH(0, "exec-parent-method", exec_parent_method);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getexecattr.c | 100 execstr_t *exec = ent; local 117 exec->next = NULL; 138 if ((exec->next = _dup_execstr(&nexec)) == NULL) { 145 exec->name = _strtok_escape(buf, sep, &last); 146 exec->policy = _strtok_escape(NULL, sep, &last); 147 exec->type = _strtok_escape(NULL, sep, &last); 148 exec->res1 = _strtok_escape(NULL, sep, &last); 149 exec->res2 = _strtok_escape(NULL, sep, &last); 150 exec->id = _strtok_escape(NULL, sep, &last); 151 exec 331 execstr_t *exec = argp->buf.result; local 435 _free_execstr(execstr_t *exec) argument 497 execstr_t exec; local 514 execstr_t exec; local 619 match_execattr(execattr_t *exec, const char *profname, const char *type, const char *id) argument 640 free_execattr(execattr_t *exec) argument 670 execattr_t *exec; local 721 get_tail(execattr_t *exec) argument 788 print_execattr(execattr_t *exec) argument [all...] |
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 516 Exec_t exec; /* re.re_exec() args */ member in union:Rex_s::__anon1178 539 Stk_pos_t stk; /* exec stack pos */ 553 unsigned char stack; /* hard comp or exec */
|