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

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c67 #define N_DIR_ENTRIES 1000 macro
224 session->ns_fh.fh_dir_index == N_DIR_ENTRIES ||
247 session->ns_fh.fh_dir_entries = ndmp_malloc(N_DIR_ENTRIES
538 session->ns_fh_v3.fh_dir_index == N_DIR_ENTRIES ||
564 ndmp_malloc(sizeof (ndmp_dir_v3) * N_DIR_ENTRIES);
571 ndmp_malloc(sizeof (ndmp_file_name_v3) * N_DIR_ENTRIES);

Completed in 101 milliseconds