HomeSort by: relevance | last modified time | path
    Searched defs:maxhandle (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libpuffs/
opdump.c 171 size_t maxhandle; local in function:puffsdump_req
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 12 milliseconds