Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl.h92 #define NSC_ID 0x40000000 /* Module ID */ macro
104 #define NSC_MKID(x) (NSC_ID | ((x) << 20))
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c200 if ((!(id & NSC_ID) || (id & ~NSC_IDS)) &&
1616 if ((type & NSC_ID) && in _nsc_find_io()
1643 if (type & NSC_ID) { in _nsc_find_io()