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

  /external/syslinux/gpxe/src/interface/efi/
efi_umalloc.c 32 #define UNOWHERE ( ~UNULL )
48 userptr_t new_ptr = UNOWHERE;
78 if ( old_ptr && ( old_ptr != UNOWHERE ) ) {
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
memtop_umalloc.c 39 #define UNOWHERE ( ~UNULL )
150 if ( ptr && ( ptr != UNOWHERE ) ) {
199 return ( new_size ? new : UNOWHERE );

Completed in 450 milliseconds