Searched refs:NSC_IDS (Results 1 – 2 of 2) sorted by relevance
200 if ((!(id & NSC_ID) || (id & ~NSC_IDS)) &&380 if ((type & NSC_IDS) || !io || (io->provide & NSC_ANON) || in nsc_register_path()1617 sp->sp_io->id >= (type & NSC_IDS)) in _nsc_find_io()1644 if ((type & ~NSC_IDS) == 0) { in _nsc_find_io()1650 if (io->id >= (type & NSC_IDS)) in _nsc_find_io()
101 #define NSC_IDS 0x7ff00000 /* ID mask */ macro