Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c100 } sid_prefix_node_t; typedef
169 const sid_prefix_node_t *entry1 = p1; in kidmap_compare_sid_prefix()
170 const sid_prefix_node_t *entry2 = p2; in kidmap_compare_sid_prefix()
948 sizeof (sid_prefix_node_t), in kidmap_sid_prefix_store_init()
949 offsetof(sid_prefix_node_t, avl_link)); in kidmap_sid_prefix_store_init()
966 sid_prefix_node_t find; in kidmap_find_sid_prefix()
967 sid_prefix_node_t *result; in kidmap_find_sid_prefix()
968 sid_prefix_node_t *new; in kidmap_find_sid_prefix()
1001 new = kmem_alloc(sizeof (sid_prefix_node_t), KM_SLEEP); in kidmap_find_sid_prefix()