Lines Matching refs:lut
70 struct lut *Usedprops;
941 static struct lut *
942 nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t) in nvpair2lut()
963 struct lut *
964 tree_s2np_lut_add(struct lut *root, const char *s, struct node *np) in tree_s2np_lut_add()
970 tree_s2np_lut_lookup(struct lut *root, const char *s) in tree_s2np_lut_lookup()
975 struct lut *
976 tree_name2np_lut_add(struct lut *root, struct node *namep, struct node *np) in tree_name2np_lut_add()
983 tree_name2np_lut_lookup(struct lut *root, struct node *namep) in tree_name2np_lut_lookup()
990 tree_name2np_lut_lookup_name(struct lut *root, struct node *namep) in tree_name2np_lut_lookup_name()
996 struct lut *
997 tree_event2np_lut_add(struct lut *root, struct node *enp, struct node *np) in tree_event2np_lut_add()
1003 tree_event2np_lut_lookup(struct lut *root, struct node *enp) in tree_event2np_lut_lookup()
1010 tree_event2np_lut_lookup_event(struct lut *root, struct node *enp) in tree_event2np_lut_lookup_event()
1018 struct node *np, struct node *nvpairs, struct lut **lutpp, in dodecl()