Searched refs:exec_callback (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c97 static void exec_callback(pid_t pid, int status, struct rusage *rusage, void *context);
1567 exec_callback,
1739 void exec_callback(pid_t pid, int status, struct rusage *rusage, void *context) function
H A Dscnc_utils.c2104 void exec_callback(pid_t pid, int status, struct rusage *rusage, void *context) function
2167 return dataRef; // to be used as exec_callback's context
2184 SCLog(TRUE, LOG_ERR, CFSTR("SCNC: failed to initialize plugin exec_callback's runloop source"));
2188 rc = _SCDPluginExecCommand(exec_callback,
2213 SCLog(TRUE, LOG_ERR, CFSTR("SCNC: failed to initialize plugin exec_callback's runloop source"));
2217 rc = _SCDPluginExecCommand2(exec_callback,
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c700 exec_callback(pid_t pid, int status, struct rusage * rusage, void * context) function
819 client->pid = _SCDPluginExecCommand2(exec_callback, NULL, 0, 0,
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c561 static VALUE exec_callback(VALUE arg);
7786 exec_callback(VALUE arg) function
7898 result = rb_protect(exec_callback, (VALUE)arg, &state);

Completed in 252 milliseconds