Searched refs:sys_errno (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tsocket/
H A Dtsocket.c229 int sys_errno; local
231 ret = state->ops->recvfrom_recv(subreq, &sys_errno, state,
234 tevent_req_error(req, sys_errno);
337 int sys_errno; local
339 ret = state->ops->sendto_recv(subreq, &sys_errno);
341 tevent_req_error(req, sys_errno);
413 int sys_errno; local
415 ret = state->ops->disconnect_recv(subreq, &sys_errno);
417 tevent_req_error(req, sys_errno);
594 int sys_errno; local
716 int sys_errno; local
792 int sys_errno; local
[all...]
H A Dtsocket_helpers.c113 int sys_errno; local
115 ret = tdgram_sendto_recv(subreq, &sys_errno);
118 tevent_req_error(req, sys_errno);
276 int sys_errno; local
278 ret = tstream_readv_recv(subreq, &sys_errno);
280 tevent_req_error(req, sys_errno);
384 int sys_errno; local
386 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
389 tevent_req_error(req, sys_errno);
491 int sys_errno; local
[all...]
H A Dtsocket_bsd.c31 int sys_errno,
44 if (sys_errno == 0) {
48 if (sys_errno == EINTR) {
50 return sys_errno;
53 if (sys_errno == EINPROGRESS) {
55 return sys_errno;
58 if (sys_errno == EAGAIN) {
60 return sys_errno;
64 if (sys_errno == EWOULDBLOCK) {
66 return sys_errno;
30 tsocket_bsd_error_from_errno(int ret, int sys_errno, bool *retry) argument
76 int sys_errno = 0; local
1938 tstream_bsd_connect_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int sys_errno, const struct tsocket_address *local, const struct tsocket_address *remote) argument
2179 int sys_errno = 0; local
2216 int sys_errno = 0; local
2262 int sys_errno = errno; local
2270 int sys_errno = errno; local
2281 int sys_errno = errno; local
2293 int sys_errno = errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tsocket/
H A Dtsocket.c229 int sys_errno; local
231 ret = state->ops->recvfrom_recv(subreq, &sys_errno, state,
234 tevent_req_error(req, sys_errno);
337 int sys_errno; local
339 ret = state->ops->sendto_recv(subreq, &sys_errno);
341 tevent_req_error(req, sys_errno);
413 int sys_errno; local
415 ret = state->ops->disconnect_recv(subreq, &sys_errno);
417 tevent_req_error(req, sys_errno);
594 int sys_errno; local
716 int sys_errno; local
792 int sys_errno; local
[all...]
H A Dtsocket_helpers.c113 int sys_errno; local
115 ret = tdgram_sendto_recv(subreq, &sys_errno);
118 tevent_req_error(req, sys_errno);
276 int sys_errno; local
278 ret = tstream_readv_recv(subreq, &sys_errno);
280 tevent_req_error(req, sys_errno);
384 int sys_errno; local
386 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
389 tevent_req_error(req, sys_errno);
491 int sys_errno; local
[all...]
H A Dtsocket_bsd.c31 int sys_errno,
44 if (sys_errno == 0) {
48 if (sys_errno == EINTR) {
50 return sys_errno;
53 if (sys_errno == EINPROGRESS) {
55 return sys_errno;
58 if (sys_errno == EAGAIN) {
60 return sys_errno;
64 if (sys_errno == EWOULDBLOCK) {
66 return sys_errno;
30 tsocket_bsd_error_from_errno(int ret, int sys_errno, bool *retry) argument
76 int sys_errno = 0; local
1938 tstream_bsd_connect_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int sys_errno, const struct tsocket_address *local, const struct tsocket_address *remote) argument
2179 int sys_errno = 0; local
2216 int sys_errno = 0; local
2262 int sys_errno = errno; local
2270 int sys_errno = errno; local
2281 int sys_errno = errno; local
2293 int sys_errno = errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tsocket/
H A Dtsocket.c229 int sys_errno; local
231 ret = state->ops->recvfrom_recv(subreq, &sys_errno, state,
234 tevent_req_error(req, sys_errno);
337 int sys_errno; local
339 ret = state->ops->sendto_recv(subreq, &sys_errno);
341 tevent_req_error(req, sys_errno);
413 int sys_errno; local
415 ret = state->ops->disconnect_recv(subreq, &sys_errno);
417 tevent_req_error(req, sys_errno);
594 int sys_errno; local
716 int sys_errno; local
792 int sys_errno; local
[all...]
H A Dtsocket_helpers.c113 int sys_errno; local
115 ret = tdgram_sendto_recv(subreq, &sys_errno);
118 tevent_req_error(req, sys_errno);
276 int sys_errno; local
278 ret = tstream_readv_recv(subreq, &sys_errno);
280 tevent_req_error(req, sys_errno);
384 int sys_errno; local
386 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
389 tevent_req_error(req, sys_errno);
491 int sys_errno; local
[all...]
H A Dtsocket_bsd.c31 int sys_errno,
44 if (sys_errno == 0) {
48 if (sys_errno == EINTR) {
50 return sys_errno;
53 if (sys_errno == EINPROGRESS) {
55 return sys_errno;
58 if (sys_errno == EAGAIN) {
60 return sys_errno;
64 if (sys_errno == EWOULDBLOCK) {
66 return sys_errno;
30 tsocket_bsd_error_from_errno(int ret, int sys_errno, bool *retry) argument
76 int sys_errno = 0; local
1938 tstream_bsd_connect_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int sys_errno, const struct tsocket_address *local, const struct tsocket_address *remote) argument
2179 int sys_errno = 0; local
2216 int sys_errno = 0; local
2262 int sys_errno = errno; local
2270 int sys_errno = errno; local
2281 int sys_errno = errno; local
2293 int sys_errno = errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/named_pipe_auth/
H A Dnpa_tstream.c201 int sys_errno; local
203 ret = tstream_unix_connect_recv(subreq, &sys_errno,
207 tevent_req_error(req, sys_errno);
237 int sys_errno; local
239 ret = tstream_writev_recv(subreq, &sys_errno);
242 tevent_req_error(req, sys_errno);
330 int sys_errno; local
333 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
336 tevent_req_error(req, sys_errno);
651 int sys_errno; local
773 int sys_errno; local
905 int sys_errno; local
987 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/named_pipe_auth/
H A Dnpa_tstream.c201 int sys_errno; local
203 ret = tstream_unix_connect_recv(subreq, &sys_errno,
207 tevent_req_error(req, sys_errno);
237 int sys_errno; local
239 ret = tstream_writev_recv(subreq, &sys_errno);
242 tevent_req_error(req, sys_errno);
330 int sys_errno; local
333 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
336 tevent_req_error(req, sys_errno);
651 int sys_errno; local
773 int sys_errno; local
905 int sys_errno; local
987 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/named_pipe_auth/
H A Dnpa_tstream.c201 int sys_errno; local
203 ret = tstream_unix_connect_recv(subreq, &sys_errno,
207 tevent_req_error(req, sys_errno);
237 int sys_errno; local
239 ret = tstream_writev_recv(subreq, &sys_errno);
242 tevent_req_error(req, sys_errno);
330 int sys_errno; local
333 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
336 tevent_req_error(req, sys_errno);
651 int sys_errno; local
773 int sys_errno; local
905 int sys_errno; local
987 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/ipc/
H A Dvfs_ipc.c407 int sys_errno; local
410 ret = tstream_npa_connect_recv(subreq, &sys_errno,
417 status = map_nt_error_from_unix(sys_errno);
665 int sys_errno; local
668 ret = tstream_readv_pdu_queue_recv(subreq, &sys_errno);
671 status = map_nt_error_from_unix(sys_errno);
750 int sys_errno; local
753 ret = tstream_writev_queue_recv(subreq, &sys_errno);
756 status = map_nt_error_from_unix(sys_errno);
1071 int sys_errno; local
1110 int sys_errno; local
1280 int sys_errno; local
1316 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/ipc/
H A Dvfs_ipc.c407 int sys_errno; local
410 ret = tstream_npa_connect_recv(subreq, &sys_errno,
417 status = map_nt_error_from_unix(sys_errno);
665 int sys_errno; local
668 ret = tstream_readv_pdu_queue_recv(subreq, &sys_errno);
671 status = map_nt_error_from_unix(sys_errno);
750 int sys_errno; local
753 ret = tstream_writev_queue_recv(subreq, &sys_errno);
756 status = map_nt_error_from_unix(sys_errno);
1071 int sys_errno; local
1110 int sys_errno; local
1280 int sys_errno; local
1316 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/ipc/
H A Dvfs_ipc.c407 int sys_errno; local
410 ret = tstream_npa_connect_recv(subreq, &sys_errno,
417 status = map_nt_error_from_unix(sys_errno);
665 int sys_errno; local
668 ret = tstream_readv_pdu_queue_recv(subreq, &sys_errno);
671 status = map_nt_error_from_unix(sys_errno);
750 int sys_errno; local
753 ret = tstream_writev_queue_recv(subreq, &sys_errno);
756 status = map_nt_error_from_unix(sys_errno);
1071 int sys_errno; local
1110 int sys_errno; local
1280 int sys_errno; local
1316 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c188 int sys_errno; member in struct:async_connect_state
232 state->sys_errno = 0;
266 state->sys_errno = errno;
273 state->sys_errno = ENOMEM;
279 tevent_req_error(result, state->sys_errno);
329 state->sys_errno = 0;
346 if (state->sys_errno == 0) {
350 *perrno = state->sys_errno;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c188 int sys_errno; member in struct:async_connect_state
232 state->sys_errno = 0;
266 state->sys_errno = errno;
273 state->sys_errno = ENOMEM;
279 tevent_req_error(result, state->sys_errno);
329 state->sys_errno = 0;
346 if (state->sys_errno == 0) {
350 *perrno = state->sys_errno;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c188 int sys_errno; member in struct:async_connect_state
232 state->sys_errno = 0;
266 state->sys_errno = errno;
273 state->sys_errno = ENOMEM;
279 tevent_req_error(result, state->sys_errno);
329 state->sys_errno = 0;
346 if (state->sys_errno == 0) {
350 *perrno = state->sys_errno;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/
H A Dservice_rpc.c120 int sys_errno; local
124 ret = tstream_writev_queue_recv(subreq, &sys_errno);
127 status = map_nt_error_from_unix(sys_errno);
270 int sys_errno; local
275 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
278 status = map_nt_error_from_unix(sys_errno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/
H A Dservice_rpc.c120 int sys_errno; local
124 ret = tstream_writev_queue_recv(subreq, &sys_errno);
127 status = map_nt_error_from_unix(sys_errno);
270 int sys_errno; local
275 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
278 status = map_nt_error_from_unix(sys_errno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/
H A Dservice_rpc.c120 int sys_errno; local
124 ret = tstream_writev_queue_recv(subreq, &sys_errno);
127 status = map_nt_error_from_unix(sys_errno);
270 int sys_errno; local
275 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
278 status = map_nt_error_from_unix(sys_errno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dsmb2_server.c511 int sys_errno; local
513 ret = tstream_writev_queue_recv(subreq, &sys_errno);
516 NTSTATUS status = map_nt_error_from_unix(sys_errno);
878 int sys_errno; local
880 ret = tstream_writev_queue_recv(subreq, &sys_errno);
884 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1110 int sys_errno; local
1112 ret = tstream_writev_queue_recv(subreq, &sys_errno);
1115 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1456 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dsmb2_server.c511 int sys_errno; local
513 ret = tstream_writev_queue_recv(subreq, &sys_errno);
516 NTSTATUS status = map_nt_error_from_unix(sys_errno);
878 int sys_errno; local
880 ret = tstream_writev_queue_recv(subreq, &sys_errno);
884 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1110 int sys_errno; local
1112 ret = tstream_writev_queue_recv(subreq, &sys_errno);
1115 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1456 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dsmb2_server.c511 int sys_errno; local
513 ret = tstream_writev_queue_recv(subreq, &sys_errno);
516 NTSTATUS status = map_nt_error_from_unix(sys_errno);
878 int sys_errno; local
880 ret = tstream_writev_queue_recv(subreq, &sys_errno);
884 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1110 int sys_errno; local
1112 ret = tstream_writev_queue_recv(subreq, &sys_errno);
1115 NTSTATUS status = map_nt_error_from_unix(sys_errno);
1456 int sys_errno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbc_async.c102 int sys_errno = 0; local
113 sys_errno = errno;
121 errno = sys_errno;
181 int sys_errno = errno; local
183 errno = sys_errno;

Completed in 199 milliseconds

12