Searched refs:NSC_ANON_CD (Results 1 – 5 of 5) sorted by relevance
419 if ((blind_t)ncp == NSC_ANON_CD) { in nsc_ncio_allocb()432 if (!((blind_t)ncp == NSC_ANON_CD)) { in nsc_ncio_allocb()446 if ((flag & NSC_RDAHEAD) || ((blind_t)ncp == NSC_ANON_CD)) in nsc_ncio_allocb()
295 if (cd == NSC_ANON_CD) { in _nsc_alloc_dbuf()339 if ((flag & NSC_RDAHEAD) || (cd == NSC_ANON_CD)) in _nsc_alloc_dbuf()
125 if ((h = (*io->alloc_h)(NULL, NULL, NULL, NSC_ANON_CD)) == NULL) { in nsc_alloc_abuf()130 rc = (*io->alloc_buf)(NSC_ANON_CD, pos, len, in nsc_alloc_abuf()
302 #define NSC_ANON_CD ((blind_t)(-1)) /* used for IO provider alloc buf */ macro
2558 if (xcd == NSC_ANON_CD)