prctl_list_t
prctl_list_t *list = NULL;
store_value_entry(rctlblk_t *rblk, prctl_list_t *list)
prctl_list_t *
prctl_list_t *e = calloc(1, sizeof (prctl_list_t));
prctl_list_t *new_list, *old_list = global_rctl_list_head;
prctl_list_t *iter_list = global_rctl_list_head;
static prctl_value_t *store_value_entry(rctlblk_t *rblk, prctl_list_t *list);
static prctl_list_t *store_list_entry(const char *name);
static prctl_list_t *global_rctl_list_head = NULL;
static prctl_list_t *global_rctl_list_tail = NULL;