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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c185 char execpath[PATH_MAX]; local
364 (void) Pread_string(P, execpath, sizeof (execpath),
367 (void) strncpy(path, execpath, len);
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3079 char *execpath; member in struct:__anon34
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...]

Completed in 43 milliseconds