Home
last modified time | relevance | path

Searched refs:restart_str (Results 1 – 2 of 2) sorted by relevance

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