Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c642 sep->se_path = sc_strdup(path); in parse_conf_file()
649 sep->se_reserved2 == NULL || sep->se_path == NULL || in parse_conf_file()
658 sc_strfree(sep->se_path); in parse_conf_file()
694 " path=%s\n", sp->se_path); in parse_conf_file()
887 sc_strfree(sep->se_path); in free_event_table()
1670 if ((argv0 = strrchr(sep->se_path, '/')) == NULL) { in queue_event()
1671 argv0 = sep->se_path; in queue_event()
1707 sep->se_conf_file, sep->se_lineno, sep->se_path); in queue_event()
1720 if ((errno = nvlist_add_string(cmd_nvlist, "path", sep->se_path)) != 0) in queue_event()
H A Dsysevent_conf_mod.h78 char *se_path; /* event path */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c85 char *se_path; /* Path to pppd executable */ member
308 if (sep->se_path == NULL) { in close_service()
309 sep->se_path = sedefp->se_path; in close_service()
469 cpp = &slp->sl_entry.se_path; in set_string()
1479 slp->sl_entry.se_path != NULL) in free_service()
1480 free(slp->sl_entry.se_path); in free_service()
2137 if ((path = sep->se_path) == NULL) in launch_service()
2321 if (sep->se_path != NULL) in dump_configuration()
2323 sep->se_path); in dump_configuration()
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h75 char *se_path; /* event path */ member
H A Dsyseventadm.c714 strcmp(arg_path, sep->se_path) != 0) { in matches_serecord()
766 strcats(line, sep->se_path); in print_serecord()
861 sep->se_path = sc_strdup(path); in parse_line()
878 sc_strfree(sep->se_path); in free_serecord()