Searched refs:getrbuf (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h158 extern struct buf *getrbuf(int);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_physio.c69 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dsym_hds.c239 bp = getrbuf(KM_NOSLEEP);
H A Dasym_sun.c128 bp = getrbuf(KM_NOSLEEP);
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_resource.c71 if ((bp = getrbuf(kmflag)) == NULL) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c62 bp = getrbuf(KM_NOSLEEP);
65 " failed getrbuf"));
216 bp = getrbuf(KM_NOSLEEP);
219 " failed getrbuf\n"));
H A Dmpapi_impl.c1956 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c746 bp = getrbuf(KM_SLEEP);
854 bp = getrbuf(KM_SLEEP);
1040 if ((bp = getrbuf(kmsflg)) == NULL) {
1694 if ((bp = getrbuf(KM_SLEEP)) == NULL) {
1745 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c441 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1062 bp = getrbuf(KM_NOSLEEP);
1394 if ((bp = getrbuf(kmflag)) == NULL) {
1678 if ((bp = getrbuf(KM_SLEEP)) == NULL) {
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c538 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c40 * getrbuf(), freerbuf(),
375 getrbuf(int sleep) function
388 * free up space allocated by getrbuf()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c57 if ((bp = getrbuf(kmflag)) == NULL) {
H A Dscsi_subr.c2404 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c629 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c719 buf = getrbuf(KM_SLEEP);
1132 parent_buf = getrbuf(KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c815 snapbuf = getrbuf(KM_SLEEP);
1579 oldbp = getrbuf(KM_SLEEP);
H A Dlofi.c394 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c332 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c505 ssc->ses_sbufp = getrbuf(KM_SLEEP);
520 * At the same time, check to make sure getrbuf
H A Dsgen.c649 sg_state->sgen_cmdbuf = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c3038 cb = getrbuf(KM_SLEEP);
4534 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2428 bp = getrbuf(KM_SLEEP);
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c943 un->un_sbufp = getrbuf(km_flags);
/illumos-gate/usr/src/man/man9f/
H A DMakefile281 getrbuf.9f \

Completed in 171 milliseconds

12