Searched refs:strwaitbuf (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_ksndudat.c | 102 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 D | t_kconnect.c | 100 if (strwaitbuf(msgsz + sndcall->addr.len + sndcall->opt.len, in t_kconnect()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | svc_cots.c | 469 if (strwaitbuf(len, BPRI_LO)) { in svc_cots_ksend() 622 if (strwaitbuf(len, BPRI_LO)) in svc_cots_kgetres()
|
H A D | svc_clts.c | 466 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_ksend() 669 if (strwaitbuf(UD_INITSIZE, BPRI_LO)) { in svc_clts_kgetres()
|
H A D | xdr_mblk.c | 683 if (strwaitbuf(sz, BPRI_LO)) in xdrmblk_alloc()
|
H A D | clnt_clts.c | 507 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 D | clnt_cots.c | 1029 if (strwaitbuf(len, BPRI_MED)) { in clnt_cots_kcallit()
|
H A D | rpcib.c | 1408 (void) strwaitbuf( in rib_svc_rcq_handler()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1140 extern int strwaitbuf(size_t, int);
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 742 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 D | fcoe.c | 1040 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 D | fifovnops.c | 997 error = strwaitbuf(size, BPRI_MED); in fifo_write()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 4430 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 D | strsubr.c | 2823 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 D | socksctp.c | 699 if ((error = strwaitbuf(size + wroff, BPRI_MED))) { in sosctp_uiomove()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | stream.c | 1202 if ((*error = strwaitbuf(size, BPRI_HI)) != 0) in allocb_wait()
|