Home
last modified time | relevance | path

Searched refs:AdditionalLength (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp228 const uptr AdditionalLength = in append() local
231 String.resize(Length + AdditionalLength); in append()
235 RAW_CHECK(FormattedLength + 1 == AdditionalLength); in append()
/freebsd-13.1/sys/dev/hpt27xx/
H A Dos_bsd.h91 u_char AdditionalLength; member
H A Dhpt27xx_osm_bsd.c585 inquiryData->AdditionalLength = 31; in hpt_scsi_io()
/freebsd-13.1/sys/dev/hptnr/
H A Dos_bsd.h93 u_char AdditionalLength; member
H A Dhptnr_osm_bsd.c838 inquiryData->AdditionalLength = 0x5b; in hpt_scsi_io()
/freebsd-13.1/sys/dev/hptrr/
H A Dos_bsd.h94 u_char AdditionalLength; member
H A Dhptrr_osm_bsd.c588 inquiryData->AdditionalLength = 31; in hpt_scsi_io()
/freebsd-13.1/sys/dev/hptmv/
H A Dosbsd.h79 UCHAR AdditionalLength; member
H A Dentry.c2545 inquiryData->AdditionalLength = (UCHAR)(sizeof(INQUIRYDATA) - 5); in SetInquiryData()