Searched defs:sdintr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c972 #define sdintr ssdintr macro
1379 static void sdintr(struct scsi_pkt *pktp);
11298 * +->(*initpkt)() +- sdintr()
11841 * not make an accurate assessment in sdintr, since if a
11842 * command is failed in sdintr it does not mean the caller of
11875 * sd_ssc_send-> - - - sdintr
12336 * by directly called from sdintr context.
13766 pktp->pkt_comp = sdintr;
14244 /* need it later to identify USCSI request in sdintr */
14250 pktp->pkt_comp = sdintr;
16826 sdintr(struct scsi_pkt *pktp) function
[all...]

Completed in 107 milliseconds