Searched refs:esballoc (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_ksndudat.c | 90 if ((dbp = (mblk_t *)esballoc((uchar_t *)unitdata->udata.buf, in t_ksndudata()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 252 if (!(mblk_p = esballoc(header, HDR_SIZE, BPRI_HI, &frnop))) { in nd_send_data() 329 mblk_p->b_cont = esballoc((uchar_t *)dumpbuf, ptob(1), BPRI_HI, &frnop); in nd_send_data()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 768 extern mblk_t *esballoc(unsigned char *, size_t, uint_t, frtn_t *);
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ep.c | 2234 mp = esballoc(datap, pktp->dh_datalen, BPRI_HI, &bp->buf_frtn); in rds_received_msg() 2251 mp1->b_cont = esballoc(datap, pktp1->dh_datalen, in rds_received_msg()
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 263 esballoc.9f \ 1644 desballoc.9f := LINKSRC = esballoc.9f
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 259 file path=usr/share/man/man9f/esballoc.9f 886 link path=usr/share/man/man9f/desballoc.9f target=esballoc.9f
|
/titanic_41/usr/src/uts/common/io/ |
H A D | stream.c | 872 esballoc(unsigned char *base, size_t size, uint_t pri, frtn_t *frp) in esballoc() function
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 2977 if ((bp = (mblk_t *)esballoc((unsigned char *)buf->ub_buffer, in fcip_data_cb()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 5823 mp = esballoc((uchar_t *)srf, bufsize, BPRI_MED, frtnp); in do_sendfp()
|