Symbol: DDI_UMEM_SLEEP
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_chan.c
424
DDI_UMEM_SLEEP, &seg->is_umem_cookie);
usr/src/uts/common/io/devinfo.c
884
mem->buf = ddi_umem_alloc(size, DDI_UMEM_SLEEP, &mem->cook);
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
2478
flag = (sleepflag == HERMON_SLEEP) ? DDI_UMEM_SLEEP :
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
92
pagep->upg_kvaddr = ddi_umem_alloc(pagesize, DDI_UMEM_SLEEP,
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
96
pagesize, B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1622
B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_misc.c
2198
flag = (sleepflag == TAVOR_SLEEP) ? DDI_UMEM_SLEEP :
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
1168
B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
369
B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
937
B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
2536
sdev, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
2965
sdev, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7614
sdev, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
888
DDI_UMEM_SLEEP, &bar_cookie);
usr/src/uts/common/io/rsm/rsm.c
9257
sdev, 0, NULL, DDI_UMEM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2946
bufs[0].data = ddi_umem_alloc(buf_len * buf_cnt, DDI_UMEM_SLEEP,
usr/src/uts/common/os/sunddi.c
8773
if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) {
usr/src/uts/common/xen/io/xenbus_comms.c
281
xb_addr = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP,
usr/src/uts/common/xen/io/xpvtap.c
935
DDI_UMEM_SLEEP, &usring->ur_cookie);