OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025