Home
last modified time | relevance | path

Searched refs:sbp2_ses_cancel_first_task (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/warlock/
H A Dsbp2.wlcmd48 root sbp2_ses_cancel_first_task
/titanic_44/usr/src/uts/common/sys/sbp2/
H A Ddriver.h316 sbp2_task_t *sbp2_ses_cancel_first_task(sbp2_ses_t *);
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c930 while ((task = sbp2_ses_cancel_first_task(lp->l_ses)) != NULL) { in scsa1394_sbp2_reset()
981 while ((task = sbp2_ses_cancel_first_task(sp)) != NULL) { in scsa1394_sbp2_flush_cmds()
/titanic_44/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1140 sbp2_ses_cancel_first_task(sbp2_ses_t *sp) in sbp2_ses_cancel_first_task() function