Searched refs:restart_str (Results 1 – 2 of 2) sorted by relevance
448 const char *state, *restart_str; in list_callback() local466 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() local601 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()
1224 const char *name, *endpoint, *restart_str, *prog; in list_callback() local1252 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()