Home
last modified time | relevance | path

Searched refs:is_ide (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dhdd.c26 int is_ide; member
95 return hdd_controllers[c].is_ide; in hdd_controller_is_ide()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfdisk.c2877 int is_ide = 0; in is_ide_cdrom_or_tape() local
2892 is_ide = (is_prefixed_with(buf, "cdrom") || in is_ide_cdrom_or_tape()
2898 is_ide = ((statbuf.st_mode & 0222) == 0); in is_ide_cdrom_or_tape()
2902 return is_ide; in is_ide_cdrom_or_tape()