Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dutil.c2472 static PROCS_T *volatile ProcListVec = NULL; variable
2488 if (ProcListVec[i].proc_pid == NO_PID)
2499 if (ProcListVec[i].proc_pid == NO_PID)
2517 memmove(npv, ProcListVec,
2519 sm_free(ProcListVec);
2531 ProcListVec = npv;
2535 ProcListVec[i].proc_pid = pid;
2536 PSTRSET(ProcListVec[i].proc_task, task);
2537 ProcListVec[i].proc_type = type;
2538 ProcListVec[i].proc_count = count;
[all …]