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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c83 } prctl_list_t; typedef in typeref:struct:prctl_list
87 static prctl_list_t *global_rctl_list_head = NULL;
88 static prctl_list_t *global_rctl_list_tail = NULL;
146 static prctl_value_t *store_value_entry(rctlblk_t *rblk, prctl_list_t *list);
147 static prctl_list_t *store_list_entry(const char *name);
1131 prctl_list_t *list = NULL;
1258 * store_value_entry(rctlblk_t *, prctl_list_t *)
1265 store_value_entry(rctlblk_t *rblk, prctl_list_t *list)
1303 prctl_list_t *
1306 prctl_list_t *
[all...]

Completed in 47 milliseconds