Searched refs:calls (Results 26 - 50 of 71) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol2gcc-64x13 -fno-optimize-sibling-calls -O2 -D_ASM_INLINES \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DRelPath.mk30 # of two given paths, then calls itself with the next two
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-accept.c198 * accept incoming calls that need peer, transport and/or connection setting up
276 case -ECONNRESET: /* old calls are ignored */
277 case -ECONNABORTED: /* aborted calls are reaborted or ignored */
332 pp = &rx->calls.rb_node;
373 rb_insert_color(&call->sock_node, &rx->calls);
H A Dar-recvmsg.c28 rb_erase(&call->sock_node, &call->socket->calls);
72 * calls */
73 if (RB_EMPTY_ROOT(&rx->calls)) {
H A Dar-connection.c203 conn->calls = RB_ROOT;
307 p = &conn->calls.rb_node;
322 rb_insert_color(&call->conn_node, &conn->calls);
817 ASSERT(RB_EMPTY_ROOT(&conn->calls));
H A Dar-internal.h55 struct list_head secureq; /* calls awaiting connection security clearance */
56 struct list_head acceptq; /* calls awaiting acceptance */
59 struct rb_root calls; /* outstanding calls on this socket */ member in struct:rxrpc_sock
62 rwlock_t call_lock; /* lock for calls */
152 struct sk_buff_head accept_queue; /* incoming calls awaiting acceptance */
232 * - each connection can only handle four simultaneous calls
241 struct rb_root calls; /* calls on this connection */ member in struct:rxrpc_connection
243 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */
[all...]
H A Dar-connevent.c26 * pass a connection-level abort onto all calls on that connection
38 for (p = rb_first(&conn->calls); p; p = rb_next(p)) {
H A Daf_rxrpc.c180 * set the number of pending calls permitted on a listening socket
637 rx->calls = RB_ROOT;
H A Dar-input.c529 /* look at extant calls by channel number first */
564 /* search the completed calls in case what we're dealing with is
569 p = conn->calls.rb_node;
600 * - client calls may have been aborted or ACK'd
601 * - server calls may have been aborted
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c356 digi.calls[k] = ax25_ctl.digi_addr[k];
512 * Handling for system calls applied via the various interfaces to an
1173 digi->calls[ct] = fsa->fsa_digipeater[ct];
1388 ax25->digipeat->calls[i];
1484 dtmp.calls[ct] = fsa->fsa_digipeater[ct];
1635 application know the digi calls further down (because it
1645 fsa->fsa_digipeater[ct] = digi.calls[ct];
1884 ax2asc(buf, &ax25->digipeat->calls[k]),
H A Dax25_in.c221 next_digi = &dp.calls[dp.lastrepeat + 1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat9 :: One of these calls should find the desired batch file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S8 # Therefore it must only use relative jumps/calls.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dax25.h177 ax25_address calls[AX25_MAX_DIGIS]; member in struct:__anon10491
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S354 ;; Since we dont really want to have two epilogues (one for system calls
359 ;; Since we can't have system calls inside interrupts, it should not matter
539 ;; TODO: see the i386 version. The switch_to which calls resume in our version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_route.c642 ax25_digi.calls[i] = digipeaters[i];
1001 ax2asc(buf, &nr_neigh->digipeat->calls[i]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_route.c120 rose_neigh->digipeat->calls[i] =
1170 seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex138 implemented the \cdrom\ $ioctl()$ calls through their own routines. This
501 Seconds, Frames) for all audio calls. It also verifies the memory
549 Instead of just implementing some $ioctl$ calls, the interface in
671 subsequent calls to the device don't cause the calling process to
801 calls the device-dependent $release()$ routine. When the use-count has
802 reached 0, the allocated buffers are flushed by calls to $sync_dev(dev)$
811 devices in a uniform way. The different calls fall into three
829 set behavior to non-moving on $open()$ and $release()$ calls.
882 the last call. Note that calls to $cdrom_media_changed$ by the VFS
984 just calls t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S11 # Therefore it must only use relative jumps/calls.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S433 | The FPSP calls mem_read to read the original F-line instruction in order
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S70 | statements instead of (more expensive) copy{in,out} calls, if
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm10 ; files through direct DOS calls, and to access XMS and EMS drivers.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c63 t->calls = 0;
412 // close all the calls pty fds
457 * Immediately destroy a tunnel (and all its calls)
479 * Destroy all the member calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dhead.S94 ;; Also map 0xa for the hook calls,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/
H A DMakefile84 MODFLAGS += -mlong-calls -fno-common

Completed in 359 milliseconds

123