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

  /src/sys/arch/i386/stand/lib/
biosdisk.c 1486 int target_unit = 0; local
1499 target_unit *= 10;
1500 target_unit += name[i++] - '0';
1546 if (raidframe[i].last_unit != target_unit)
  /src/external/gpl3/gcc/dist/gcc/
defaults.h 1463 #define TARGET_UNIT uint8_t
1465 #define TARGET_UNIT uint16_t
1467 #define TARGET_UNIT uint32_t
1471 typedef TARGET_UNIT target_unit; typedef
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 1447 #define TARGET_UNIT uint8_t
1449 #define TARGET_UNIT uint16_t
1451 #define TARGET_UNIT uint32_t
1455 typedef TARGET_UNIT target_unit; typedef

Completed in 26 milliseconds