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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c88 static prctl_list_t *global_rctl_list_tail = NULL; variable
1324 global_rctl_list_tail = e;
1326 global_rctl_list_tail->next = e;
1327 global_rctl_list_tail = e;
1361 global_rctl_list_tail = NULL;

Completed in 52 milliseconds