Searched refs:bp_mapin_common (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | bp_map.c | 84 bp_mapin_common(struct buf *bp, int flag) function 172 panic("bp_mapin_common: hat_getpfnum for" 194 (void) bp_mapin_common(bp, VM_SLEEP);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | buf.h | 380 void *bp_mapin_common(struct buf *, int);
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs.c | 1310 va = bp_mapin_common(bp, VM_SLEEP); 1367 va = bp_mapin_common(bp, VM_SLEEP);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 108 extern void *bp_mapin_common(struct buf *, int); 310 * mock up a buf structure so we can call bp_mapin_common() 317 return (bp_mapin_common(&buf, flag)); 330 * mock up a buf structure so we can call bp_mapin_common() 336 return (bp_mapin_common(&buf, flag)); 351 * mock up a buf structure so we can call bp_mapin_common() 359 return (bp_mapin_common(&buf, flag));
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1085 addr = bp_mapin_common(vpkt->vpkt_tgt_init_bp, 2867 bp_mapin_common(vpkt->vpkt_tgt_init_bp, VM_NOSLEEP); 2878 "vhci_do_prin: bp_mapin_common failed.")); 3077 prin = (vhci_prin_readkeys_t *)bp_mapin_common(
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 836 bp_mapin_common(bp, (callback == NULL_FUNC) ?
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 2556 if ((bp_mapin_common(bp, (callback == SLEEP_FUNC) ?
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 14618 if (bp_mapin_common(bp, VM_NOSLEEP) == NULL) { 14621 "bp_mapin_common() failed");
|
Completed in 218 milliseconds