Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c247 } *miscpid_head; variable
3478 mp->next = miscpid_head; in miscpid_insert()
3479 miscpid_head = mp; in miscpid_insert()
3489 for (mp = miscpid_head; mp != NULL; mp = mp->next) { in miscpid_delete()
3500 miscpid_head = NULL; in miscpid_delete()