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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1529 uchar_t usr_cmd, uint16_t data_len, uchar_t *data_bufp);
20907 uint16_t data_len, uchar_t *data_bufp)
20928 if (data_bufp == NULL) {
20932 data_bufp = kmem_zalloc(MHIOC_RESV_KEY_SIZE, KM_SLEEP);
20942 ucmd_buf.uscsi_bufaddr = (caddr_t)data_bufp;
20980 kmem_free(data_bufp, data_len);
26556 uchar_t *data_bufp; local
26613 data_bufp = kmem_zalloc(data_len, KM_SLEEP);
26616 data_len, data_bufp);
26624 in = (sd_prin_readkeys_t *)data_bufp;
20906 sd_send_scsi_PERSISTENT_RESERVE_IN(sd_ssc_t *ssc, uchar_t usr_cmd, uint16_t data_len, uchar_t *data_bufp) argument
26719 uchar_t *data_bufp = NULL; local
[all...]

Completed in 129 milliseconds