Searched refs:NCALL_DATA_SZ (Results 1 – 4 of 4) sorted by relevance
70 #define NSC_NCIO_MAXDATA (NCALL_DATA_SZ - FBA_SIZE(1))
237 if (sizeof (*rw) > NCALL_DATA_SZ) { in nsc_ncio_rwb()239 ASSERT(sizeof (*rw) <= NCALL_DATA_SZ); in nsc_ncio_rwb()492 if (sizeof (*size) > NCALL_DATA_SZ) { in nsc_ncio_attach()494 ASSERT(sizeof (*size) <= NCALL_DATA_SZ); in nsc_ncio_attach()
1204 ASSERT(sizeof (nsc_rval_t) <= NCALL_DATA_SZ); in _nsc_setval()1286 ASSERT(sizeof (nsc_rval_t) <= NCALL_DATA_SZ); in r_nsc_setval_all()
46 #define NCALL_DATA_SZ 8192 /* ncall_put/get_data max size */ macro