Searched defs:inq_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c116 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...]

Completed in 30 milliseconds