Searched defs:inq_buf (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 116 const char *dyncomp, uchar_t *lun_num, struct scsi_inquiry **inq_buf, 927 * Caller should free the *inq_buf. 934 struct scsi_inquiry **inq_buf, 946 if ((*inq_buf = (struct scsi_inquiry *)calloc(1, alloc_len)) == NULL) { 956 sizeof (scsi_inq_req), *inq_buf, alloc_len, &sensebuf, 963 S_FREE(*inq_buf); 3055 struct scsi_inquiry *inq_buf; local 3069 lun_num_raw, &inq_buf, l_errnop)) 3076 S_FREE(inq_buf); 3080 peri_qual = inq_buf 930 get_standard_inq_data( const char *xport_phys, const char *dyncomp, uchar_t *lun_num, struct scsi_inquiry **inq_buf, int *l_errnop) argument [all...] |
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3832 caddr_t inq_buf = NULL; local 3847 DDI_DMA_DONTWAIT, NULL, &inq_buf, 3859 inq_buf, real_size, DDI_DMA_READ | DDI_DMA_CONSISTENT, 3874 privp->data_buf = inq_buf; 3916 if (inq_buf != NULL) {
|
Completed in 71 milliseconds