Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_obj.h52 #define IS_ENTITY_KEY(ID) ((ID) == ENTITY_KEY) macro
H A Dobj.c1887 if (tmp_len >= 8 && IS_ENTITY_KEY(tmp->attr_id)) { in reg_get_entity()