Searched refs:T_ANY (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/sbin/camcontrol/
H A Dfwdownload.c134 * dev_type: SCSI device type to match, or T_ANY to match any
137 * vendor, it must be listed before a T_ANY entry.
193 {VENDOR_HITACHI, "HITACHI", T_ANY,
195 {VENDOR_HP, "HP", T_ANY,
199 {VENDOR_IBM, "IBM", T_ANY,
201 {VENDOR_PLEXTOR, "PLEXTOR", T_ANY,
203 {VENDOR_QUALSTAR, "QUALSTAR", T_ANY,
205 {VENDOR_QUANTUM, "QUANTUM", T_ANY,
207 {VENDOR_SAMSUNG, "SAMSUNG", T_ANY,
209 {VENDOR_SEAGATE, "SEAGATE", T_ANY,
[all...]
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dbitdomain.c229 qtype = T_ANY;
247 if (qtype == T_ANY)
314 ** If this was a T_ANY query, we may have the info but
318 if (qtype == T_ANY)
/freebsd-11.0-release/include/arpa/
H A Dnameser_compat.h184 #define T_ANY ns_t_any macro
/freebsd-11.0-release/contrib/tcpdump/
H A Dnameser.h200 #define T_ANY 255 /* wildcard match */ macro
H A Dprint-domain.c308 { T_ANY, "ANY" },
/freebsd-11.0-release/lib/libc/resolv/
H A Dres_mkupdate.c155 rtype = T_ANY;
160 rtype = T_ANY;
/freebsd-11.0-release/lib/libc/net/
H A Dgetaddrinfo.c1990 case T_ANY: /*use T_ANY only for T_A/T_AAAA lookup*/
2015 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
2050 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
2069 if (qtype == T_ANY) {
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_xpt.c400 { T_ANY, SIP_MEDIA_FIXED|SIP_MEDIA_REMOVABLE, "DPT", "*", "*" },
531 { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, "MaxOptix",
552 T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
H A Dscsi_all.c8917 || (entry->type == T_ANY))
8944 || (entry->type == T_ANY))
H A Dscsi_all.h2093 #define T_ANY 0xff /* Used in Quirk table matches */ macro
/freebsd-11.0-release/sys/dev/advansys/
H A Dadvlib.c121 T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
/freebsd-11.0-release/sys/cam/ata/
H A Data_da.c718 T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
H A Data_xpt.c157 T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,

Completed in 280 milliseconds