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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3516 * Given the inquiry data, binding_set, and dtype_node for a scsi device,
3529 * The dtype_node is passed as a separate argument (instead of having the
3647 char *binding_set, int dtype_node, char *compat0,
3929 if ((dtype_device != dtype_node) && *gf && *vid && *pid && *rev) {
3932 dtype_node, dtype_device, gf, vid, pid, rev);
3939 if ((dtype_device != dtype_node) && *vid && *pid && *rev) {
3942 dtype_node, dtype_device, vid, pid, rev);
3952 dtype_node, gf, vid, pid, rev);
3962 dtype_node, vid, pid, rev);
3969 if ((dtype_device != dtype_node)
3645 scsi_hba_ident_nodename_compatible_get(struct scsi_inquiry *inq, uchar_t *inq80, size_t inq80len, uchar_t *inq83, size_t inq83len, char *binding_set, int dtype_node, char *compat0, char **nodenamep, char **drivernamep, char ***compatiblep, int *ncompatiblep) argument
4180 scsi_hba_nodename_compatible_get(struct scsi_inquiry *inq, char *binding_set, int dtype_node, char *compat0, char **nodenamep, char ***compatiblep, int *ncompatiblep) argument
5094 int dtype_node; local
[all...]

Completed in 129 milliseconds