Searched refs:mode10_changeable (Results 1 – 1 of 1) sorted by relevance
4211 struct scsi_mode_header_10 *mode10_hdr, *mode10_changeable; in sasetprot() local4220 mode10_changeable = NULL; in sasetprot()4233 dp_len = sizeof(*mode10_changeable) + dp_size; in sasetprot()4234 mode10_changeable = malloc(dp_len, M_SCSISA, M_NOWAIT | M_ZERO); in sasetprot()4235 if (mode10_changeable == NULL) { in sasetprot()4241 (struct scsi_control_data_prot_subpage *)&mode10_changeable[1]; in sasetprot()4266 free(mode10_changeable, M_SCSISA); in sasetprot()4267 mode10_changeable = NULL; in sasetprot()4370 free(mode10_changeable, M_SCSISA); in sasetprot()