Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dutil.c2664 memmove(npv, ProcListVec,
2666 sm_free(ProcListVec);
2678 ProcListVec = npv;
2682 ProcListVec[i].proc_pid = pid;
2684 ProcListVec[i].proc_type = type;
2685 ProcListVec[i].proc_count = count;
2686 ProcListVec[i].proc_other = other;
2763 type = ProcListVec[i].proc_type;
2781 ProcListVec[i].proc_other > -1)
2846 pid = ProcListVec[i].proc_pid; in proc_list_probe()
[all …]