Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c460 rep_val_t *spval; /* Contains a start_pid or ctid */ in repvals_to_file() local
485 for (spval = uu_list_first(vals); spval != NULL; in repvals_to_file()
486 spval = uu_list_next(vals, spval)) { in repvals_to_file()
487 if (fprintf(tfp, "%lld\n", spval->val) <= 0) { in repvals_to_file()
722 rep_val_t *spval = NULL; /* Contains a start_pid */ in iterate_repository_contracts() local
733 for (spval = uu_list_first(inst->start_ctids); spval != NULL; in iterate_repository_contracts()
734 spval = uu_list_next(inst->start_ctids, spval)) { in iterate_repository_contracts()
735 if (sigsend(P_CTID, (ctid_t)spval->val, sig) == -1 && in iterate_repository_contracts()
801 for (spval = uu_list_first(uup); spval != NULL; in iterate_repository_contracts()
802 spval = uu_list_next(uup, spval)) { in iterate_repository_contracts()
[all …]