Searched defs:didralloc (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | _conn_util.c | 161 int didralloc; local 184 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) 285 if (didralloc) 317 if (didralloc)
|
H A D | t_listen.c | 55 int didalloc, didralloc; local 121 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) { 236 if (didralloc) 271 if (didralloc)
|
H A D | t_rcvdis.c | 57 int didalloc, didralloc; local 146 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) { 233 if (didralloc) 251 if (didralloc)
|
H A D | t_rcvrel.c | 60 int didalloc, didralloc; local 141 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) { 214 if (didralloc) 228 if (didralloc)
|
H A D | t_rcvreldata.c | 59 int didalloc, didralloc; local 143 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) { 216 if (didralloc) 230 if (didralloc)
|
H A D | _utility.c | 342 int didalloc, didralloc; local 355 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) { 420 if (didralloc) 463 if (didralloc)
|
Completed in 1077 milliseconds