Home
last modified time | relevance | path

Searched refs: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
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; in store_rctls()
1265 store_value_entry(rctlblk_t *rblk, prctl_list_t *list) in store_value_entry()
1303 prctl_list_t *
1306 prctl_list_t *e = calloc(1, sizeof (prctl_list_t)); in store_list_entry()
1343 prctl_list_t *new_list, *old_list = global_rctl_list_head; in free_lists()
[all …]