Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp250 const uptr AdditionalLength = in vappend() local
253 String.resize(Length + AdditionalLength); in vappend()
257 RAW_CHECK(FormattedLength + 1 == AdditionalLength); in vappend()
/freebsd-14.2/sys/dev/hptnr/
H A Dos_bsd.h91 u_char AdditionalLength; member
H A Dhptnr_osm_bsd.c840 inquiryData->AdditionalLength = 0x5b; in hpt_scsi_io()
/freebsd-14.2/sys/dev/hptrr/
H A Dos_bsd.h92 u_char AdditionalLength; member
H A Dhptrr_osm_bsd.c586 inquiryData->AdditionalLength = 31; in hpt_scsi_io()
/freebsd-14.2/sys/dev/hpt27xx/
H A Dos_bsd.h89 u_char AdditionalLength; member
H A Dhpt27xx_osm_bsd.c580 inquiryData->AdditionalLength = 31; in hpt_scsi_io()
/freebsd-14.2/sys/dev/hptmv/
H A Dosbsd.h77 UCHAR AdditionalLength; member
H A Dentry.c2537 inquiryData->AdditionalLength = (UCHAR)(sizeof(INQUIRYDATA) - 5); in SetInquiryData()