Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c462 rep_val_t *spval; /* Contains a start_pid or ctid */ in repvals_to_file() local
487 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() local
735 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 …]