Searched defs:didalloc (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvconnect.c57 int didalloc; local
80 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
104 if (didalloc)
H A Dt_accept.c63 int didalloc; local
171 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
339 if (didalloc)
349 if (didalloc)
H A Dt_bind.c61 int didalloc; local
93 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
191 if (didalloc)
201 if (didalloc)
H A Dt_connect.c66 int didalloc; local
88 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
162 if (didalloc)
171 if (didalloc)
H A Dt_getinfo.c60 int retval, sv_errno, didalloc; local
72 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
114 if (didalloc)
123 if (didalloc)
H A Dt_listen.c55 int didalloc, didralloc; local
112 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
124 if (didalloc)
232 if (didalloc)
267 if (didalloc)
H A Dt_rcvdis.c57 int didalloc, didralloc; local
136 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
148 if (didalloc)
229 if (didalloc)
247 if (didalloc)
H A Dt_rcvrel.c60 int didalloc, didralloc; local
131 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
143 if (didalloc)
210 if (didalloc)
224 if (didalloc)
H A Dt_rcvreldata.c59 int didalloc, didralloc; local
133 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
145 if (didalloc)
212 if (didalloc)
226 if (didalloc)
H A Dt_rcvudata.c65 int didalloc; local
104 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
201 if (didalloc)
243 if (didalloc)
253 if (didalloc)
H A Dt_rcvuderr.c56 int didalloc; local
105 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
182 if (didalloc)
196 if (didalloc)
H A Dt_sndudata.c58 int didalloc; local
106 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
183 if (didalloc)
191 if (didalloc)
H A Dt_sndvudata.c59 int didalloc; local
107 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
191 if (didalloc)
200 if (didalloc)
H A Dt_unbind.c53 int sv_errno, retval, didalloc; local
83 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
94 if (didalloc)
H A Dt_getname.c115 int didalloc; local
142 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
219 if (didalloc)
H A Dt_rcv.c61 int didalloc; local
163 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
245 if (didalloc)
369 if (didalloc)
380 if (didalloc)
H A Dt_rcvv.c59 int didalloc; local
164 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
176 if (didalloc)
260 if (didalloc)
387 if (didalloc)
401 if (didalloc)
H A Dt_rcvvudata.c67 int didalloc; local
107 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
205 if (didalloc)
248 if (didalloc)
261 if (didalloc)
H A Dt_optmgmt.c72 int didalloc, retlen; local
96 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) {
311 if (didalloc)
322 if (didalloc)
H A D_utility.c342 int didalloc, didralloc; local
350 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0)
356 if (didalloc)
416 if (didalloc)
459 if (didalloc)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7294 vhci_lun_lookup_alloc(dev_info_t *tgt_dip, char *guid, int *didalloc) argument
7311 *didalloc = 1;

Completed in 95 milliseconds