Searched defs:miscpid_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c248 } *miscpid_head; variable in typeref:struct:miscpid
3513 mp->next = miscpid_head;
3514 miscpid_head = mp;
3524 for (mp = miscpid_head; mp != NULL; mp = mp->next) {
3535 miscpid_head = NULL;

Completed in 68 milliseconds