Searched refs:execflg (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 663 int execflg = (type&sh_state(SH_NOFORK)); in sh_exec() local 918 int was_nofork = execflg?sh_isstate(SH_NOFORK):0; in sh_exec() 939 if(execflg) in sh_exec() 956 type = (execflg && !shp->subshell && !shp->st.trapcom[0]); in sh_exec() 998 if(execflg && !shp->subshell && in sh_exec() 1038 if(execflg && !was_nofork) in sh_exec() 1137 indx = sh_redirect(shp,io,execflg); in sh_exec() 1178 (execflg2 || (execflg && in sh_exec() 1260 if(execflg && shp->subshell && !shp->subshare) in sh_exec() 1388 execflg = 0; in sh_exec() [all …]
|
/titanic_50/usr/src/lib/libpicltree/ |
H A D | ptree_impl.h | 201 short execflg; member
|
H A D | picltree.c | 242 ent->execflg = 0; in ptree_register_handler() 295 if (evhdlrp->execflg) { in ptree_unregister_handler() 328 iter->execflg = 1; in call_event_handlers() 339 iter->execflg = 0; in call_event_handlers()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | fdc.c | 1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) in fdrecalseek() argument 1106 if (rval = fdc_exec(fcp, 1, execflg)) in fdrecalseek()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | fd.c | 209 static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg); 4924 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg) in fdrecalseek() argument 4957 if (result = fdexec(fdc, FDXC_SLEEP | execflg)) { in fdrecalseek()
|