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

/netbsd-current/lib/libpuffs/
H A Dopdump.c171 size_t maxhandle; local
179 maxhandle = puffsdump_vfsop_count;
183 maxhandle = puffsdump_vnop_count;
188 maxhandle = __arraycount(puffsdump_cacheop_revmap);
192 maxhandle = puffsdump_errnot_count;
196 maxhandle = puffsdump_flush_count;
203 if (preq->preq_optype < maxhandle) {

Completed in 120 milliseconds