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

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_readdir.c373 uint_t total_bytes_wanted; local
400 total_bytes_wanted = rda_count;
401 bufsize = total_bytes_wanted + sizeof (struct dirent_nonext);
418 if (outcount + this_reclen > total_bytes_wanted) {
436 assert(outcount <= total_bytes_wanted);
458 * total_bytes_wanted is not large enough for one

Completed in 156 milliseconds