Home
last modified time | relevance | path

Searched refs:maxcount (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A DOSObject.iig71 //#define IIG_ARRAY(maxcount) __attribute__((annotate(# maxcount), annotate("array")))
93 //#define ARRAY(maxcount) IIG_ARRAY(maxcount)
113 //#define IIG_ARRAY(maxcount)
/xnu-11215/tests/
H A Dmemorystatus_is_assertion.c116 int maxcount = 3; in memorystatus_assertion_test_repetitive() local
184 for (count = 0; count < maxcount; count++) { in memorystatus_assertion_test_repetitive()
202 for (count = 0; count < maxcount; count++) { in memorystatus_assertion_test_repetitive()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c4501 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; in nfsrv_readdirplus() local
4514 dircount = maxcount = 0; in nfsrv_readdirplus()
4522 nfsm_chain_get_32(error, nmreq, maxcount); in nfsrv_readdirplus()
4532 maxcount = ((maxcount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdirplus()
4533 if (maxcount > xfer) { in nfsrv_readdirplus()
4534 maxcount = xfer; in nfsrv_readdirplus()
4537 if (maxcount == 0) { in nfsrv_readdirplus()
4659 error = nfsrv_rephead(nd, slp, &nmrep, maxcount); in nfsrv_readdirplus()
4708 if ((len > maxcount) || (dirlen > dircount)) { in nfsrv_readdirplus()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c3791 int maxcount; member
3805 if (fstp->sfsp && fstp->count < fstp->maxcount) { in getfsstat_callback()
3891 size_t count, maxcount, bufsize, macsize; in __mac_getfsstat() local
3918 if (count != maxcount) { in __mac_getfsstat()
3958 fst.maxcount = (int)maxcount; in __mac_getfsstat()
3972 if (fst.sfsp && fst.count > fst.maxcount) { in __mac_getfsstat()
3973 *retval = fst.maxcount; in __mac_getfsstat()
4032 int count, maxcount; in getfsstat64() local
4044 fst.maxcount = maxcount; in getfsstat64()
4053 if (fst.sfsp && fst.count > fst.maxcount) { in getfsstat64()
[all …]
H A Dkpi_vfs.c5421 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, in VNOP_READDIRATTR() argument
5434 a.a_maxcount = maxcount; in VNOP_READDIRATTR()