/src/sys/compat/linux/common/ |
linux_cdrom.h | 145 u_int8_t curslot : 5; member in struct:linux_cdrom_mechstat_header 150 u_int8_t curslot : 5;
|
/src/sys/uvm/ |
uvm_amap.c | 1200 amap_pp_adjref(struct vm_amap *amap, int curslot, vsize_t slotlen, int adjval) 1207 stopslot = curslot + slotlen; 1215 for (lcv = 0 ; lcv < curslot ; lcv += len) { 1217 if (lcv + len > curslot) { /* goes past start? */ 1218 pp_setreflen(ppref, lcv, ref, curslot - lcv); 1219 pp_setreflen(ppref, curslot, ref, len - (curslot -lcv)); 1220 len = curslot - lcv; /* new length of entry @ lcv */ 1240 KASSERT(lcv == curslot); 1296 u_int curslot, ptr, last local in function:amap_wiperange [all...] |
/src/sys/arch/x86/x86/ |
pmap.c | 1499 size_t curslot = 0 + 256; /* end of SLAREA_USER */ local in function:slotspace_rand 1510 if (slotspace.area[i].sslot >= curslot && 1523 if (minsslot - curslot >= nslots) { 1524 holes[nholes].start = curslot; 1530 curslot = minsslot + minnslot;
|