/src/sys/arch/evbarm/gumstix/ |
gxpcic.c | 160 int nslot, i, j; local in function:gxpcic_attach 165 nslot = gxpcic_count_slot(sc); 167 for (i = 0, j = 0; i < nslot; i++) { 314 int nslot; local in function:gxpcic_count_slot 337 nslot = 1; 340 nslot = 2; 350 return nslot;
|
/src/sys/arch/x86/include/ |
pmap_private.h | 106 size_t nslot; /* # of slots */ member in struct:slotspace::__anonf939af6e0108
|
/src/sys/arch/x86/x86/ |
intr.c | 1666 int oslot, nslot; local in function:intr_redistribute 1698 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) { 1699 if (nci->ci_isources[nslot] == NULL) { 1705 if (nslot == MAX_INTR_SOURCES) { 1711 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) { 1712 if (nci->ci_isources[nslot] == NULL) [all...] |
pmap.c | 1459 size_t nslot = slotspace.area[type].nslot; local in function:slotspace_copy 1461 memcpy(&dst[sslot], &src[sslot], nslot * sizeof(pd_entry_t)); 1513 minnslot = slotspace.area[i].nslot; 1559 slotspace.area[type].nslot =
|
/src/sys/kern/ |
vfs_subr.c | 116 "int"/*nslot*/); 128 "int"/*nslot*/); 844 int vdelay, oslot, nslot, delayx; local in function:sched_sync 866 nslot = sync_delay_slot(vdelay); 867 mp->mnt_synclist_slot = nslot; 869 mp, vdelay, oslot, nslot); 924 nslot = vi->vi_synclist_slot; 927 vp, delayx, oslot, nslot);
|