Searched refs:spval (Results 1 – 1 of 1) sorted by relevance
462 rep_val_t *spval; /* Contains a start_pid or ctid */ in repvals_to_file() local487 for (spval = uu_list_first(vals); spval != NULL; in repvals_to_file()488 spval = uu_list_next(vals, spval)) { in repvals_to_file()489 if (fprintf(tfp, "%lld\n", spval->val) <= 0) { in repvals_to_file()724 rep_val_t *spval = NULL; /* Contains a start_pid */ in iterate_repository_contracts() local735 for (spval = uu_list_first(inst->start_ctids); spval != NULL; in iterate_repository_contracts()736 spval = uu_list_next(inst->start_ctids, spval)) { in iterate_repository_contracts()737 if (sigsend(P_CTID, (ctid_t)spval->val, sig) == -1 && in iterate_repository_contracts()803 for (spval = uu_list_first(uup); spval != NULL; in iterate_repository_contracts()804 spval = uu_list_next(uup, spval)) { in iterate_repository_contracts()[all …]