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

/xnu-2782.1.97/osfmk/kern/
H A Dipc_misc.c204 mach_msg_type_number_t ncnt, tcnt; local
218 (mach_port_name_t **)&map_copy_names, &ncnt,
232 for (rval = 0, i = 0; i < ncnt; i++)
238 (vm_address_t)names, ncnt * sizeof (*names));
/xnu-2782.1.97/bsd/sys/
H A Dgmon.h74 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr
84 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr_64
/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c277 int ncnt = (int) kpc_get_counter_count(KPC_CLASS_CONFIGURABLE_MASK); local
283 for( i = 0; i < ncnt; i++ ) {
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c1337 u_long ncnt = 0; local
1344 ncnt++;
1357 vfs_statfs(mp)->f_mntfromname, (uint64_t)diff.tv_sec * 1000000LL + diff.tv_usec, i, ncnt, (i <= nfsnodehash));

Completed in 26 milliseconds