Searched refs:func (Results 76 - 100 of 3575) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dcurl_threads.c46 unsigned int (*func)(void *); member in struct:curl_actual_call
53 unsigned int (*func)(void *) = ac->func;
58 (*func)(real_arg);
63 curl_thread_t Curl_thread_create(unsigned int (*func) (void*), void *arg)
70 ac->func = func;
98 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void*),
102 return CreateThread(NULL, 0, func, arg, 0, NULL);
105 t = (curl_thread_t)_beginthreadex(NULL, 0, func, ar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcurl_threads.c46 unsigned int (*func)(void *); member in struct:curl_actual_call
53 unsigned int (*func)(void *) = ac->func;
58 (*func)(real_arg);
63 curl_thread_t Curl_thread_create(unsigned int (*func) (void*), void *arg)
70 ac->func = func;
98 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void*),
102 return CreateThread(NULL, 0, func, arg, 0, NULL);
105 t = (curl_thread_t)_beginthreadex(NULL, 0, func, ar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/util/
H A Dck_errf.pl21 $func="";
28 $func = $1;
29 $func =~ tr/A-Z/a-z/;
36 if ($func eq "")
41 # print "check -$file:$.:$func:$n\n";
48 { print "$file:$.:$func:$n [${errlib}err]\n"; $bad = 1; next; }
51 if (($n ne $func) && ($errlib ne "SYS"))
52 { print "$file:$.:$func:$n\n"; $bad = 1; next; }
53 # print "$func:$1\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_threads.c46 unsigned int (*func)(void *); member in struct:curl_actual_call
53 unsigned int (*func)(void *) = ac->func;
58 (*func)(real_arg);
63 curl_thread_t Curl_thread_create(unsigned int (*func) (void*), void *arg)
70 ac->func = func;
98 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void*),
102 return CreateThread(NULL, 0, func, arg, 0, NULL);
105 t = (curl_thread_t)_beginthreadex(NULL, 0, func, ar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/util/
H A Dck_errf.pl21 $func="";
28 $func = $1;
29 $func =~ tr/A-Z/a-z/;
36 if ($func eq "")
41 # print "check -$file:$.:$func:$n\n";
48 { print "$file:$.:$func:$n [${errlib}err]\n"; $bad = 1; next; }
51 if (($n ne $func) && ($errlib ne "SYS"))
52 { print "$file:$.:$func:$n\n"; $bad = 1; next; }
53 # print "$func:$1\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/util/
H A Dck_errf.pl21 $func="";
28 $func = $1;
29 $func =~ tr/A-Z/a-z/;
36 if ($func eq "")
41 # print "check -$file:$.:$func:$n\n";
48 { print "$file:$.:$func:$n [${errlib}err]\n"; $bad = 1; next; }
51 if (($n ne $func) && ($errlib ne "SYS"))
52 { print "$file:$.:$func:$n\n"; $bad = 1; next; }
53 # print "$func:$1\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/util/
H A Dck_errf.pl21 $func="";
28 $func = $1;
29 $func =~ tr/A-Z/a-z/;
36 if ($func eq "")
41 # print "check -$file:$.:$func:$n\n";
48 { print "$file:$.:$func:$n [${errlib}err]\n"; $bad = 1; next; }
51 if (($n ne $func) && ($errlib ne "SYS"))
52 { print "$file:$.:$func:$n\n"; $bad = 1; next; }
53 # print "$func:$1\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsmp_32.h56 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,arg2,arg3,arg4)
58 static inline void xc0(smpfunc_t func) { smp_cross_call(func, cpu_online_map, 0, 0, 0, 0); } argument
59 static inline void xc1(smpfunc_t func, unsigned long arg1) argument
60 { smp_cross_call(func, cpu_online_map, arg1, 0, 0, 0); }
61 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) argument
62 { smp_cross_call(func, cpu_online_map, arg1, arg2, 0, 0); }
63 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, argument
65 { smp_cross_call(func, cpu_online_ma
66 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dsmp_32.h56 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,arg2,arg3,arg4)
58 static inline void xc0(smpfunc_t func) { smp_cross_call(func, cpu_online_map, 0, 0, 0, 0); } argument
59 static inline void xc1(smpfunc_t func, unsigned long arg1) argument
60 { smp_cross_call(func, cpu_online_map, arg1, 0, 0, 0); }
61 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) argument
62 { smp_cross_call(func, cpu_online_map, arg1, arg2, 0, 0); }
63 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, argument
65 { smp_cross_call(func, cpu_online_ma
66 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/loongson/common/
H A Dreset.c24 void (*func)(void);
26 func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
30 " jr %[func] \n"
33 : [func] "r" (func));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dreset.c24 void (*func)(void);
26 func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
30 " jr %[func] \n"
33 : [func] "r" (func));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dfbsd-nat.h32 extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dfbsd-nat.h32 extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dafp_dtrace.d2 probe afpfunc__start(int func, char *funcname);
3 probe afpfunc__done(int func, char *funcname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dafp_dtrace.d2 probe afpfunc__start(int func, char *funcname);
3 probe afpfunc__done(int func, char *funcname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dfbsd-nat.h32 extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dafp_dtrace.d2 probe afpfunc__start(int func, char *funcname);
3 probe afpfunc__done(int func, char *funcname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mmc/
H A Dsdio_func.h119 extern void sdio_claim_host(struct sdio_func *func);
120 extern void sdio_release_host(struct sdio_func *func);
122 extern int sdio_enable_func(struct sdio_func *func);
123 extern int sdio_disable_func(struct sdio_func *func);
125 extern int sdio_set_block_size(struct sdio_func *func, unsigned blksz);
127 extern int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler);
128 extern int sdio_release_irq(struct sdio_func *func);
130 extern unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz);
132 extern u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret);
133 extern u16 sdio_readw(struct sdio_func *func, unsigne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/pci/
H A Dearly.c10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
13 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
21 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
29 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
37 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
43 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<
47 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) argument
59 early_dump_pci_device(u8 bus, u8 slot, u8 func) argument
83 unsigned bus, slot, func; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/pci/
H A Dearly.c10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
13 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
21 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
29 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
37 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
43 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<
47 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) argument
59 early_dump_pci_device(u8 bus, u8 slot, u8 func) argument
83 unsigned bus, slot, func; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mmc/
H A Dsdio_func.h119 extern void sdio_claim_host(struct sdio_func *func);
120 extern void sdio_release_host(struct sdio_func *func);
122 extern int sdio_enable_func(struct sdio_func *func);
123 extern int sdio_disable_func(struct sdio_func *func);
125 extern int sdio_set_block_size(struct sdio_func *func, unsigned blksz);
127 extern int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler);
128 extern int sdio_release_irq(struct sdio_func *func);
130 extern unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz);
132 extern u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret);
133 extern u16 sdio_readw(struct sdio_func *func, unsigne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dearly-quirks.c22 static void __init fix_hypertransport_config(int num, int slot, int func) argument
31 htcfg = read_pci_config(num, slot, func, 0x68);
41 write_pci_config(num, slot, func, 0x68, htcfg);
48 static void __init via_bugs(int num, int slot, int func) argument
71 static void __init nvidia_bugs(int num, int slot, int func) argument
101 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) argument
106 b = read_pci_config_byte(num, slot, func, 0xac);
108 write_pci_config_byte(num, slot, func, 0xac, b);
110 d = read_pci_config(num, slot, func, 0x70);
112 write_pci_config(num, slot, func,
120 ati_bugs(int num, int slot, int func) argument
146 ati_sbx00_rev(int num, int slot, int func) argument
161 ati_bugs_contd(int num, int slot, int func) argument
185 ati_bugs(int num, int slot, int func) argument
189 ati_bugs_contd(int num, int slot, int func) argument
237 check_dev_quirk(int num, int slot, int func) argument
278 int slot, func; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly-quirks.c22 static void __init fix_hypertransport_config(int num, int slot, int func) argument
31 htcfg = read_pci_config(num, slot, func, 0x68);
41 write_pci_config(num, slot, func, 0x68, htcfg);
48 static void __init via_bugs(int num, int slot, int func) argument
71 static void __init nvidia_bugs(int num, int slot, int func) argument
101 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) argument
106 b = read_pci_config_byte(num, slot, func, 0xac);
108 write_pci_config_byte(num, slot, func, 0xac, b);
110 d = read_pci_config(num, slot, func, 0x70);
112 write_pci_config(num, slot, func,
120 ati_bugs(int num, int slot, int func) argument
146 ati_sbx00_rev(int num, int slot, int func) argument
161 ati_bugs_contd(int num, int slot, int func) argument
185 ati_bugs(int num, int slot, int func) argument
189 ati_bugs_contd(int num, int slot, int func) argument
237 check_dev_quirk(int num, int slot, int func) argument
278 int slot, func; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wimax/i2400m/
H A Dsdio.c111 struct sdio_func *func = i2400ms->func; local
114 struct device *dev = &func->dev;
117 d_fnstart(3, dev, "(func %p)\n", func);
121 sdio_claim_host(func);
123 func->enable_timeout = IWMC3200_IOR_TIMEOUT;
124 err = sdio_enable_func(func);
126 sdio_release_host(func);
131 sdio_release_host(func);
166 struct sdio_func *func = i2400ms->func; local
216 struct sdio_func *func = i2400ms->func; local
238 struct sdio_func *func = i2400ms->func; local
262 struct sdio_func *func = i2400ms->func; local
417 i2400ms_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
500 i2400ms_remove(struct sdio_func *func) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsdio.c111 struct sdio_func *func = i2400ms->func; local
114 struct device *dev = &func->dev;
117 d_fnstart(3, dev, "(func %p)\n", func);
121 sdio_claim_host(func);
123 func->enable_timeout = IWMC3200_IOR_TIMEOUT;
124 err = sdio_enable_func(func);
126 sdio_release_host(func);
131 sdio_release_host(func);
166 struct sdio_func *func = i2400ms->func; local
216 struct sdio_func *func = i2400ms->func; local
238 struct sdio_func *func = i2400ms->func; local
262 struct sdio_func *func = i2400ms->func; local
417 i2400ms_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
500 i2400ms_remove(struct sdio_func *func) argument
[all...]

Completed in 290 milliseconds

1234567891011>>