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

/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_cdrom.h145 u_int8_t curslot : 5; member in struct:linux_cdrom_mechstat_header
150 u_int8_t curslot : 5;
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_amap.c1145 amap_pp_adjref(struct vm_amap *amap, int curslot, vsize_t slotlen, int adjval, argument
1153 stopslot = curslot + slotlen;
1161 for (lcv = 0 ; lcv < curslot ; lcv += len) {
1163 if (lcv + len > curslot) { /* goes past start? */
1164 pp_setreflen(ppref, lcv, ref, curslot - lcv);
1165 pp_setreflen(ppref, curslot, ref, len - (curslot -lcv));
1166 len = curslot - lcv; /* new length of entry @ lcv */
1186 KASSERT(lcv == curslot);
1243 u_int curslot, pt local
[all...]

Completed in 109 milliseconds