Home
last modified time | relevance | path

Searched refs:esballoc_wait (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1215 extern mblk_t *esballoc_wait(unsigned char *, size_t, uint_t, frtn_t *);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c711 mp = esballoc_wait(buf, size, BPRI_MED, &fdbuf->fd_frtn); in fdbuf_allocmsg()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c4852 mp = esballoc_wait((uchar_t *)bp->b_un.b_addr + cmd->cmd_offset, in scsa2usb_bp_to_mblk()
4982 req->bulk_data = esballoc_wait( in scsa2usb_handle_data_start()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c911 esballoc_wait(unsigned char *base, size_t size, uint_t pri, frtn_t *frp) in esballoc_wait() function