Searched defs:templateFd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp172 int templateFd = open64(CTFS_ROOT "/process/template", O_RDWR); local
173 if (templateFd < 0)
177 if (ct_pr_tmpl_set_param(templateFd, CT_PR_PGRPONLY))
179 close(templateFd);
182 if (ct_pr_tmpl_set_fatal(templateFd, CT_PR_EV_HWERR))
184 close(templateFd);
187 if (ct_tmpl_set_critical(templateFd, 0))
189 close(templateFd);
192 if (ct_tmpl_set_informative(templateFd, CT_PR_EV_HWERR))
194 close(templateFd);
208 rtSolarisContractPostForkChild(int templateFd) argument
218 rtSolarisContractPostForkParent(int templateFd, pid_t pid) argument
415 int templateFd = -1; local
574 int templateFd = -1; local
[all...]

Completed in 43 milliseconds