Home
last modified time | relevance | path

Searched refs:dyntype (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c359 apidp->dyntype = NODYNCOMP; in apidt_create()
365 apidp->dyntype = PATH_APID; in apidt_create()
367 apidp->dyntype = DEV_APID; in apidt_create()
791 if ((apidp->dyntype != PATH_APID) || (apidp->dyncomp == NULL)) { in path_apid_state_change()
H A Dcfga_scsi.c141 if (apidt.dyntype == PATH_APID) { in cfga_private_func()
H A Dcfga_scsi.h188 dyncomp_t dyntype; /* is pathinfo or dev apid? */ member
H A Dcfga_list.c188 if (apidp->dyntype == PATH_APID) { in do_list()
548 assert(lap->apidp->dyntype == PATH_APID); in stat_path_info()
H A Dcfga_ctl.c300 if (apidp->dyntype == PATH_APID) { in dev_change_state()