Home
last modified time | relevance | path

Searched refs:strwaitbuf (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_ksndudat.c102 if (strwaitbuf((size_t)msgsz, BPRI_LO)) in t_ksndudata()
145 if (strwaitbuf(msgsz + unitdata->addr.len + unitdata->opt.len, in t_ksndudata()
H A Dt_kconnect.c100 if (strwaitbuf(msgsz + sndcall->addr.len + sndcall->opt.len, in t_kconnect()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc_cots.c469 if (strwaitbuf(len, BPRI_LO)) { in svc_cots_ksend()
622 if (strwaitbuf(len, BPRI_LO)) in svc_cots_kgetres()
H A Dsvc_clts.c466 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_ksend()
669 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_kgetres()
H A Dxdr_mblk.c683 if (strwaitbuf(sz, BPRI_LO)) in xdrmblk_alloc()
H A Dclnt_clts.c507 if (strwaitbuf(CKU_INITSIZE, BPRI_LO)) { in clnt_clts_kcallit_addr()
2047 if (strwaitbuf(msgsz + addr->len, BPRI_LO)) in clnt_clts_dispatch_send()
H A Dclnt_cots.c1029 if (strwaitbuf(len, BPRI_MED)) { in clnt_cots_kcallit()
H A Drpcib.c1408 (void) strwaitbuf( in rib_svc_rcq_handler()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1140 extern int strwaitbuf(size_t, int);
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c742 error = strwaitbuf(size, BPRI_HI); in so_dequeue_msg()
885 error = strwaitbuf(size, in so_dequeue_msg()
/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1040 if ((err = strwaitbuf((size_t)raw_frame_size, BPRI_LO)) != 0) { in fcoe_get_mblk()
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c997 error = strwaitbuf(size, BPRI_MED); in fifo_write()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c4430 if (error = strwaitbuf(1, BPRI_HI)) { in strioctl()
4462 if (error = strwaitbuf(2, BPRI_HI)) in strioctl()
7335 error = strwaitbuf(size, BPRI_HI); in kstrgetmsg()
8081 error = strwaitbuf(msgdsize(mctl), BPRI_MED); in kstrputmsg()
H A Dstrsubr.c2823 if (error = strwaitbuf(allocsz, BPRI_MED)) in strmakectl()
2892 (error = strwaitbuf(size + extra, BPRI_MED)) != 0) { in strmakedata()
2965 strwaitbuf(size_t size, int pri) in strwaitbuf() function
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c699 if ((error = strwaitbuf(size + wroff, BPRI_MED))) { in sosctp_uiomove()
/titanic_50/usr/src/uts/common/io/
H A Dstream.c1202 if ((*error = strwaitbuf(size, BPRI_HI)) != 0) in allocb_wait()