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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dfork_program.h2 * fork_program.h
14 int fork_program(
H A Dfork_program.c2 * fork_program.c
10 #include "fork_program.h"
25 int fork_program(const char * argv0, char * const argv[], Boolean wait) function
H A Dkextd_request.c49 #include "fork_program.h"
423 (void)fork_program("/usr/sbin/kextcache",
H A Dbootcaches.c65 #include "fork_program.h"
1667 pid = fork_program("/usr/sbin/kextcache", kcargs, wait); // logs errors
2819 * a (waited-for) helper exit status will also be returned (see fork_program.c)
2836 // fork_program(wait=false) also sets IOPOL_THROTTLE while spawning
2850 rval = fork_program(kcargs[0], kcargs, wait);
H A Dupdate_boot.c62 #include "fork_program.h"
3251 /* Do we want to check fork_program's return value?
3254 result = fork_program(kextcacheArgs[0], kextcacheArgs, true /* wait */);

Completed in 150 milliseconds