HomeSort by relevance Sort by last modified time
    Searched refs:host_status (Results 1 - 20 of 20) sorted by null

  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
sg_err.h 32 /* The following are 'host_status' codes */
120 extern void sg_print_host_status(int host_status);
126 int host_status, int driver_status,
144 extern int sg_err_category(int masked_status, int host_status,
148 extern int sg_err_category_new(int scsi_status, int host_status,
sg_err.c     [all...]
scsimain.c 800 isghp->host_status, isghp->driver_status,
    [all...]
  /external/strace/mpers-m32/
struct_sg_io_hdr.h 22 uint16_t host_status; member in struct:__anon31666
  /external/strace/mpers-mx32/
struct_sg_io_hdr.h 22 uint16_t host_status; member in struct:__anon31825
  /external/strace/tests/
ioctl_sg_io_v3.c 87 ", host_status=%#x"
105 sg_io->host_status,
130 ", host_status=%#x"
148 sg_io->host_status,
189 ", host_status=%#x"
213 sg_io->host_status,
239 ", host_status=%#x"
263 sg_io->host_status,
291 ", host_status=%#x"
312 sg_io->host_status,
    [all...]
  /external/strace/tests-m32/
ioctl_sg_io_v3.c 87 ", host_status=%#x"
105 sg_io->host_status,
130 ", host_status=%#x"
148 sg_io->host_status,
189 ", host_status=%#x"
213 sg_io->host_status,
239 ", host_status=%#x"
263 sg_io->host_status,
291 ", host_status=%#x"
312 sg_io->host_status,
    [all...]
  /external/strace/tests-mx32/
ioctl_sg_io_v3.c 87 ", host_status=%#x"
105 sg_io->host_status,
130 ", host_status=%#x"
148 sg_io->host_status,
189 ", host_status=%#x"
213 sg_io->host_status,
239 ", host_status=%#x"
263 sg_io->host_status,
291 ", host_status=%#x"
312 sg_io->host_status,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
236 unsigned int host_status:8; member in struct:sg_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
236 unsigned int host_status:8; member in struct:sg_header
  /external/openssh/
auth2-hostbased.c 165 HostStatus host_status; local
213 host_status = check_key_in_hostfiles(pw, key, lookup,
218 if (host_status == HOST_NEW) {
219 host_status = check_key_in_hostfiles(pw, key, lookup,
225 if (host_status == HOST_OK) {
244 return (host_status == HOST_OK);
sshconnect.c 812 HostStatus host_status; local
880 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
891 if (host_status == HOST_CHANGED &&
897 ip_status = host_status;
899 switch (host_status) {
    [all...]
auth.c 436 HostStatus host_status; local
460 host_status = check_key_in_hostkeys(hostkeys, key, &found);
461 if (host_status == HOST_REVOKED)
464 else if (host_status == HOST_OK)
472 return host_status;
  /bionic/libc/kernel/android/scsi/scsi/
sg.h 44 unsigned short host_status; member in struct:sg_io_hdr
134 unsigned int host_status : 8; member in struct:sg_header
  /external/kernel-headers/original/scsi/
sg.h 63 unsigned short host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
232 unsigned int host_status:8; /* [o] host status (see "DID" codes) */ member in struct:sg_header
  /external/strace/
sg_io_v3.c 148 tprintf(", host_status=%#x", sg_io.host_status);
  /external/fio/engines/
sg.c 586 if (hdr->host_status) {
587 snprintf(msgchunk, MAXMSGCHUNK, "SG Host Status: 0x%02x; ", hdr->host_status);
589 switch (hdr->host_status) {
  /external/autotest/client/cros/
power_status.py     [all...]
  /external/autotest/scheduler/
monitor_db_functional_test.py 406 host_status=None):
408 if host_status:
409 self._check_host_status(queue_entry.host, host_status)
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 1813 unsigned short host_status; \/* [o] errors from host adapter *\/ member in struct:vki_sg_io_hdr
    [all...]

Completed in 457 milliseconds