HomeSort by: relevance | last modified time | path
    Searched defs:extra_len (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
zlib.h 122 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
820 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
1054 extra_len contains the actual extra field length, and extra contains the
1055 extra field, or that field truncated if extra_max is less than extra_len.
  /src/sys/dev/scsipi/
scsi_spc.h 522 /* 8*/ uint8_t extra_len; /* Additional sense length */ member in struct:scsi_sense_data
565 * Sense bytes described by the extra_len field start at csi[], and can
570 ((((int)(sp)->extra_len) < (int)sizeof(struct scsi_sense_data) - 8) ? \
571 (sp)->extra_len : sizeof(struct scsi_sense_data) - 8)

Completed in 73 milliseconds