Searched refs:status_byte (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_log_sense.c286 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.status_byte
354 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.status_byte
453 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.status_byte
510 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.status_byte
H A Dintel_ata.h512 U8 status_byte; member in struct:ATA_DESCRIPTOR_ENTRY::DESCRIPTOR_ENTRY
555 U8 status_byte; member in struct:ATA_SMART_DESCRIPTOR_ENTRY::SMART_DESCRIPTOR_ENTRY
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-isoclns.c1971 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1982 status_byte=*(tptr++);
1983 bit_length = status_byte&0x3f;
1995 status_byte=*(tptr++);
2031 ISIS_MASK_TLV_EXTD_IP_UPDOWN(status_byte) ? "down" : "up",
2034 if (afi == AF_INET && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
2039 ISIS_MASK_TLV_EXTD_IP6_IE(status_byte) ? "External" : "Internal",
2040 ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte) ? ", sub-TLVs present" : "");
2043 if ((afi == AF_INET && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
2045 || (afi == AF_INET6 && ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte))
[all...]

Completed in 130 milliseconds