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

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_rtmptable.c1060 int zcnt=0; /* zone we're pointing to in the list */ local
1083 if (ifz->zone_index == zcnt) {
1088 ("getRTRLocal:zmap:%8x zcnt:%d\n",
1089 *(int*)zmap, zcnt));
1093 zcnt++;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c6772 int zcnt = iosize - retsize; local
6773 bzero((char *)rxaddr + retsize, zcnt);
6774 FSDBG(324, uio_offset(uio), retsize, zcnt, rxaddr);
6775 uio_update(uio, zcnt);

Completed in 24 milliseconds