Home
last modified time | relevance | path

Searched defs:lut (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut_impl.h38 struct lut { struct
39 struct lut *lut_left; argument
40 struct lut *lut_right; argument
41 struct lut *lut_parent; argument
42 void *lut_lhs; /* search key */ argument
43 void *lut_rhs; /* the datum */ argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c259 struct lut lut; in eft_count() local
H A Ditree.c57 struct lut *lut; member
/illumos-gate/usr/src/cmd/logadm/
H A Dlut.c50 struct lut { struct
51 struct lut *lut_left; argument
52 struct lut *lut_right; argument
53 char *lut_lhs; /* search key */ argument
54 void *lut_rhs; /* the datum */ argument
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c447 u8 *lut, u16 lut_size, in i40e_aq_get_set_rss_lut()
499 bool pf_lut, u8 *lut, u16 lut_size) in i40e_aq_get_rss_lut()
516 bool pf_lut, u8 *lut, u16 lut_size) in i40e_aq_set_rss_lut()
H A Dvirtchnl.h495 u8 lut[1]; /* RSS lookup table */ member