HomeSort by: relevance | last modified time | path
    Searched defs:km_last (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/macppc/stand/ofwboot/
loadfile_machdep.c 257 struct kmapping *km, *km_prev, *km_next, *km_last; local in function:kmapping_enter
261 km_last = &kmappings[MAX_KMAPPINGS - 1];
278 km_next = (km == km_last) ? NULL : (km + 1);
358 if (km_next == NULL || km_last->vstart != km_last->vend) {
416 km_last->vstart = km_last->vend = 0;
loadfile_machdep.c 257 struct kmapping *km, *km_prev, *km_next, *km_last; local in function:kmapping_enter
261 km_last = &kmappings[MAX_KMAPPINGS - 1];
278 km_next = (km == km_last) ? NULL : (km + 1);
358 if (km_next == NULL || km_last->vstart != km_last->vend) {
416 km_last->vstart = km_last->vend = 0;
loadfile_machdep.c 257 struct kmapping *km, *km_prev, *km_next, *km_last; local in function:kmapping_enter
261 km_last = &kmappings[MAX_KMAPPINGS - 1];
278 km_next = (km == km_last) ? NULL : (km + 1);
358 if (km_next == NULL || km_last->vstart != km_last->vend) {
416 km_last->vstart = km_last->vend = 0;

Completed in 61 milliseconds