Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_strsubr.c53 strwaitbuf(size_t size, int pri) in strwaitbuf() function
H A Dfake_stream.c874 if ((*error = strwaitbuf(size, BPRI_HI)) != 0) in allocb_wait()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_cots.c474 if (strwaitbuf(len, BPRI_LO)) { in svc_cots_ksend()
627 if (strwaitbuf(len, BPRI_LO)) in svc_cots_kgetres()
H A Dsvc_clts.c471 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_ksend()
674 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_kgetres()
H A Dxdr_mblk.c694 if (strwaitbuf(sz, BPRI_LO)) in xdrmblk_alloc()
H A Dclnt_clts.c507 if (strwaitbuf(CKU_INITSIZE, BPRI_LO)) { in clnt_clts_kcallit_addr()
2058 if (strwaitbuf(msgsz + addr->len, BPRI_LO)) in clnt_clts_dispatch_send()
H A Dclnt_cots.c1032 if (strwaitbuf(len, BPRI_MED)) { in clnt_cots_kcallit()
H A Drpcib.c1408 (void) strwaitbuf( in rib_svc_rcq_handler()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1158 extern int strwaitbuf(size_t, int);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c743 error = strwaitbuf(size, BPRI_HI); in so_dequeue_msg()
886 error = strwaitbuf(size, in so_dequeue_msg()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c998 error = strwaitbuf(size, BPRI_MED); in fifo_write()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4555 if (error = strwaitbuf(1, BPRI_HI)) { in strioctl()
4587 if (error = strwaitbuf(2, BPRI_HI)) in strioctl()
7460 error = strwaitbuf(size, BPRI_HI); in kstrgetmsg()
8206 error = strwaitbuf(msgdsize(mctl), BPRI_MED); in kstrputmsg()
H A Dstrsubr.c2848 if (error = strwaitbuf(allocsz, BPRI_MED)) in strmakectl()
2917 (error = strwaitbuf(size + extra, BPRI_MED)) != 0) { in strmakedata()
2990 strwaitbuf(size_t size, int pri) in strwaitbuf() function
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c708 if ((error = strwaitbuf(size + wroff, BPRI_MED))) { in sosctp_uiomove()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1239 if ((*error = strwaitbuf(size, BPRI_HI)) != 0) in allocb_wait()