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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h82 struct sf_target *sf_targets[SF_MAX_TARGETS];
83 struct sf_target *sf_wwn_lists[SF_NUM_HASH_QUEUES];
181 struct sf_target *target;
200 struct sf_target { struct
229 struct sf_target *sft_next;
230 struct sf_target *sft_next_lun;
328 struct sf_target *target;
354 struct sf_target *target;
362 #define ADDR2TARGET(ap) (struct sf_target *)((ap)->a_hba_tran->\
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c116 struct sf_target *);
119 struct sf_target *);
124 static struct sf_target *sf_create_target(struct sf *,
127 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int);
129 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int64_t);
132 static void sf_offline_target(struct sf *, struct sf_target *);
133 static void sf_create_devinfo(struct sf *, struct sf_target *, int);
134 static int sf_create_props(dev_info_t *, struct sf_target *, int);
140 static void sf_abort_all(struct sf *, struct sf_target *, int, int, int);
143 static void sf_fill_ids(struct sf *, struct sf_pkt *, struct sf_target *);
[all...]

Completed in 50 milliseconds