Home
last modified time | relevance | path

Searched refs:t_ccc_listp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c256 if ((cccp = tmrp->t_ccc_listp) == NULL) { in ghd_timeout()
798 cccp->ccc_nextp = tmrp->t_ccc_listp; in ghd_timer_attach()
799 tmrp->t_ccc_listp = cccp; in ghd_timer_attach()
835 prevpp = &tmrp->t_ccc_listp; in ghd_timer_detach()
H A Dghd.h152 struct cmd_ctl *t_ccc_listp; /* control struct list, one per HBA */ member
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h137 struct cmd_ctl *t_ccc_listp; /* control struct list, one per HBA */ member
139 _NOTE(MUTEX_PROTECTS_DATA(tmr_t::t_mutex, tmr_t::t_ccc_listp))