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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h75 char *se_path; /* event path */ member in struct:serecord
H A Dsyseventadm.c714 strcmp(arg_path, sep->se_path) != 0) {
766 strcats(line, sep->se_path);
861 sep->se_path = sc_strdup(path);
878 sc_strfree(sep->se_path);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h78 char *se_path; /* event path */ member in struct:syseventtab
H A Dsysevent_conf_mod.c642 sep->se_path = sc_strdup(path);
649 sep->se_reserved2 == NULL || sep->se_path == NULL ||
658 sc_strfree(sep->se_path);
694 " path=%s\n", sp->se_path);
887 sc_strfree(sep->se_path);
1670 if ((argv0 = strrchr(sep->se_path, '/')) == NULL) {
1671 argv0 = sep->se_path;
1707 sep->se_conf_file, sep->se_lineno, sep->se_path);
1720 if ((errno = nvlist_add_string(cmd_nvlist, "path", sep->se_path)) != 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c84 char *se_path; /* Path to pppd executable */ member in struct:service_entry
96 #define SEF_CPATH 0x00000020 /* se_path copied from global */
307 if (sep->se_path == NULL) {
308 sep->se_path = sedefp->se_path;
468 cpp = &slp->sl_entry.se_path;
1478 slp->sl_entry.se_path != NULL)
1479 free(slp->sl_entry.se_path);
2136 if ((path = sep->se_path) == NULL)
2320 if (sep->se_path !
[all...]

Completed in 69 milliseconds