Searched refs:execflg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h201 short execflg; member in struct:eh_list
H A Dpicltree.c101 * event handler completes execution (execflg == 0)
242 ent->execflg = 0;
295 if (evhdlrp->execflg) {
328 iter->execflg = 1;
339 iter->execflg = 0;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c663 int execflg = (type&sh_state(SH_NOFORK)); local
918 int was_nofork = execflg?sh_isstate(SH_NOFORK):0;
939 if(execflg)
956 type = (execflg && !shp->subshell && !shp->st.trapcom[0]);
998 if(execflg && !shp->subshell &&
1038 if(execflg && !was_nofork)
1137 indx = sh_redirect(shp,io,execflg);
1178 (execflg2 || (execflg &&
1260 if(execflg && shp->subshell && !shp->subshare)
1388 execflg
2551 sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) argument
2693 sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) argument
1106 if (rval = fdc_exec(fcp, 1, execflg))
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c209 static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg);
4924 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg) argument
4957 if (result = fdexec(fdc, FDXC_SLEEP | execflg)) {

Completed in 89 milliseconds