#include "config.h"
#include <ctype.h>
#include <errno.h>
#include "atacmds.h"
#include "scsicmds.h"
#include "utility.h"
#include "os_os2.h"
Go to the source code of this file.
◆ STRANGE_BUFFER_LENGTH
#define STRANGE_BUFFER_LENGTH (4+512*0xf8) |
◆ ata_command_interface()
int ata_command_interface |
( |
int |
device, |
|
|
smart_command_set |
command, |
|
|
int |
select, |
|
|
char * |
data |
|
) |
| |
◆ dani_ioctl()
static int dani_ioctl |
( |
int |
device, |
|
|
void * |
arg |
|
) |
| |
|
static |
◆ deviceclose()
int deviceclose |
( |
int |
fd | ) |
|
◆ deviceopen()
int deviceopen |
( |
const char * |
pathname, |
|
|
char * |
type |
|
) |
| |
◆ do_scsi_cmnd_io()
int do_scsi_cmnd_io |
( |
int |
dev_fd, |
|
|
struct scsi_cmnd_io * |
iop, |
|
|
int |
report |
|
) |
| |
◆ guess_device_type()
int guess_device_type |
( |
const char * |
dev_name | ) |
|
◆ make_device_names()
int make_device_names |
( |
char *** |
devlist, |
|
|
const char * |
name |
|
) |
| |
◆ print_smartctl_examples()
void print_smartctl_examples |
( |
| ) |
|
◆ skipdev()
static const char * skipdev |
( |
const char * |
s | ) |
|
|
static |
◆ hDevice
◆ os_XXXX_c_cvsid
const char* os_XXXX_c_cvsid |
Initial value:="$Id: os_os2.cpp 5376 2022-05-01 12:49:30Z chrfranke $"
Definition at line 30 of file os_os2.cpp.