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

/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap_asid.c171 unsigned nc = sizeof(p->pmap_asid_cpus)/sizeof(asid_t); local
173 assert(nc >= real_ncpus);
174 for (i = 0; i < nc; i++) {
181 unsigned nc = sizeof(p->pmap_asid_cpus)/sizeof(asid_t); local
183 for (i = 0; i < nc; i++) {
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap_pcid.c143 unsigned nc = sizeof(p->pmap_pcid_cpus)/sizeof(pcid_t); local
145 pmap_assert(nc >= real_ncpus);
146 for (i = 0; i < nc; i++) {
156 unsigned nc = sizeof(p->pmap_pcid_cpus)/sizeof(pcid_t); local
158 for (i = 0; i < nc; i++) {
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl326 my $nc = ($is_cancel{$$symbol{syscall}} ? "cerror" : "cerror_nocancel");
328 printf $f "__SYSCALL2(%s, %s, %d, %s)\n", $$symbol{asm_sym}, $$symbol{syscall}, $$symbol{nargs}, $nc;
331 printf $f "__SYSCALL2(%s, %s, %d, %s)\n", "__".$$symbol{asm_sym}, $$symbol{syscall}, $$symbol{nargs}, $nc;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c669 int nc, mask; local
692 nc = ffs((long)p->p_sigcatch);
693 mask = sigmask(nc);
695 if (sigprop[nc] & SA_IGNORE) {
696 if (nc != SIGCONT)
700 ps->ps_sigact[nc] = SIG_DFL;
H A Dsys_generic.c1320 int nc = 0; /* bit vector offset (nc'th bit) */ local
1346 nc = 0;
1375 wql_ptr = (wql + nc * SIZEOF_WAITQUEUE_LINK);
1394 nc++;

Completed in 34 milliseconds