Searched refs:address (Results 176 - 200 of 1944) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddgramsocket.tex58 \func{wxDatagramSocket\&}{ReceiveFrom}{\param{wxSockAddress\&}{ address}, \param{void *}{ buffer}, \param{wxUint32}{ nbytes}}
68 \docparam{address}{Any address - will be overwritten with the address of the peer that sent that data.}
76 Returns a reference to the current object, and the address of the peer that sent the data on address param.
90 \func{wxDatagramSocket\&}{SendTo}{\param{const wxSockAddress\&}{ address}, \param{const void *}{ buffer}, \param{wxUint32}{ nbytes}}
100 \docparam{address}{The address of the destination peer for this data.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dgsockunx.h48 GSocketError SetLocal(GAddress *address);
49 GSocketError SetPeer(GAddress *address);
131 GSocketError _GAddress_translate_from(GAddress *address,
133 GSocketError _GAddress_translate_to (GAddress *address,
135 GSocketError _GAddress_Init_INET(GAddress *address);
136 GSocketError _GAddress_Init_UNIX(GAddress *address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgsockmsw.h59 GSocketError SetLocal(GAddress *address);
60 GSocketError SetPeer(GAddress *address);
132 GSocketError _GAddress_translate_from(GAddress *address,
134 GSocketError _GAddress_translate_to (GAddress *address,
136 GSocketError _GAddress_Init_INET(GAddress *address);
137 GSocketError _GAddress_Init_UNIX(GAddress *address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h90 address : 10, member in struct:ins_format3
96 address : 10,
126 address : 10, member in struct:ins_format5
132 address : 10,
144 address : 10, member in struct:ins_format6
150 address : 10,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-tcl-114 set address [valid $target]
16 if {$address != 0} {
20 viMsg $viScreenId [format [_ "%s is %s"] $target [string trim $address]]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dtimeriomem-rng.c16 * periodic random data from a single IO memory address. All the platform
17 * has to do is provide the address and 'wait time' that new data becomes
60 *data = readl(timeriomem_rng_data->address);
103 timeriomem_rng_data->address = ioremap(res->start,
105 if (!timeriomem_rng_data->address)
122 timeriomem_rng_data->address,
129 iounmap(timeriomem_rng_data->address);
139 iounmap(timeriomem_rng_data->address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dtlb.h65 tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) argument
67 if (tlb->start > address)
68 tlb->start = address;
69 if (tlb->end < address + PAGE_SIZE)
70 tlb->end = address + PAGE_SIZE;
121 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
H A Dio_trapped.h21 int handle_trapped_io(struct pt_regs *regs, unsigned long address);
53 #define handle_trapped_io(tiop, address) 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgalloc.h71 extern pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address);
77 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) argument
79 return pfn_to_kaddr(page_to_pfn(pte_alloc_one(mm, address)));
89 unsigned long address);
115 #define __pmd_free_tlb(tlb, pmdp, address) \
116 __pte_free_tlb((tlb), virt_to_page(pmdp), (address))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl78 # rfc822 email address - preloaded methods go here.
267 my ($name, $address) = parse_email($line);
268 $line = format_email($name, $address, $email_usename);
274 push(@$obj, $address);
276 my @arr = ($address);
471 my ($name, $address) = parse_email($email);
473 my $tmp_email = format_email($name, $address, $email_usename);
537 --email => print email address(es) if any
588 other automated tools that expect only ["name"] <email address>
589 may not work because of additional output after <email address>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable.h302 * control the given virtual address
304 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
310 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
316 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
322 * control the given virtual address
325 #define pmd_index(address) (((address) >> PMD_SHIF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h56 * well. It might seem wasteful to use 16 MiB of virtual address space
258 * Permanent address of a page. We don't support highmem, so this is
297 #define pgd_index(address) (((address) >> PGDIR_SHIFT) \
299 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
302 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
305 #define pte_index(address) \
306 ((address >> PAGE_SHIF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dphy.h58 int address; /* PHY address */ member in struct:mii_phy
60 int gpcs_address; /* GPCS PHY address */
83 int emac_mii_phy_probe(struct mii_phy *phy, int address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_sensor.h47 /* Sensor i2c address */
66 int (*read_sensor)(struct sd *sd, const u8 address,
70 int (*write_sensor)(struct sd *sd, const u8 address,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dfault.c152 unsigned long address)
164 vma = find_vma_prev(mm, address, &prev_vma);
165 if (!vma || address < vma->vm_start)
185 fault = handle_mm_fault(mm, vma, address, (acc_type & VM_WRITE) ? FAULT_FLAG_WRITE : 0);
207 if (vma && (expand_stack(vma, address) == 0))
221 printk(KERN_DEBUG "do_page_fault() pid=%d command='%s' type=%lu address=0x%08lx\n",
222 task_pid_nr(tsk), tsk->comm, code, address);
232 si.si_addr = (void __user *) address;
243 parisc_terminate("Bad Address (null pointer deref?)", regs, code, address);
151 do_page_fault(struct pt_regs *regs, unsigned long code, unsigned long address) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_labpc.h100 unsigned int (*read_byte) (unsigned long address);
101 void (*write_byte) (unsigned int byte, unsigned long address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile.am28 SCRIPTFILES = team-address \
29 TP/trigger TP/team-address \
30 KDE/trigger KDE/team-address \
31 GNOME/trigger GNOME/team-address
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_init.c19 const char *hostname, const char *address,
34 if (!dsi_tcp_init(dsi, hostname, address, port, proxy)) {
18 dsi_init(const dsi_proto protocol, const char *program, const char *hostname, const char *address, const char *port, const int proxy, const u_int32_t quantum) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c85 DO_ERROR(87, SIGSEGV, "address error (exec)", address_error_exec, current)
97 do_unhandled_exception(7, SIGSEGV, "address error(load)",
107 do_unhandled_exception(8, SIGSEGV, "address error(store)",
219 exception_name = "address error (exec)";
340 __u64 *address)
368 address is always accessible (and if not, just fault when the
377 *address = addr;
385 static void misaligned_kernel_word_load(__u64 address, int do_sign_extend, __u64 *result) argument
389 p = (unsigned char *) (int) address;
401 static void misaligned_kernel_word_store(__u64 address, __u6 argument
336 generate_and_check_address(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, __u64 *address) argument
422 __u64 address; local
498 __u64 address; local
572 __u64 address; local
647 __u64 address; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dhugetlb.h119 static inline void __pmd_idte(unsigned long address, pmd_t *pmdp) argument
122 pmd_index(address) * sizeof(pmd_t);
129 "a" ((address & HPAGE_MASK))
136 unsigned long address, pte_t *ptep)
149 __pmd_idte(address, pmdp);
152 __pmd_idte(address, pmdp);
181 unsigned long address, pte_t *ptep)
183 huge_ptep_invalidate(vma->vm_mm, address, ptep);
135 huge_ptep_invalidate(struct mm_struct *mm, unsigned long address, pte_t *ptep) argument
180 huge_ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dinit.c129 unsigned long address; local
133 address = page_to_phys(page + i);
134 pgd = pgd_offset_k(address);
135 pud = pud_offset(pgd, address);
136 pmd = pmd_offset(pud, address);
137 pte = pte_offset_kernel(pmd, address);
139 ptep_invalidate(&init_mm, address, pte);
142 *pte = mk_pte_phys(address, __pgprot(_PAGE_TYPE_RW));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dkvm.h66 TP_PROTO(__u64 address, __u64 data),
67 TP_ARGS(address, data),
70 __field( __u64, address )
75 __entry->address = address;
80 (u8)(__entry->address >> 12), (u8)__entry->data,
82 (__entry->address & (1<<2)) ? "logical" : "physical",
84 (__entry->address & (1<<3)) ? "|rh" : "")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c42 u32 crc32c(u32 crc, const void *address, unsigned int length) argument
54 err = crypto_shash_update(&desc.shash, address, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Daml_nfw.c57 static void *virt_map(u64 address) argument
59 if (address & (1UL << 63))
60 return (void *) (__IA64_UNCACHED_OFFSET | address);
62 return __va(address);
116 static acpi_status aml_nfw_handler(u32 function, acpi_physical_address address, argument
121 u8 *offset = (u8 *) context + address;
127 if (address + (bit_width >> 3) > sizeof(struct ia64_nfw_context))
132 if (address == offsetof(struct ia64_nfw_context, ret))
187 * the address space handler for the specific device we found.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dconnected.h2 * Interface's address and mask.
47 connected_add_ipv6 (struct interface *ifp, struct in6_addr *address,
50 connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address,

Completed in 228 milliseconds

1234567891011>>