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

  /src/external/gpl3/gdb.old/dist/gdb/
inferior.h 582 bool removable = false;
581 bool removable = false; member in class:inferior
  /src/external/gpl3/gdb/dist/gdb/
inferior.h 590 bool removable = false;
589 bool removable = false; member in class:inferior
  /src/sys/dev/scsipi/
sd.c 448 int part, removable; local
479 removable = (periph->periph_flags & PERIPH_REMOVABLE) != 0;
480 if (removable) {
515 if (removable)
1507 * XXX probably differs for removable media
scsipiconf.h 468 #define PERIPH_REMOVABLE 0x0001 /* media is removable */
647 boolean removable; member in struct:scsipi_inquiry_pattern

Completed in 21 milliseconds