Home
last modified time | relevance | path

Searched refs:b_proc (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dbp_map.c101 ((bp->b_proc == NULL) || (bp->b_proc->p_as == &kas)))) in bp_mapin_common()
157 if (bp->b_proc == NULL || (as = bp->b_proc->p_as) == NULL) in bp_mapin_common()
317 if (bp->b_proc == NULL || (as = bp->b_proc->p_as) == NULL) { in bp_copy_common()
H A Daio_subr.c137 bp->b_proc = curproc; in aphysio()
147 as = bp->b_proc->p_as; in aphysio()
212 p = bp->b_proc; in aio_done()
461 bp->b_proc = curproc; in aio_zerolen()
491 as_pageunlock(bp->b_proc->p_as, in aphysio_unlock()
973 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
978 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
H A Dfbio.c212 bp->b_proc = NULL; /* i.e. the kernel */ in fbiwrite()
H A Dvm_subr.c197 bp->b_proc = procp; in default_physio()
H A Dbio.c2048 bufp->b_proc = bp->b_proc; in bioclone()
2061 bufp->b_proc = NULL; in bioclone()
2079 bufp->b_proc = NULL; in bioclone()
H A Dsunddi.c7107 if ((bp->b_proc == NULL) || (bp->b_proc->p_as == &kas) || in ddi_dma_buf_bind_handle()
7112 bp->b_proc->p_as; in ddi_dma_buf_bind_handle()
8779 bp->b_proc = (proc_t *)p->procp; in ddi_umem_iosetup()
/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c100 if (bp->b_proc == NULL || bp->b_proc->p_as == &kas || in fc_ddi_dma_buf_bind_handle()
105 bp->b_proc->p_as; in fc_ddi_dma_buf_bind_handle()
H A Dfc_physio.c81 bp->b_proc = procp; in fc_physio_setup()
129 as_pageunlock(bp->b_proc->p_as, pplist, io_base, io_len, S_WRITE); in fc_physio_free()
/titanic_44/usr/src/uts/common/avs/ns/
H A Dcontract.h392 #define b_proc b_pad8 /* b_proc in struct buf */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dbuf.h107 struct proc *b_proc; /* process doing physical or swap I/O */ member
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c394 bp->b_proc = NULL; in _sd_setup_iob()
522 bp->b_proc = NULL; in _sd_extend_iob()
/titanic_44/usr/src/uts/common/fs/
H A Dfdbuffer.c396 bp->b_proc = fdb->fd_procp; in fdb_iosetup()
/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c65 bp->b_proc = NULL; in scsi_alloc_consistent_buf()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c292 bp->b_proc = procp; in directio_start()
H A Dufs_subr.c1097 bp->b_proc = NULL; /* i.e. the kernel */ in ufs_fbiwrite()
/titanic_44/usr/src/uts/common/io/
H A Dfssnap.c831 snapbuf->b_proc = NULL; /* i.e. the kernel */ in snap_getchunk()
1585 oldbp->b_proc = NULL; in fssnap_translate()
H A Dbofi.c316 buf.b_proc = &proc; in dmareq_mapin()
358 buf.b_proc = &proc; in dmareq_pplist_mapin()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c16321 cont_bp->b_proc = NULL; in st_get_bigblk_bp()