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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c448 const char *state, *restart_str; local
466 if ((restart_str = scf_simple_prop_next_ustring(prop)) == NULL)
469 if (strstr(restart_str, INETADM_INETD_STR) == NULL)
573 const char *restart_str; local
601 if (((restart_str = scf_simple_prop_next_ustring(prop)) == NULL) ||
602 (strstr(restart_str, INETADM_INETD_STR) == NULL)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1224 const char *name, *endpoint, *restart_str, *prog; local
1252 if ((restart_str = scf_simple_prop_next_ustring(prop)) == NULL)
1255 if (strcmp(restart_str, INETD_INSTANCE_FMRI) != 0)

Completed in 62 milliseconds