Searched refs:gc (Results 1 - 25 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dntlm.h6 const char *ntlm_phase_1 (const struct http_proxy_info *p, struct gc_arena *gc);
7 const char *ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc);
H A Dsession_id.c60 session_id_print (const struct session_id *sid, struct gc_arena *gc) argument
62 return format_hex (sid->id, SID_SIZE, 0, gc);
H A Dhelper.c43 print_netmask (int netbits, struct gc_arena *gc) argument
45 struct buffer out = alloc_buf_gc (128, gc);
48 buf_printf (&out, "%s (/%d)", print_in_addr_t (netmask, 0, gc), netbits);
54 print_opt_route_gateway (const in_addr_t route_gateway, struct gc_arena *gc) argument
56 struct buffer out = alloc_buf_gc (128, gc);
58 buf_printf (&out, "route-gateway %s", print_in_addr_t (route_gateway, 0, gc));
63 print_opt_route_gateway_dhcp (struct gc_arena *gc) argument
65 struct buffer out = alloc_buf_gc (32, gc);
71 print_opt_route (const in_addr_t network, const in_addr_t netmask, struct gc_arena *gc) argument
73 struct buffer out = alloc_buf_gc (128, gc);
88 print_opt_topology(const int topology, struct gc_arena *gc) argument
98 print_str_int(const char *str, const int i, struct gc_arena *gc) argument
106 print_str(const char *str, struct gc_arena *gc) argument
127 struct gc_arena gc = gc_new (); local
147 struct gc_arena gc = gc_new (); local
[all...]
H A Dplatform.c195 struct gc_arena gc = gc_new (); local
196 res = _wchdir (wide_string (dir, &gc));
197 gc_free (&gc);
224 struct gc_arena gc = gc_new (); local
225 int ret = _waccess (wide_string (path, &gc), mode & ~X_OK);
226 gc_free (&gc);
267 struct gc_arena gc = gc_new (); local
268 BOOL ret = DeleteFileW (wide_string (filename, &gc));
269 gc_free (&gc);
282 struct gc_arena gc local
295 struct gc_arena gc = gc_new (); local
308 struct gc_arena gc = gc_new (); local
[all...]
H A Dproxy.h74 struct gc_arena *gc);
87 uint8_t *make_base64_string2 (const uint8_t *str, int str_len, struct gc_arena *gc);
88 uint8_t *make_base64_string (const uint8_t *str, struct gc_arena *gc);
H A Dclinat.h49 struct client_nat_option_list *new_client_nat_list (struct gc_arena *gc);
50 struct client_nat_option_list *clone_client_nat_option_list (const struct client_nat_option_list *src, struct gc_arena *gc);
H A Dmisc.c75 struct gc_arena gc = gc_new (); local
127 gc_free (&gc);
226 system_error_message (int stat, struct gc_arena *gc) argument
228 struct buffer out = alloc_buf_gc (256, gc);
258 struct gc_arena gc = gc_new (); local
269 system_error_message (stat, &gc));
271 gc_free (&gc);
294 struct gc_arena gc = gc_new (); local
305 char *const *envp = (char *const *)make_env_array (es, true, &gc);
336 gc_free (&gc);
349 struct gc_arena gc = gc_new (); local
430 strerror_ts(int errnum, struct gc_arena *gc) argument
453 construct_name_value(const char *name, const char *value, struct gc_arena *gc) argument
466 deconstruct_name_value(const char *str, const char **name, const char **value, struct gc_arena *gc) argument
541 add_env_item(char *str, const bool do_alloc, struct env_item **list, struct gc_arena *gc) argument
570 env_set_create(struct gc_arena *gc) argument
661 struct gc_arena gc = gc_new (); local
685 struct gc_arena gc = gc_new (); local
774 struct gc_arena gc = gc_new (); local
805 setenv_format_indexed_name(const char *name, const int i, struct gc_arena *gc) argument
818 struct gc_arena gc = gc_new (); local
827 struct gc_arena gc = gc_new (); local
885 create_temp_file(const char *directory, const char *prefix, struct gc_arena *gc) argument
942 hostname_randomize(const char *hostname, struct gc_arena *gc) argument
969 hostname_randomize(const char *hostname, struct gc_arena *gc) argument
981 gen_path(const char *directory, const char *filename, struct gc_arena *gc) argument
1043 struct gc_arena gc = gc_new (); local
1233 get_auth_challenge(const char *auth_challenge, struct gc_arena *gc) argument
1292 struct gc_arena gc = gc_new (); local
1362 safe_print(const char *str, struct gc_arena *gc) argument
1392 make_env_array(const struct env_set *es, const bool check_allowed, struct gc_arena *gc) argument
1429 make_arg_array(const char *first, const char *parms, struct gc_arena *gc) argument
1456 make_inline_array(const char *str, struct gc_arena *gc) argument
1485 make_arg_copy(char **p, struct gc_arena *gc) argument
1502 make_extended_arg_array(char **p, struct gc_arena *gc) argument
1760 argv_str(const struct argv *a, struct gc_arena *gc, const unsigned int flags) argument
1771 struct gc_arena gc = gc_new (); local
1779 struct gc_arena gc = gc_new (); local
1805 struct gc_arena gc = gc_new (); local
1926 struct gc_arena gc = gc_new (); local
2008 sanitize_control_message(const char *src, struct gc_arena *gc) argument
[all...]
H A Dping.c58 struct gc_arena gc = gc_new (); local
63 format_common_name (c, &gc));
69 format_common_name (c, &gc));
76 gc_free (&gc);
H A Dpkcs11_backend.h45 * @param gc Garbage collection pool to allocate memory in
49 char * pkcs11_certificate_dn (pkcs11h_certificate_t certificate, struct gc_arena *gc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Ducb1400_gpio.c17 static int ucb1400_gpio_dir_in(struct gpio_chip *gc, unsigned off) argument
20 gpio = container_of(gc, struct ucb1400_gpio, gc);
25 static int ucb1400_gpio_dir_out(struct gpio_chip *gc, unsigned off, int val) argument
28 gpio = container_of(gc, struct ucb1400_gpio, gc);
34 static int ucb1400_gpio_get(struct gpio_chip *gc, unsigned off) argument
37 gpio = container_of(gc, struct ucb1400_gpio, gc);
41 static void ucb1400_gpio_set(struct gpio_chip *gc, unsigne argument
[all...]
H A Dpl061.c58 struct gpio_chip gc; member in struct:pl061_gpio
61 static int pl061_direction_input(struct gpio_chip *gc, unsigned offset) argument
63 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc);
67 if (offset >= gc->ngpio)
79 static int pl061_direction_output(struct gpio_chip *gc, unsigned offset, argument
82 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc);
86 if (offset >= gc->ngpio)
105 static int pl061_get_value(struct gpio_chip *gc, unsigne argument
112 pl061_set_value(struct gpio_chip *gc, unsigned offset, int value) argument
119 pl061_to_irq(struct gpio_chip *gc, unsigned offset) argument
[all...]
H A Dxilinx_gpio.c37 * @gc: Pointer to gpio_chip device structure.
43 static int xgpio_get(struct gpio_chip *gc, unsigned int gpio) argument
45 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
52 * @gc: Pointer to gpio_chip device structure.
59 static void xgpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
62 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
80 * @gc: Pointer to gpio_chip device structure.
87 static int xgpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
90 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
107 * @gc
115 xgpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dsimple_gpio.c46 static int u8_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
48 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
53 static void u8_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
55 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
71 static int u8_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
76 static int u8_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
78 u8_gpio_set(gc, gpio, val);
94 struct gpio_chip *gc; local
103 gc = &mm_gc->gc;
[all...]
H A Dppc4xx_gpio.c76 static int ppc4xx_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
78 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
85 __ppc4xx_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
87 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
97 ppc4xx_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
99 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
105 __ppc4xx_gpio_set(gc, gpio, val);
112 static int ppc4xx_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
114 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
142 ppc4xx_gpio_dir_out(struct gpio_chip *gc, unsigne argument
184 struct gpio_chip *gc; local
[all...]
H A Dmpc8xxx_gpio.c60 static int mpc8572_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
63 struct of_mm_gpio_chip *mm = to_of_mm_gpio_chip(gc);
71 static int mpc8xxx_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
73 struct of_mm_gpio_chip *mm = to_of_mm_gpio_chip(gc);
78 static void mpc8xxx_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
80 struct of_mm_gpio_chip *mm = to_of_mm_gpio_chip(gc);
96 static int mpc8xxx_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
98 struct of_mm_gpio_chip *mm = to_of_mm_gpio_chip(gc);
111 static int mpc8xxx_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
113 struct of_mm_gpio_chip *mm = to_of_mm_gpio_chip(gc);
128 mpc8xxx_gpio_to_irq(struct gpio_chip *gc, unsigned offset) argument
255 struct gpio_chip *gc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgamecon.c89 struct gc { struct
102 static struct gc *gc_base[3];
148 static void gc_n64_send_command(struct gc *gc, unsigned long cmd, argument
151 struct parport *port = gc->pd->port;
162 static void gc_n64_send_stop_bit(struct gc *gc, unsigned char target) argument
164 struct parport *port = gc->pd->port;
180 static void gc_n64_read_packet(struct gc *gc, unsigne argument
220 gc_n64_process_packet(struct gc *gc) argument
270 struct gc *gc = input_get_drvdata(dev); local
356 gc_nes_read_packet(struct gc *gc, int length, unsigned char *data) argument
373 gc_nes_process_packet(struct gc *gc) argument
475 gc_multi_read_packet(struct gc *gc, int length, unsigned char *data) argument
485 gc_multi_process_packet(struct gc *gc) argument
566 gc_psx_command(struct gc *gc, int b, unsigned char *data) argument
597 gc_psx_read_packet(struct gc *gc, unsigned char data[GC_MAX_DEVICES][GC_PSX_BYTES], unsigned char id[GC_MAX_DEVICES]) argument
725 gc_psx_process_packet(struct gc *gc) argument
747 struct gc *gc = (void *) private; local
785 struct gc *gc = input_get_drvdata(dev); local
804 struct gc *gc = input_get_drvdata(dev); local
815 gc_setup_pad(struct gc *gc, int idx, int pad_type) argument
932 struct gc *gc; local
998 gc_remove(struct gc *gc) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_gpio.h39 struct gpio_chip gc; member in struct:of_mm_gpio_chip
44 static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) argument
46 return container_of(gc, struct of_mm_gpio_chip, gc);
56 extern void of_gpiochip_add(struct gpio_chip *gc);
57 extern void of_gpiochip_remove(struct gpio_chip *gc);
74 static inline void of_gpiochip_add(struct gpio_chip *gc) { } argument
75 static inline void of_gpiochip_remove(struct gpio_chip *gc) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dgpio.c38 struct gpio_chip *gc; local
50 gc = of_node_to_gpiochip(gpio_np);
51 if (!gc) {
60 be32_to_cpup(gpio_cells) != gc->of_gpio_n_cells) {
71 ret = gc->of_xlate(gc, np, gpio_spec, flags);
75 ret += gc->base;
120 * @gc: pointer to the gpio_chip structure
129 static int of_gpio_simple_xlate(struct gpio_chip *gc, struct device_node *np, argument
141 if (gc
178 struct gpio_chip *gc = &mm_gc->gc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpio.c56 static int mpc52xx_wkup_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
58 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
70 __mpc52xx_wkup_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
72 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
86 mpc52xx_wkup_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
92 __mpc52xx_wkup_gpio_set(gc, gpio, val);
99 static int mpc52xx_wkup_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
101 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
123 mpc52xx_wkup_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
125 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
155 struct gpio_chip *gc; local
221 mpc52xx_simple_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
233 __mpc52xx_simple_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
248 mpc52xx_simple_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
261 mpc52xx_simple_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
285 mpc52xx_simple_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
317 struct gpio_chip *gc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c39 struct gpio_chip gc; member in struct:mcu
56 static void mcu_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
58 struct mcu *mcu = container_of(gc, struct mcu, gc);
71 static int mcu_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
73 mcu_gpio_set(gc, gpio, val);
80 struct gpio_chip *gc = &mcu->gc; local
86 gc->owner = THIS_MODULE;
87 gc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dreset.c27 struct gpio_chip *gc; local
42 gc = of_node_to_gpiochip(gpio);
43 if (!gc) {
50 ret = gc->of_xlate(gc, root, gpio_spec, &flags);
54 ret += gc->base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dgpio.c128 struct gpio_chip *gc = &chip->chip; local
132 BUG_ON(!gc->label);
133 BUG_ON(!gc->ngpio);
137 if (!gc->direction_input)
138 gc->direction_input = s3c_gpiolib_input;
139 if (!gc->direction_output)
140 gc->direction_output = s3c_gpiolib_output;
141 if (!gc->set)
142 gc->set = s3c_gpiolib_set;
143 if (!gc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/86xx/
H A Dgef_gpio.c121 gef_gpio_chip->gc.of_gpio_n_cells = 2;
122 gef_gpio_chip->gc.ngpio = 19;
123 gef_gpio_chip->gc.direction_input = gef_gpio_dir_in;
124 gef_gpio_chip->gc.direction_output = gef_gpio_dir_out;
125 gef_gpio_chip->gc.get = gef_gpio_get;
126 gef_gpio_chip->gc.set = gef_gpio_set;
149 gef_gpio_chip->gc.of_gpio_n_cells = 2;
150 gef_gpio_chip->gc.ngpio = 6;
151 gef_gpio_chip->gc.direction_input = gef_gpio_dir_in;
152 gef_gpio_chip->gc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dgpio.c59 static int qe_gpio_get(struct gpio_chip *gc, unsigned int gpio) argument
61 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
68 static void qe_gpio_set(struct gpio_chip *gc, unsigned int gpio, int val) argument
70 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
88 static int qe_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) argument
90 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
103 static int qe_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) argument
105 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
109 qe_gpio_set(gc, gpio, val);
142 struct gpio_chip *gc; local
310 struct gpio_chip *gc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmy-valgrind.sh3 export G_DEBUG=gc-friendly

Completed in 149 milliseconds

12345678