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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_ksndudat.c102 if (strwaitbuf((size_t)msgsz, BPRI_LO))
145 if (strwaitbuf(msgsz + unitdata->addr.len + unitdata->opt.len,
H A Dt_kconnect.c100 if (strwaitbuf(msgsz + sndcall->addr.len + sndcall->opt.len,
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c466 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) {
468 "svc_clts_ksend_end:(%S)", "strwaitbuf");
669 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) {
H A Dsvc_cots.c469 if (strwaitbuf(len, BPRI_LO)) {
471 "svc_cots_ksend_end:(%S)", "strwaitbuf");
473 "svc_cots_ksend: strwaitbuf failed\n");
622 if (strwaitbuf(len, BPRI_LO))
H A Dxdr_mblk.c694 if (strwaitbuf(sz, BPRI_LO))
H A Dclnt_clts.c507 if (strwaitbuf(CKU_INITSIZE, BPRI_LO)) {
2047 if (strwaitbuf(msgsz + addr->len, BPRI_LO))
H A Dclnt_cots.c1029 if (strwaitbuf(len, BPRI_MED)) {
H A Drpcib.c1408 (void) strwaitbuf(
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c742 error = strwaitbuf(size, BPRI_HI);
885 error = strwaitbuf(size,
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1140 extern int strwaitbuf(size_t, int);
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1040 if ((err = strwaitbuf((size_t)raw_frame_size, BPRI_LO)) != 0) {
1041 FCOE_LOG("fcoe_get_mblk", "strwaitbuf return %d", err);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4430 if (error = strwaitbuf(1, BPRI_HI)) {
4462 if (error = strwaitbuf(2, BPRI_HI))
7326 * need to drop sd_lock (strwaitbuf is sleeping).
7335 error = strwaitbuf(size, BPRI_HI);
8081 error = strwaitbuf(msgdsize(mctl), BPRI_MED);
H A Dstrsubr.c2823 if (error = strwaitbuf(allocsz, BPRI_MED))
2892 (error = strwaitbuf(size + extra, BPRI_MED)) != 0) {
2965 strwaitbuf(size_t size, int pri) function
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c997 error = strwaitbuf(size, BPRI_MED);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c699 if ((error = strwaitbuf(size + wroff, BPRI_MED))) {
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1202 if ((*error = strwaitbuf(size, BPRI_HI)) != 0)

Completed in 157 milliseconds