Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c3030 #define CONN_SND_ALLOC(Size, Pri) \ macro
3035 #define CONN_SND_ALLOC(Size, Pri) allocb(Size, Pri) macro
3050 mp = CONN_SND_ALLOC(sizeof (struct T_ordrel_req), BPRI_LO); in connmgr_sndrel()
3081 mp = CONN_SND_ALLOC(sizeof (*tdis), BPRI_LO); in connmgr_snddis()