Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sun3/sun3/ | |
sunmon.c | 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |
sunmon.c | 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |
sunmon.c | 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |
/src/sys/arch/sun2/sun2/ | |
promlib.c | 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |
promlib.c | 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |
promlib.c | 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump 368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage); |