Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c130 static char *const st_label = "st"; variable
978 ST_DEBUG(devi, st_label, SCSI_DEBUG, in st_attach()
1042 ST_DEBUG(devi, st_label, SCSI_DEBUG, in st_attach()
3452 ST_DEBUG2(ST_DEVINFO, st_label, in st_close()
3578 ST_DEBUG2(ST_DEVINFO, st_label, in st_close()
4559 ST_DEBUG2(ST_DEVINFO, st_label, in st_space_fmks()
4569 ST_DEBUG2(ST_DEVINFO, st_label, in st_space_fmks()
4580 ST_DEBUG2(ST_DEVINFO, st_label, in st_space_fmks()
6039 ST_DEBUG2(ST_DEVINFO, st_label, in st_do_mtioctop()
17848 ST_RECOV(ST_DEVINFO, st_label, in st_compare_expected_position()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1489 scsi_log(d, st_label, lev, #fn); DEBUNLOCK(d) }
1493 scsi_log(d, st_label, lev, #fn); DEBUNLOCK(d) }
1500 st_print_cdb(d, st_label, lev, cmnt, cdb); DEBUNLOCK(d) }
1504 st_clean_print(d, st_label, lev, cmnt, sense, size); DEBUNLOCK(d) }
1508 st_print_position(d, st_label, lev, cmnt, pdata); DEBUNLOCK(d) }
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1126 if ((rc = sfxge_ev_txlabel_alloc(sp, evq, stp, &(stp->st_label))) != 0) in sfxge_tx_qinit()
1208 if ((rc = efx_tx_qcreate(enp, index, stp->st_label, esmp, in sfxge_tx_qstart()
2571 (void) sfxge_ev_txlabel_free(sp, stp->st_evq, stp, stp->st_label); in sfxge_tx_qfini()
2572 stp->st_label = 0; in sfxge_tx_qfini()
H A Dsfxge.h650 #define st_label __st_u1.__st_s1.__st_label macro
H A Dsfxge_ev.c499 label = stp->st_label; in sfxge_ev_txq_flush_done()