Lines Matching refs:lut
48 struct lut *Faults;
49 struct lut *Upsets;
50 struct lut *Defects;
51 struct lut *Errors;
52 struct lut *Ereports;
53 struct lut *Ereportenames;
54 struct lut *Ereportenames_discard;
55 struct lut *SERDs;
56 struct lut *STATs;
57 struct lut *ASRUs;
58 struct lut *FRUs;
59 struct lut *Configs;
86 struct lut *Usedprops;
957 static struct lut *
958 nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t) in nvpair2lut()
979 struct lut *
980 tree_s2np_lut_add(struct lut *root, const char *s, struct node *np) in tree_s2np_lut_add()
986 tree_s2np_lut_lookup(struct lut *root, const char *s) in tree_s2np_lut_lookup()
991 struct lut *
992 tree_name2np_lut_add(struct lut *root, struct node *namep, struct node *np) in tree_name2np_lut_add()
999 tree_name2np_lut_lookup(struct lut *root, struct node *namep) in tree_name2np_lut_lookup()
1006 tree_name2np_lut_lookup_name(struct lut *root, struct node *namep) in tree_name2np_lut_lookup_name()
1012 struct lut *
1013 tree_event2np_lut_add(struct lut *root, struct node *enp, struct node *np) in tree_event2np_lut_add()
1019 tree_event2np_lut_lookup(struct lut *root, struct node *enp) in tree_event2np_lut_lookup()
1026 tree_event2np_lut_lookup_event(struct lut *root, struct node *enp) in tree_event2np_lut_lookup_event()
1034 struct node *np, struct node *nvpairs, struct lut **lutpp, in dodecl()