Searched refs:iodone (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | buf.h | 369 void iodone(struct buf *);
|
H A D | sunddi.h | 703 dev_t dev, daddr_t blkno, int (*iodone)(struct buf *), int sleepflag);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bio.c | 838 iodone(struct buf *bp) in iodone() function 2022 int (*iodone)(struct buf *), struct buf *bp_mem, int sleep) in bioclone() 2047 bufp->b_iodone = iodone; in bioclone()
|
H A D | sunddi.c | 8731 int (*iodone)(struct buf *), int sleepflag) in ddi_umem_iosetup() 8777 bp->b_iodone = iodone; in ddi_umem_iosetup()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 353 static int fp_common_intr(fc_packet_t *pkt, int iodone);
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 3120 int (*iodone)(buf_t *), buf_t *bp_mem, int sleep) in md_bioclone() 3122 (void) bioclone(bp, off, len, dev, 0, iodone, bp_mem, sleep); in md_bioclone()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2973 iodone(bp); in ud_iodone()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5344 iodone(bp); in ufs_iodone()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5769 fp_common_intr(fc_packet_t *pkt, int iodone) in fp_common_intr() argument 5821 if (rval != FC_SUCCESS && iodone) { in fp_common_intr()
|