HomeSort by relevance Sort by last modified time
    Searched refs:r_start (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/core/
relocate.c 71 unsigned long r_start, r_end; local
83 r_start = region->start;
126 DBG ( "...usable portion is [%lx,%lx)\n", r_start, r_end );
131 if ( r_end < r_start ) {
137 if ( ( r_end - r_start ) < size ) {
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
memtop_umalloc.c 70 unsigned long r_start, r_end; local
80 r_start = region->start;
89 r_size = ( r_end - r_start );

Completed in 203 milliseconds