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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c57 static char *execpath; variable
462 (me, "execv path = %s\n", execpath);
464 (void) execv(execpath, execargv);
1119 execpath = strdup(path);
1121 if (execpath == NULL || execargv == NULL)
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3079 char *execpath; member in struct:__anon620
3099 g_free (mi->execpath);
3123 mi->execpath,
3340 DBusMessage *message, const char *execpath)
3487 mi->execpath = g_strdup (execpath);
4158 const char *execpath; local
4162 execpath = hal_device_property_get_strlist_elem (d, s, num);
4168 if (execpath != NULL && sig != NULL &&
4171 HAL_INFO (("OK for method '%s' with signature '%s' on interface '%s' for UDI '%s' and execpath '
3339 hald_exec_method(HalDevice *d, DBusConnection *connection, dbus_bool_t local_interface, DBusMessage *message, const char *execpath) argument
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c436 char execpath[PATH_MAX]; local
615 (void) Pread_string(P, execpath, sizeof (execpath),
618 (void) strncpy(path, execpath, len);

Completed in 73 milliseconds