Searched refs:dp_len (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 4091 int dp_len, returned_len; in sagetparams() local 4096 dp_len = sizeof(*mode10_hdr) + dp_size; in sagetparams() 4097 mode10_hdr = malloc(dp_len, M_SCSISA, M_NOWAIT | M_ZERO); in sagetparams() 4113 /*param_len*/ dp_len, in sagetparams() 4215 int dp_len, buff_mode; in sasetprot() local 4233 dp_len = sizeof(*mode10_changeable) + dp_size; in sasetprot() 4234 mode10_changeable = malloc(dp_len, M_SCSISA, M_NOWAIT | M_ZERO); in sasetprot() 4271 mode10_hdr = malloc(dp_len, M_SCSISA, M_NOWAIT | M_ZERO); in sasetprot() 4342 /*param_len*/ dp_len, in sasetprot()
|