Searched refs:sense (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c94 struct scsi_extended_sense sense; local
109 ucmd.uscsi_rqbuf = (caddr_t)&sense;
129 struct scsi_extended_sense sense; local
143 ucmd.uscsi_rqbuf = (caddr_t)&sense;
167 struct scsi_extended_sense sense; local
183 ucmd.uscsi_rqbuf = (caddr_t)&sense;
231 struct scsi_extended_sense sense; local
250 ucmd.uscsi_rqbuf = (caddr_t)&sense;
267 struct scsi_extended_sense sense; local
284 ucmd.uscsi_rqbuf = (caddr_t)&sense;
296 struct scsi_extended_sense sense; local
339 struct scsi_extended_sense sense; local
375 struct scsi_extended_sense sense; local
415 struct scsi_extended_sense sense; local
460 struct scsi_extended_sense sense; local
486 struct scsi_extended_sense sense; local
530 struct scsi_extended_sense sense; local
577 struct scsi_extended_sense sense; local
600 struct scsi_extended_sense sense; local
627 struct scsi_extended_sense sense; local
649 struct scsi_extended_sense sense; local
674 struct scsi_extended_sense sense; local
699 struct scsi_extended_sense sense; local
[all...]
H A Dmap.c4030 struct scsi_extended_sense sense; local
4039 ucmd.uscsi_rqbuf = (caddr_t)&sense;
4053 struct scsi_extended_sense sense; local
4065 ucmd.uscsi_rqbuf = (caddr_t)&sense;
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c100 * Given an extended sense page, retrieves the sense key, as well as the
101 * additional sense code information.
113 * Get asc, ascq and info field from sense data. There are two
114 * possible formats (fixed sense data and descriptor sense data)
151 struct scsi_extended_sense sense; local
159 bzero(&sense, sizeof (struct scsi_extended_sense));
176 &headers->ms_hdr.g0, &sense, &senselen);
180 &headers->ms_hdr.g0, &sense,
208 struct scsi_extended_sense sense; local
249 struct scsi_extended_sense sense, sensebuf; local
277 struct scsi_extended_sense sense; local
480 struct scsi_extended_sense sense; local
536 struct scsi_extended_sense sense; local
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c129 /* flag sense input specifier output string */
164 int sense; local
173 sense = 1;
174 /* First check for positive or negative sense */
176 sense = 0;
186 if (sense == (int) flags_table[i].fl_sense)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c113 /* PTHRESH is the minimum number of pairs with the same sense to justify
139 ** b and b+1 are a pair that compare with sense ``sense''.
147 ** that compares with opposite sense from (b,b+1).
175 ** For example, if the pair following b compares with opposite sense,
183 I32 sense; local
191 sense = (cmp(aTHX_ *b, *(b+1)) > 0);
193 /* We just started, or just reversed sense.
194 ** Set t at end of pairs with the prevailing sense.
197 if ((cmp(aTHX_ *t, *p) > 0) != sense) brea
342 I32 sense, level; local
1294 I32 sense; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c692 struct scsi_extended_sense sense; local
695 senseSize = sizeof (sense);
727 memset(&sense, 0, sizeof (sense));
729 &num_luns, &resp_buf, &sense, &l_errno)) != FPCFGA_OK) {
731 * Checking the sense key data as well as the additional
732 * sense key. The SES Node is not required to repond
735 * sense key of 0x20. In this case we will blindly
741 if ((sense.es_key == KEY_ILLEGAL_REQUEST) &&
742 (sense
[all...]
H A Dcfga_list.c502 struct scsi_extended_sense sense; local
505 senseSize = sizeof (sense);
643 &sense, &senseSize);
730 &sense, &senseSize);
1067 struct scsi_extended_sense sense; local
1071 memset(&sense, 0, sizeof (sense));
1073 &num_luns, &resp_buf, &sense, l_errnop)) != FPCFGA_OK) {
1654 * cond may make more sense.
2554 * cond may make more sense
3691 struct scsi_extended_sense sense; local
[all...]
H A Dcfga_fp.h448 struct scsi_extended_sense *sense, int *l_errnop);
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c88 * initialize sense data
91 set_scsi_pt_sense(struct uscsi_cmd *uscsi, unsigned char *sense, argument
94 (void) memset(sense, 0, max_sense_len);
95 uscsi->uscsi_rqbuf = (char *)sense;
566 * mode sense page:
699 /* Error during mode sense */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm75 scalar sense of the original CORE::gmtime() function.
H A Dlocaltime.pm71 scalar sense of the original CORE::localtime() function.
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc46 #include <sys/scsi/impl/sense.h>
226 reportSense(struct scsi_extended_sense *sense, const char *routine) { argument
229 if (!sense) {
230 log.internalError("NULL sense argument passed.");
238 switch (sense->es_key) {
240 msg = "No sense";
288 msg = "unknown sense key";
291 log.genericIOError("\tASC = 0x%x", sense->es_add_code);
292 log.genericIOError("\tASCQ = 0x%x", sense->es_qual_code);
397 /* We may or may not have sense dat
[all...]
H A DFCHBANPIVPort.cc48 #include <sys/scsi/impl/sense.h>
H A DTgtFCHBAPort.cc47 #include <sys/scsi/impl/sense.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm161 for the locales for which it makes sense to have ante meridiem and post
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c1850 long sense = 0; local
1873 case 1: sense = *valp; break;
1875 case 2: sense = *(short *)valp; break;
1877 case 4: sense = *(long *)valp; break;
1880 if (!sense)
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.h56 #include <sys/scsi/impl/sense.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL253 The first situation being much more frequent, it makes sense to rewrite the
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c30 #include <sys/scsi/generic/sense.h>
45 { "No sense error", KEY_NO_SENSE },
69 { 0x00, 0x00, "no additional sense info" },
607 * Retrieve "information" field from descriptor format sense data. Iterates
608 * through each sense descriptor looking for the information descriptor and
631 * Calculate the amount of valid sense data
639 * sense data
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL734 Negate the sense of the following predicate. The C<!> must be passed as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm171 it usually only makes sense to have it as the only or first element in
H A Dattributes.pm169 only makes sense if you are using the deprecated "Perl 5.005 threads"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL757 Option -o does not make sense without -x.
760 Option -F does not make sense with -X.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1815 backend is somewhat a "real" compiler in the sense that many people
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm164 does not make sense.

Completed in 125 milliseconds

12