Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1561 struct val_list { struct
1562 struct val_list *val_next; argument
1574 static struct val_list * argument
1575 add_val(struct val_list **val_listp, struct val_list *tail, in add_val()
1578 struct val_list *new_val; in add_val()
1580 struct val_list *listp = *val_listp; in add_val()
1583 new_val = kmem_alloc(sizeof (struct val_list), KM_SLEEP); in add_val()
1608 free_val_list(struct val_list *head) in free_val_list()
1610 struct val_list *tval_list; in free_val_list()
1617 kmem_free(tval_list, sizeof (struct val_list)); in free_val_list()
[all …]
/onnv-gate/usr/src/cmd/prctl/
H A Dprctl.c80 prctl_value_t *val_list; member
1268 prctl_value_t *iter = list->val_list; in store_value_entry()
1280 list->val_list = e; in store_value_entry()
1319 e->val_list = NULL; in store_list_entry()
1346 old_val = old_list->val_list; in free_lists()
1441 iter_val = iter_list->val_list; in print_rctls()