Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c84 system1(const char *s_path, const char *s) in system1() argument
99 if (stat(s_path, &st) < 0) { in system1()
132 (void) execl(s_path, s, (char *)0); in system1()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h155 static int system1(const char *s_path, const char *s);
H A Dsysevent_conf_mod.c1528 system1(const char *s_path, const char *s) in system1() argument
1544 if (stat(s_path, &st) < 0) { in system1()
1577 (void) execl(s_path, s, (char *)0); in system1()