Searched refs:destination (Results 76 - 100 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacresrc.h245 acpi_rs_move_data(void *destination,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c2483 MIXER interface says output (source, destination, value)
2519 int destination; local
2527 destination = ucontrol->value.integer.value[1];
2528 if (destination < 0)
2529 destination = 0;
2530 else if (destination >= HDSPM_MAX_CHANNELS)
2531 destination = HDSPM_MAX_CHANNELS - 1;
2536 hdspm_read_pb_gain(hdspm, destination,
2540 hdspm_read_in_gain(hdspm, destination, source);
2553 int destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dbootpz.c46 extern int decompress_kernel(void* destination, void *source,
282 * destination must be quadword aligned. Might this explain the
419 final destination.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1081 bits of its destination address are equal to the route prefix at least
1143 the preferred source address when communicating with this destination).
1220 --- the destination prefix of the route. If \verb|TYPE| is omitted,
1276 --- the MTU along the path to the destination. If the modifier \verb|lock| is
1316 If the path to these destination is asymmetric, this guess may be wrong.
1321 --- \threeonly Maximal reordering on the path to this destination.
1395 route to the same destination exists. Its opposite case is \verb|append|,
1616 \item \verb|mc| --- the destination is multicast.
1618 \item \verb|brd| --- the destination is broadcast.
1633 \item \verb|dst-nat| --- the destination addres
[all...]
H A Dip-tunnels.tex191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
354 tunnel destination 10.10.13.2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S340 # zero the complete destination - computing the rest
430 # zero the complete destination (computing the rest is too much work)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dcsumpartialcopygeneric.S39 * Align an unaligned destination pointer. We know that
64 * destination pointers. Note that when we get here, C = 0
106 tst dst, #3 @ Test destination alignment
107 blne .dst_unaligned @ align destination, return here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S403 # zero the complete destination - computing the rest
509 # zero the complete destination (computing the rest is too much work)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com78 $! file destination directory, and to create the
119 $! Define the architecture-specific product file destination directory
368 $! Announce destination and SSL directories.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h129 int tcode, int destination, int source,
153 * the ack received from the destination, otherwise it's a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dchecksum.S384 # clear the complete destination - computing the rest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex80 significant unused bit position of the destination byte, followed by
82 the requested number of bits. When all bits of the destination byte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioroute.c546 ** Transmit packets also have a destination field which needs
567 rio_dprintk(RIO_DEBUG_ROUTE, "phb dest: Old %x:%x New %x:%x\n", readw(&PortP->PhbP->destination) & 0xff, (readw(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port);
568 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Driotable.c543 rio_dprintk(RIO_DEBUG_TABLE, "Tx packet (%x) destination: Old %x:%x New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port);
547 rio_dprintk(RIO_DEBUG_TABLE, "Port %d phb destination: Old %x:%x New %x:%x\n", port, readb(&PortP->PhbP->destination) & 0xff, (readb(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port);
548 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S483 movw $0x100, %ax # start of destination segment
489 movw %ax, %es # destination segment
502 # because destination is a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_interface.c317 addr = oi->connected->destination;
365 prefix_copy (&ptmp, oi->connected->destination);
402 if (IPV4_ADDR_SAME (&oi->connected->destination->u.prefix4, &src))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_route.c3706 u_int32_t destination;
3712 destination = ntohl (p->u.prefix4.s_addr);
3714 if ((IN_CLASSC (destination) && p->prefixlen == 24)
3715 || (IN_CLASSB (destination) && p->prefixlen == 16)
3716 || (IN_CLASSA (destination) && p->prefixlen == 8)
4444 u_int32_t destination;
4446 destination = ntohl (rn->p.u.prefix4.s_addr);
4447 if (IN_CLASSC (destination) && rn->p.prefixlen == 24)
4449 if (IN_CLASSB (destination) && rn->p.prefixlen == 16)
4451 if (IN_CLASSA (destination)
3691 u_int32_t destination; local
4428 u_int32_t destination; local
4673 u_int32_t destination; local
8476 u_int32_t destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S112 | destination precision and mode.
610 | $0f for the destination op denormalized
723 moveb DTAG(%a6),%d0 |check destination tag for inf or nan
1290 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract fp destination register
1330 | and the destination is not overwritten if this condition exists.
1377 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract fp destination register
1643 addal %d0,%a1 | offset by destination width -1
1659 movel EXC_EA(%a6),%a1 |load destination address
1703 movel #1,%d0 |set destination format to single
1721 movel #2,%d0 |set destination forma
[all...]
H A Dkernel_ex.S124 st STORE_FLG(%a6) |do not corrupt destination
238 | correct result based on the rounding precision, destination
281 | Determine if the destination nan is signalling or non-signalling,
449 btstb #7,DTAG(%a2) |check for denorm destination
452 | handle destination denorm
H A Dbugfix.S282 | locations on the stack. The correct destination register is in
408 | locations on the stack. The correct destination register is in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dchecksum.S348 ! zero the complete destination - computing the rest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h59 * addressing mode (e.g. pc relative modes as destination), as long
102 | decode destination format for fmove reg,ea
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbpqether.c27 * This driver can use any ethernet destination address, and can be
48 * BPQ 003 Joerg(DL1BKE) Ethernet destination address
114 char dest_addr[6]; /* ether destination address */
320 * SIOCSBPQETHADDR set the destination and accepted
347 if (copy_from_user(bpq->dest_addr, ethaddr->destination, ETH_ALEN))
434 "dev ether destination accept from\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S171 * * end destination is __vmlinux_end in RAM.
379 move.d text_start, $r1 ; destination
380 move.d __vmlinux_end, $r2 ; end destination
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dinterface.c426 /* If there is destination address, print it. */
427 p = connected->destination;
936 ifc->destination = (struct prefix *) p;

Completed in 458 milliseconds

123456