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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c3783 struct scsi_mode_header_10 *mode10_hdr; local
3792 dp_len = sizeof(*mode10_hdr) + dp_size;
3793 mode10_hdr = malloc(dp_len, M_SCSISA, M_NOWAIT | M_ZERO);
3794 if (mode10_hdr == NULL) {
3808 /*param_buf*/ (uint8_t *)mode10_hdr,
3823 free(mode10_hdr, M_SCSISA);
3830 free(mode10_hdr, M_SCSISA);
3839 if (returned_len < sizeof(mode10_hdr->data_length)) {
3841 free(mode10_hdr, M_SCSISA);
3846 sizeof(mode10_hdr
3906 struct scsi_mode_header_10 *mode10_hdr, *mode10_changeable; local
[all...]

Completed in 82 milliseconds