Searched refs:address (Results 201 - 225 of 1944) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Ddebug-macro.S17 moveq \rx, #0x16000000 @ physical base address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nomadik/include/mach/
H A Ddebug-macro.S16 moveq \rx, #0x10000000 @ physical base address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h382 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
383 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
384 #define __pgd_offset(address) pgd_index(address)
387 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
389 #define __pud_offset(address) (((address) >> PUD_SHIF
[all...]
H A Dpgtable_64.h51 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
52 #define __pgd_offset(address) pgd_index(address)
53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
56 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
58 #define __pud_offset(address) (((address) >> PUD_SHIF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dquery-sched.h27 #include <avahi-common/address.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-sync-address-resolver.c51 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { argument
55 assert(address);
65 avahi_address_snprint(t, sizeof(t), address);
69 i_aprotocol = (int32_t) address->proto;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.h53 int x11_save_address (char *address, pid_t pid, long *wid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquery-sched.h27 #include <avahi-common/address.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-sync-address-resolver.c51 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { argument
55 assert(address);
65 avahi_address_snprint(t, sizeof(t), address);
69 i_aprotocol = (int32_t) address->proto;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dstream.c64 #define GET_DATA(stream, date, size, type, address) \
65 (stream)->Class->get_data( (stream), (date), (size), (type), (address) )
69 int *type, int *address)
71 return GET_DATA(Stream->Next, date, size, type, address);
68 get_data_pass_through(Stream_t *Stream, time_t *date, mt_size_t *size, int *type, int *address) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipvaddr.tex27 Set the address to {\it hostname}, which can be a host name
28 or an IP-style address in dot notation (a.b.c.d)
33 (invalid hostname or invalid IP address).
37 Returns the hostname which matches the IP address.
47 Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
85 Set address to any of the addresses of the current machine. Whenever
88 problems. Internally, this is the same as setting the IP address
103 Set address to localhost (127.0.0.1). Whenever possible, use the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientUDPSocket.h34 CClientUDPSocket(const amuleIPV4Address &address, const CProxyData *ProxyData = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A DMakefile3 obj-$(CONFIG_OF_ADDRESS) += address.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkthread.S18 # A2 = address of function to call
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_atmel.h42 unsigned long address, size; local
66 address = ((unsigned long) reg[0] << 32) | reg[1];
68 address = reg[0];
76 *base = address;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dtlbflush.h131 static inline void invalidate_itlb_mapping (unsigned address) argument
134 if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0)
138 static inline void invalidate_dtlb_mapping (unsigned address) argument
141 if (((tlb_entry = dtlb_probe(address)) & (1 << DTLB_HIT_BIT)) != 0)
156 * as[31..12] contain the virtual address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgtable.h191 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address))
193 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
197 unsigned long address)
199 return mm->pgd + pgd_index(address);
205 static inline pgd_t *pgd_offset_k(unsigned long address) argument
207 return kernel_pg_dir + (address >> PGDIR_SHIFT);
212 static inline pmd_t *pmd_offset(pgd_t *dir, unsigned long address) argument
214 return (pmd_t *)__pgd_page(*dir) + ((address >> PMD_SHIF
196 pgd_offset(const struct mm_struct *mm, unsigned long address) argument
218 pte_offset_kernel(pmd_t *pmdp, unsigned long address) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Devhttp_compat.h25 evhttp_connection_base_new(struct event_base *base, void *ignore, const char *address, unsigned short port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h318 #define pgd_index(address) \
319 (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
321 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
324 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
326 #define pmd_index(address) \
327 (((address) >> PMD_SHIFT) & (PTRS_PER_PMD - 1))
329 #define pte_index(address) \
330 (((address) >> PAGE_SHIF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dtlb.h17 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while(0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dtrace.h27 extern void decode_address(char *buf, unsigned long address);
28 extern bool get_instruction(unsigned int *val, unsigned short *address);
30 static inline void decode_address(char *buf, unsigned long address) { } argument
31 static inline bool get_instruction(unsigned int *val, unsigned short *address) { return false; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-h720x/include/mach/
H A Ddebug-macro.S22 moveq \rx, #io_phys @ physical base address
23 movne \rx, #io_virt @ virtual address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c55 u32 address; member in struct:threshold_block
102 rdmsr(tr->b->address, mci_misc_lo, mci_misc_hi);
124 wrmsr(tr->b->address, mci_misc_lo, mci_misc_hi);
131 u32 low = 0, high = 0, address = 0; local
139 address = MSR_IA32_MC0_MISC + bank * 4;
141 address = (low & MASK_BLKPTR_LO) >> 21;
142 if (!address)
145 address += MCG_XBLK_ADDR;
147 ++address;
149 if (rdmsr_safe(address,
194 u32 low = 0, high = 0, address = 0; local
399 allocate_threshold_blocks(unsigned int cpu, unsigned int bank, unsigned int block, u32 address) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECMuleSocket.cpp101 bool CECMuleSocket::ConnectSocket(wxIPV4address& address) argument
103 return CECSocket::ConnectSocket(StringIPtoUint32(address.IPAddress()),address.Service());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dgsockmac.h82 GSocketError _GAddress_translate_from(GAddress *address,
84 GSocketError _GAddress_translate_to(GAddress *address,
87 GSocketError _GAddress_Init_INET(GAddress *address);

Completed in 141 milliseconds

1234567891011>>