Home
last modified time | relevance | path

Searched refs:ata_command_interface (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Ddev_legacy.cpp35 int ata_command_interface(int device, smart_command_set command, int select, char *data);
119 virtual int ata_command_interface(smart_command_set command, int select, char * data);
128 int legacy_ata_device::ata_command_interface(smart_command_set command, int select, char * data) in ata_command_interface() function in os::legacy_ata_device
130 return ::ata_command_interface(get_fd(), command, select, data); in ata_command_interface()
H A Ddev_ata_cmd_set.h33 virtual int ata_command_interface(smart_command_set command, int select, char * data) = 0;
H A Ddev_ata_cmd_set.cpp93 int rc = ata_command_interface(command, select, data); in ata_pass_through()
H A Dos_solaris.cpp236 int ata_command_interface(int fd, smart_command_set command, int select, char *data){ in ata_command_interface() function
H A Dos_linux.cpp217 virtual int ata_command_interface(smart_command_set command, int select, char * data);
248 int linux_ata_device::ata_command_interface(smart_command_set command, int select, char * data) in ata_command_interface() function in os_linux::linux_ata_device
2176 virtual int ata_command_interface(smart_command_set command, int select, char * data);
2186 int linux_marvell_device::ata_command_interface(smart_command_set command, int select, char * data) in ata_command_interface() function in os_linux::linux_marvell_device
2324 virtual int ata_command_interface(smart_command_set command, int select, char * data);
2360 int linux_highpoint_device::ata_command_interface(smart_command_set command, int select, char * dat… in ata_command_interface() function in os_linux::linux_highpoint_device
H A Dos_os2.cpp399 int ata_command_interface(int device, smart_command_set command, int select, char *data){ in ata_command_interface() function
H A Dos_qnxnto.cpp131 int ata_command_interface(int fd,smart_command_set command,int select,char *data) in ata_command_interface() function
H A Dscsiata.cpp618 virtual int ata_command_interface(smart_command_set command, int select, char * data);
640 int usbcypress_device::ata_command_interface(smart_command_set command, int select, char *data) in ata_command_interface() function in sat::usbcypress_device
H A Dos_freebsd.cpp1024 virtual int ata_command_interface(smart_command_set command, int select, char * data);
1054 int freebsd_highpoint_device::ata_command_interface(smart_command_set command, int select, char * d… in ata_command_interface() function in os_freebsd::freebsd_highpoint_device
H A Datacmds.cpp2536 virtual int ata_command_interface(smart_command_set command, int select, char * data);
2778 int parsed_ata_device::ata_command_interface(smart_command_set command, int select, char * data) in ata_command_interface() function in __anonca5b541d0111::parsed_ata_device
H A Dos_win32.cpp2478 virtual int ata_command_interface(smart_command_set command, int select, char * data);
2648 int win_tw_cli_device::ata_command_interface(smart_command_set command, int /*select*/, char * data) in ata_command_interface() function in os_win32::win_tw_cli_device
H A DChangeLog-5.0-6.02593 supports migration from old function 'ata_command_interface()'.
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_scan_linux.c577 int ata_command_interface(int device, char *data) in ata_command_interface() function
601 res = ata_command_interface(ata_fd, (char *)&ata_ident); in try_ata_identity()
H A Dsg_inq.c4095 ata_command_interface(int device, char *data, int * atapi_flag, int verbose) in ata_command_interface() function
4179 res = ata_command_interface(ata_fd, (char *)&ata_ident, &atapi, verbose); in try_ata_identify()