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

/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dlibsmp.h77 typedef struct smp_target smp_target_t; typedef in typeref:struct:smp_target
85 extern smp_target_t *smp_open(const smp_target_def_t *);
86 extern uint_t smp_target_getcap(const smp_target_t *);
87 extern uint16_t smp_target_get_change_count(const smp_target_t *);
88 extern void smp_target_set_change_count(smp_target_t *, uint16_t);
89 extern uint8_t smp_target_get_number_of_phys(const smp_target_t *);
90 extern uint16_t smp_target_get_exp_route_indexes(const smp_target_t *);
91 extern const char *smp_target_vendor(const smp_target_t *);
92 extern const char *smp_target_product(const smp_target_t *);
93 extern const char *smp_target_revision(const smp_target_t *);
[all...]

Completed in 44 milliseconds