Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_server.h280 #define IS_TYPE_CONTROL(TYPE) ((TYPE) & ISNS_CONTROL_NODE_TYPE) macro
283 !IS_TYPE_CONTROL(TYPE))
H A Ddump.c1023 if (IS_TYPE_CONTROL(type)) { in print_iscsi()