Searched refs:target_info (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c136 uint_t target_info = FALSE; local
156 't', MDB_OPT_SETBITS, TRUE, &target_info,
197 if (target_info)
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.h117 isns_target_info_t *target_info; member in struct:isns_target_s
H A Discsit_isns.c774 itarget->target_info = ti;
801 ti = itarget->target_info;
804 * The main thread is done with the target_info object.
812 itarget->target_info = NULL;
854 /* Remove the target_info struct -- not needed */
859 /* Remove the old target_info struct */
860 idm_refcnt_rele(&itarget->target_info->ti_refcnt);
861 idm_refcnt_async_wait_ref(&itarget->target_info->ti_refcnt,
864 /* Link to new target_info struct */
865 itarget->target_info
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c776 uint_t target_info = FALSE; local
801 't', MDB_OPT_SETBITS, TRUE, &target_info,
844 target_info) {
876 if (target_info)
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2913 uint_t target_info = FALSE; local
2963 't', MDB_OPT_SETBITS, TRUE, &target_info,
3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
3059 if (target_info || tgt_phy_count)
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3031 mdb_printf("Target Info: %p\n", itarget.target_info);
3039 rc_addr = (uintptr_t)itarget.target_info +

Completed in 73 milliseconds