Lines Matching defs:aux
874 restarter_str_t aux)
880 const char *p = restarter_get_str_short(aux);
921 nvlist_add_int32(attr, RESTARTER_NAME_REASON, aux) != 0) {
1162 * Commit new_state, new_next_state, and aux to the repository for id.
1164 * If aux == "custom":
1169 * If aux != "custom":
1190 restarter_instance_state_t new_state_next, const char *aux, int aux_custom,
1278 (aux != NULL && scf_value_set_astring(v_aux, aux) != 0))
1364 if (aux) {
1496 restarter_instance_state_t new_state_next, const char *aux)
1498 if (aux != NULL &&
1499 strcmp(aux, restarter_get_str_short(restarter_str_custom)) == 0) {
1501 "setting custom reason strings\n", id->i_fmri, aux);
1502 aux = NULL;
1506 new_state_next, aux, 0, NULL, NULL, NULL));