Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c337 #define CV_SZ 16 macro
347 uint32_t cv[CV_SZ + 1]; in nl7c_mi_report_hash()
353 for (n = 0; n <= CV_SZ; n++) in nl7c_mi_report_hash()
367 if (n > CV_SZ) in nl7c_mi_report_hash()
368 n = CV_SZ; in nl7c_mi_report_hash()
377 for (n = 1; n < CV_SZ; n++) { in nl7c_mi_report_hash()
387 (void) mi_mpprintf(mp, "Long=%d", cv[CV_SZ]); in nl7c_mi_report_hash()