Searched refs:host_status (Results 1 - 17 of 17) sorted by relevance

/external/openssh/
H A Dauth-rh-rsa.c48 HostStatus host_status; local
57 host_status = check_key_in_hostfiles(pw, client_host_key,
61 return (host_status == HOST_OK);
H A Dauth2-hostbased.c164 HostStatus host_status; local
212 host_status = check_key_in_hostfiles(pw, key, lookup,
217 if (host_status == HOST_NEW) {
218 host_status = check_key_in_hostfiles(pw, key, lookup,
224 if (host_status == HOST_OK) {
243 return (host_status == HOST_OK);
H A Dsshconnect.c810 HostStatus host_status; local
878 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
889 if (host_status == HOST_CHANGED &&
895 ip_status = host_status;
897 switch (host_status) {
1170 if (options.check_host_ip && host_status != HOST_CHANGED &&
1177 if (host_status == HOST_OK) {
1212 if (want_cert && host_status != HOST_REVOKED) {
H A Dauth.c417 HostStatus host_status; local
441 host_status = check_key_in_hostkeys(hostkeys, key, &found);
442 if (host_status == HOST_REVOKED)
445 else if (host_status == HOST_OK)
453 return host_status;
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.h32 /* 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,
H A Dsg_err.c1178 void sg_print_host_status(int host_status) argument
1187 fprintf(OUTP, "Host_status=0x%02x", host_status);
1188 if (host_status > maxcode) {
1192 fprintf(OUTP, "(%s) ", hostbyte_table[host_status]);
1226 int host_status, int driver_status,
1233 if ((0 == scsi_status) && (0 == host_status) && (0 == driver_status))
1249 if (0 != host_status) {
1256 sg_print_host_status(host_status);
1278 return sg_sense_print(leadin, hp->status, hp->host_status,
1284 int host_status, in
1225 sg_sense_print(const char *leadin, int scsi_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1283 sg_chk_n_print(const char *leadin, int masked_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1301 sg_err_category(int masked_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1311 sg_err_category_new(int scsi_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
[all...]
H A Dscsimain.c800 isghp->host_status, isghp->driver_status,
4686 rsghp->host_status, rsghp->driver_status,
5075 res = sg_err_category(sghp->target_status, sghp->host_status,
5086 sghp->host_status, sghp->driver_status,
/external/strace/mpers-m32/
H A Dstruct_sg_io_hdr.h22 uint16_t host_status; member in struct:__anon17689
/external/strace/mpers-mx32/
H A Dstruct_sg_io_hdr.h22 uint16_t host_status; member in struct:__anon17838
/external/strace/tests/
H A Dioctl_sg_io_v3.c87 ", 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/
H A Dioctl_sg_io_v3.c87 ", 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/
H A Dioctl_sg_io_v3.c87 ", 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/kernel-headers/original/scsi/
H A Dsg.h63 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/
H A Dsg_io_v3.c148 tprintf(", host_status=%#x", sg_io.host_status);
/external/autotest/client/cros/
H A Dpower_status.py1684 _, _, _, _, status, host_status, driver_status = \
1688 if host_status != 0:
1689 raise error.TestError('SG_IO host status: %d' % host_status)
/external/autotest/scheduler/
H A Dmonitor_db_functional_test.py406 host_status=None):
408 if host_status:
409 self._check_host_status(queue_entry.host, host_status)
/external/valgrind/include/vki/
H A Dvki-linux.h1800 unsigned short host_status; /* [o] errors from host adapter */ member in struct:vki_sg_io_hdr

Completed in 515 milliseconds