Searched refs:X_NCSIZE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddstore.c54 { X_NCSIZE, "_nchash" },
H A Ddlsof.h285 #define X_NCSIZE "ncsize" macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Drnch.c57 * Define X_NCSIZE as the nickname for the kernel cache size variable,
58 * or, if X_NCSIZE is undefined, define FIXED_NCSIZE as the size of the
170 #define DEFNCACHESZ 1024 /* local size if X_NCSIZE kernel value < 1 */
354 # if defined(X_NCSIZE)
356 if (get_Nl_value(X_NCSIZE, (struct drive_Nl *)NULL, &v) < 0
368 # else /* !defined(X_NCSIZE) */
370 # endif /* defined(X_NCSIZE) */
H A Drnam.c59 * Define X_NCSIZE as the nickname for the size of the kernel cache.
73 * NCACHE_SZ_CAST cast for X_NCSIZE (default int)
143 #define DEFNCACHESZ 1024 /* local size if X_NCSIZE kernel value < 1 */
310 if (get_Nl_value(X_NCSIZE, (struct drive_Nl *)NULL, &v) < 0
H A Drnmh.c59 * Define X_NCSIZE as the nickname for the size of the kernel cache has
72 * NCACHE_SZ_CAST case for X_NCSIZE (default unsigned long)
364 if (get_Nl_value(X_NCSIZE, (struct drive_Nl *)NULL, &v) < 0

Completed in 80 milliseconds