Searched defs:lut (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | lut_impl.h | 39 /* info created by lut_add(), private to lut.c and its mdb module */ 40 struct lut { struct 41 struct lut *lut_left; 42 struct lut *lut_right; 43 struct lut *lut_parent;
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | lut.c | 25 * logadm/lut.c -- simple lookup table module 27 * this file contains a very simple lookup table (lut) implementation. 33 * is the datum, is not copied (in fact, the lut routines don't 46 #include "lut.h" 52 struct lut { struct 53 struct lut *lut_left; 54 struct lut *lut_right; 63 * struct lut *root = NULL; 67 * the *value should not be freed until the lut is freed by lut_free(). 69 struct lut * [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 29 #include <lut.h> 41 struct lut lutcp_lut; 80 lut_collect_addent(uintptr_t addr, struct lut *ent, struct lut_dump_desc *lddp) 90 bcopy(ent, &lcp->lutcp_lut, sizeof (struct lut)); 96 struct lut lutent; 99 if (mdb_vread(&lutent, sizeof (struct lut), root) != 100 sizeof (struct lut)) { 101 mdb_warn("failed to read struct lut at %p", root); 134 mdb_warn("lut walker requires a lut tabl 257 struct lut lut; local [all...] |
H A D | itree.c | 39 #include "lut.h" 57 struct lut *lut; member in struct:info 59 struct lut *ex; /* dictionary of explicit iterators */ 93 struct node *toev, struct lut *ex); 98 struct node *fromevent, struct node *toevent, struct lut *ex); 264 struct lut *props; 268 static struct lut *props2instance(struct node *, struct node *); 431 static struct lut * 451 /* we allocated the lut durin [all...] |
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_common.c | 439 * @lut: pointer to the lut buffer provided by the caller 440 * @lut_size: size of the lut buffer 447 u8 *lut, u16 lut_size, 483 cmd_resp->addr_high = CPU_TO_LE32(I40E_HI_WORD((u64)lut)); 484 cmd_resp->addr_low = CPU_TO_LE32(I40E_LO_DWORD((u64)lut)); 486 status = i40e_asq_send_command(hw, &desc, lut, lut_size, NULL); 496 * @lut: pointer to the lut buffer provided by the caller 497 * @lut_size: size of the lut buffe 445 i40e_aq_get_set_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size, bool set) argument 501 i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size) argument 518 i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size) argument [all...] |
Completed in 81 milliseconds