Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c58 static char *execpath; variable
465 (me, "execv path = %s\n", execpath); in forker_monitor()
467 (void) execv(execpath, execargv); in forker_monitor()
1122 execpath = strdup(path); in _nscd_start_forker()
1124 if (execpath == NULL || execargv == NULL) in _nscd_start_forker()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3079 char *execpath; member
3099 g_free (mi->execpath); in hald_exec_method_free_mi()
3123 mi->execpath, in hald_exec_method_do_invocation()
3340 DBusMessage *message, const char *execpath) in hald_exec_method() argument
3487 mi->execpath = g_strdup (execpath); in hald_exec_method()
4158 const char *execpath; in hald_dbus_filter_handle_methods() local
4162 execpath = hal_device_property_get_strlist_elem (d, s, num); in hald_dbus_filter_handle_methods()
4168 if (execpath != NULL && sig != NULL && in hald_dbus_filter_handle_methods()
4171 …' on interface '%s' for UDI '%s' and execpath '%s'", method, signature, interface, udi, execpath)); in hald_dbus_filter_handle_methods()
4174 message, execpath); in hald_dbus_filter_handle_methods()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c438 char execpath[PATH_MAX]; in Pxcreate() local
618 (void) Pread_string(P, execpath, sizeof (execpath), in Pxcreate()
621 (void) strncpy(path, execpath, len); in Pxcreate()