Searched refs:con (Results 1 - 25 of 83) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpopt.c21 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) { argument
22 if (con->execPath) xfree(con->execPath);
23 con->execPath = xstrdup(path);
24 con->execAbsolute = allowAbsolute;
27 static void invokeCallbacks(poptContext con, const struct poptOption * table, argument
34 invokeCallbacks(con, opt->arg, post);
39 cb(con, post ? POPT_CALLBACK_REASON_POST : POPT_CALLBACK_REASON_PRE,
48 poptContext con = malloc(sizeof(*con)); local
99 poptResetContext(poptContext con) argument
135 handleExec(poptContext con, char * longName, char shortName) argument
178 handleAlias(poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
219 execCommand(poptContext con) argument
320 findNextArg(poptContext con, unsigned argx, int delete) argument
346 expandNextArg(poptContext con, const char * s) argument
387 poptStripArg(poptContext con, int which) argument
396 poptGetNextOpt(poptContext con) argument
619 poptGetOptArg(poptContext con) argument
625 poptGetArg(poptContext con) argument
630 poptPeekArg(poptContext con) argument
635 poptGetArgs(poptContext con) argument
644 poptFreeContext(poptContext con) argument
672 poptAddAlias(poptContext con, struct poptAlias newAlias, int flags) argument
696 poptBadOption(poptContext con, int flags) argument
734 poptStuffArgs(poptContext con, const char ** argv) argument
755 poptGetInvocationName(poptContext con) argument
759 poptStrippedArgv(poptContext con, int argc, char **argv) argument
[all...]
H A Dpopt.h84 typedef void (*poptCallbackType)(poptContext con,
92 void poptResetContext(poptContext con);
95 int poptGetNextOpt(poptContext con);
97 /*@observer@*/ /*@null@*/ const char * poptGetOptArg(poptContext con);
99 /*@observer@*/ /*@null@*/ const char * poptGetArg(poptContext con);
100 /*@observer@*/ /*@null@*/ const char * poptPeekArg(poptContext con);
101 /*@observer@*/ /*@null@*/ const char ** poptGetArgs(poptContext con);
103 /*@observer@*/ const char * poptBadOption(poptContext con, int flags);
104 void poptFreeContext( /*@only@*/ poptContext con);
105 int poptStuffArgs(poptContext con, /*
[all...]
H A Dpoptconfig.c8 static void configLine(poptContext con, char * line) { argument
9 int nameLength = strlen(con->appName);
16 if (strncmp(line, con->appName, nameLength)) return;
41 poptAddAlias(con, alias, 0);
43 con->execs = realloc(con->execs,
44 sizeof(*con->execs) * (con->numExecs + 1));
46 con->execs[con
57 poptReadConfigFile(poptContext con, const char * fn) argument
121 poptReadDefaultConfig(poptContext con, int useEnv) argument
[all...]
H A Dpopthelp.c10 static void displayArgs(poptContext con, argument
15 poptPrintHelp(con, stdout, 0);
17 poptPrintUsage(con, stdout, 0);
170 static int showHelpIntro(poptContext con, FILE * f) { argument
175 if (!(con->flags & POPT_CONTEXT_KEEP_FIRST)) {
176 fn = con->optionStack->argv[0];
185 void poptPrintHelp(poptContext con, FILE * f, /*@unused@*/ int flags) { argument
188 showHelpIntro(con, f);
189 if (con->otherHelp)
190 fprintf(f, " %s\n", con
282 poptPrintUsage(poptContext con, FILE * f, int flags) argument
298 poptSetOtherOptionHelp(poptContext con, const char * text) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbgen.c34 * @con: virtual console number
38 * into @fix for virtual console @con on device @info.
44 int fbgen_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) argument
50 if (con == -1)
55 if ((err = fbhw->decode_var(&fb_display[con].var, &par, info2)))
66 * @con: virtual console number
70 * for virtual console @con on device @info.
76 int fbgen_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
82 if (con == -1) {
86 *var = fb_display[con]
104 fbgen_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
159 fbgen_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
192 fbgen_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
227 fbgen_pan_display(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
302 fbgen_set_disp(int con, struct fb_info_gen *info) argument
347 fbgen_install_cmap(int con, struct fb_info_gen *info) argument
374 fbgen_update_var(int con, struct fb_info *info) argument
399 fbgen_switch(int con, struct fb_info *info) argument
[all...]
H A Dq40fb.c32 static int q40fb_get_fix(struct fb_fix_screeninfo *fix, int con,
34 static int q40fb_get_var(struct fb_var_screeninfo *var, int con,
36 static int q40fb_set_var(struct fb_var_screeninfo *var, int con,
38 static int q40fb_get_cmap(struct fb_cmap *cmap,int kspc,int con,
40 static int q40fb_set_cmap(struct fb_cmap *cmap,int kspc,int con,
43 unsigned int cmd, unsigned long arg, int con,
46 static int q40con_switch(int con, struct fb_info *info);
47 static int q40con_updatevar(int con, struct fb_info *info);
50 static void q40fb_set_disp(int con, struct fb_info *info);
68 static int q40fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
90 q40fb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
128 q40fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
210 q40fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
223 q40fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
241 q40fb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg, int con, struct fb_info *info) argument
248 q40fb_set_disp(int con, struct fb_info *info) argument
316 q40con_switch(int con, struct fb_info *info) argument
324 q40con_updatevar(int con, struct fb_info *info) argument
[all...]
H A Dtx3912fb.c38 static int tx3912fb_get_fix(struct fb_fix_screeninfo *fix, int con,
40 static int tx3912fb_get_var(struct fb_var_screeninfo *var, int con,
42 static int tx3912fb_set_var(struct fb_var_screeninfo *var, int con,
44 static int tx3912fb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
46 static int tx3912fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
49 u_long arg, int con, struct fb_info *info);
55 static int tx3912fbcon_switch(int con, struct fb_info *info);
56 static int tx3912fbcon_updatevar(int con, struct fb_info *info);
72 static void tx3912fb_install_cmap(int con, struct fb_info *info);
92 static int tx3912fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
122 tx3912fb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
136 tx3912fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
293 tx3912fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
309 tx3912fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
330 tx3912fb_ioctl(struct inode *inode, struct file *file, u_int cmd, u_long arg, int con, struct fb_info *info) argument
430 tx3912fbcon_switch(int con, struct fb_info *info) argument
449 tx3912fbcon_updatevar(int con, struct fb_info *info) argument
525 tx3912fb_install_cmap(int con, struct fb_info *info) argument
[all...]
H A Dg364fb.c92 static int g364fb_get_fix(struct fb_fix_screeninfo *fix, int con,
94 static int g364fb_get_var(struct fb_var_screeninfo *var, int con,
96 static int g364fb_set_var(struct fb_var_screeninfo *var, int con,
98 static int g364fb_pan_display(struct fb_var_screeninfo *var, int con,
100 static int g364fb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
102 static int g364fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
110 static int g364fbcon_switch(int con, struct fb_info *info);
111 static int g364fbcon_updatevar(int con, struct fb_info *info);
122 static void do_install_cmap(int con, struct fb_info *info);
167 static int g364fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
178 g364fb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
189 g364fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
228 g364fb_pan_display(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
241 g364fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
257 g364fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
402 g364fbcon_switch(int con, struct fb_info *info) argument
418 g364fbcon_updatevar(int con, struct fb_info *info) argument
480 do_install_cmap(int con, struct fb_info *info) argument
[all...]
H A Dvfb.c80 static int vfb_get_fix(struct fb_fix_screeninfo *fix, int con,
82 static int vfb_get_var(struct fb_var_screeninfo *var, int con,
84 static int vfb_set_var(struct fb_var_screeninfo *var, int con,
86 static int vfb_pan_display(struct fb_var_screeninfo *var, int con,
88 static int vfb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
90 static int vfb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
99 static int vfbcon_switch(int con, struct fb_info *info);
100 static int vfbcon_updatevar(int con, struct fb_info *info);
116 static void do_install_cmap(int con, struct fb_info *info);
133 static int vfb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
151 vfb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
167 vfb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
304 vfb_pan_display(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
332 vfb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
349 vfb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
421 vfbcon_switch(int con, struct fb_info *info) argument
437 vfbcon_updatevar(int con, struct fb_info *info) argument
583 do_install_cmap(int con, struct fb_info *info) argument
[all...]
H A Dfm2fb.c184 static int fm2fb_get_fix(struct fb_fix_screeninfo *fix, int con,
186 static int fm2fb_get_var(struct fb_var_screeninfo *var, int con,
188 static int fm2fb_set_var(struct fb_var_screeninfo *var, int con,
190 static int fm2fb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
192 static int fm2fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
201 static int fm2fbcon_switch(int con, struct fb_info *info);
202 static int fm2fbcon_updatevar(int con, struct fb_info *info);
214 static void do_install_cmap(int con, struct fb_info *info);
230 static int fm2fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
242 static int fm2fb_get_var(struct fb_var_screeninfo *var, int con, argument
254 fm2fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
291 fm2fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
307 fm2fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
443 fm2fbcon_switch(int con, struct fb_info *info) argument
459 fm2fbcon_updatevar(int con, struct fb_info *info) argument
521 do_install_cmap(int con, struct fb_info *info) argument
[all...]
H A Dpvr2fb.c205 static int pvr2fb_get_fix(struct fb_fix_screeninfo *fix, int con,
207 static int pvr2fb_get_var(struct fb_var_screeninfo *var, int con,
209 static int pvr2fb_set_var(struct fb_var_screeninfo *var, int con,
211 static int pvr2fb_pan_display(struct fb_var_screeninfo *var, int con,
213 static int pvr2fb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
215 static int pvr2fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
222 static int pvr2fbcon_switch(int con, struct fb_info *info);
223 static int pvr2fbcon_updatevar(int con, struct fb_info *info);
230 static void do_install_cmap(int con, struct fb_info *info);
305 static int pvr2fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
323 pvr2fb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
341 pvr2fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
436 pvr2fb_pan_display(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
464 pvr2fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
479 pvr2fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
498 pvr2fbcon_switch(int con, struct fb_info *info) argument
511 pvr2fbcon_updatevar(int con, struct fb_info *info) argument
524 do_install_cmap(int con, struct fb_info *info) argument
[all...]
H A Dvesafb.c109 static int vesafb_pan_display(struct fb_var_screeninfo *var, int con, argument
138 static int vesafb_update_var(int con, struct fb_info *info) argument
140 if (con == currcon && ypan) {
142 return vesafb_pan_display(var,con,info);
147 static int vesafb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
164 static int vesafb_get_var(struct fb_var_screeninfo *var, int con, argument
167 if(con==-1)
170 *var=fb_display[con].var;
174 static void vesafb_set_disp(int con) argument
180 if (con >
242 vesafb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
405 do_install_cmap(int con, struct fb_info *info) argument
416 vesafb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
429 vesafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
488 vesafb_switch(int con, struct fb_info *info) argument
[all...]
H A Dpmag-ba-fb.c142 static int pmagba_fb_update_var(int con, struct fb_info *info) argument
184 static int pmagbafb_get_cmap(struct fb_cmap *cmap, int kspc, int con, argument
206 static int pmagbafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, argument
231 static int pmagbafb_get_var(struct fb_var_screeninfo *var, int con, argument
235 if (con == -1) {
239 *var = fb_display[con].var;
244 static int pmagbafb_set_var(struct fb_var_screeninfo *var, int con, argument
271 static int pmagbafb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
284 unsigned int cmd, unsigned long arg, int con,
290 static int pmagbafb_switch(int con, struc argument
283 pmagbafb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg, int con, struct fb_info *info) argument
314 pmagbafb_set_disp(int con, struct pmag_ba_my_fb_info *info) argument
[all...]
H A Dpmagb-b-fb.c145 static int pmagbb_fb_update_var(int con, struct fb_info *info) argument
187 static int pmagbbfb_get_cmap(struct fb_cmap *cmap, int kspc, int con, argument
209 static int pmagbbfb_set_cmap(struct fb_cmap *cmap, int kspc, int con, argument
234 static int pmagbbfb_get_var(struct fb_var_screeninfo *var, int con, argument
238 if (con == -1) {
242 *var = fb_display[con].var;
247 static int pmagbbfb_set_var(struct fb_var_screeninfo *var, int con, argument
274 static int pmagbbfb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
287 unsigned int cmd, unsigned long arg, int con,
293 static int pmagbbfb_switch(int con, struc argument
286 pmagbbfb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg, int con, struct fb_info *info) argument
317 pmagbbfb_set_disp(int con, struct pmagb_b_my_fb_info *info) argument
[all...]
H A Ddnfb.c114 static int dn_fb_get_fix(struct fb_fix_screeninfo *fix, int con,
116 static int dn_fb_get_var(struct fb_var_screeninfo *var, int con,
120 static int dn_fb_get_cmap(struct fb_cmap *cmap,int kspc,int con,
122 static int dn_fb_set_cmap(struct fb_cmap *cmap,int kspc,int con,
125 static int dnfbcon_switch(int con,struct fb_info *info);
126 static int dnfbcon_updatevar(int con,struct fb_info *info);
129 static void dn_fb_set_disp(int con,struct fb_info *info);
158 static int dn_fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
176 static int dn_fb_get_var(struct fb_var_screeninfo *var, int con, argument
203 static int dn_fb_set_var(struct fb_var_screeninfo *var, int con, argument
246 dn_fb_get_cmap(struct fb_cmap *cmap,int kspc,int con, struct fb_info *info) argument
254 dn_fb_set_cmap(struct fb_cmap *cmap,int kspc,int con, struct fb_info *info) argument
263 dn_fb_set_disp(int con, struct fb_info *info) argument
336 dnfbcon_switch(int con, struct fb_info *info) argument
344 dnfbcon_updatevar(int con, struct fb_info *info) argument
[all...]
H A Dhpfb.c117 static int fb_update_var(int con, struct fb_info *info) argument
131 static int hpfb_get_cmap(struct fb_cmap *cmap, int kspc, int con, argument
138 static int hpfb_set_cmap(struct fb_cmap *cmap, int kspc, int con, argument
157 static int hpfb_get_var(struct fb_var_screeninfo *var, int con, argument
161 if(con==-1)
167 *var=fb_display[con].var;
171 static int hpfb_set_var(struct fb_var_screeninfo *var, int con, argument
200 static int hpfb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
222 static int hpfb_switch(int con, struct fb_info *info) argument
224 do_fb_set_var(&fb_display[con]
236 hpfb_set_disp(int con) argument
[all...]
H A Dmaxinefb.c157 static int maxinefb_fb_update_var(int con, struct fb_info *info) argument
175 static int maxinefb_get_cmap(struct fb_cmap *cmap, int kspc, int con, argument
202 static int maxinefb_set_cmap(struct fb_cmap *cmap, int kspc, int con, argument
233 static int maxinefb_get_var(struct fb_var_screeninfo *var, int con, argument
237 if (con == -1) {
241 *var = fb_display[con].var;
246 static int maxinefb_set_var(struct fb_var_screeninfo *var, int con, argument
272 static int maxinefb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
281 static int maxinefb_switch(int con, struct fb_info *info) argument
283 maxinefb_do_fb_set_var(&fb_display[con]
288 maxinefb_set_disp(int con) argument
[all...]
H A Ddn_cfb8.c113 static int dn_fb_get_fix(struct fb_fix_screeninfo *fix, int con,
115 static int dn_fb_get_var(struct fb_var_screeninfo *var, int con,
119 static int dn_fb_get_cmap(struct fb_cmap *cmap,int kspc,int con,
121 static int dn_fb_set_cmap(struct fb_cmap *cmap,int kspc,int con,
124 static int dnfbcon_switch(int con,struct fb_info *info);
125 static int dnfbcon_updatevar(int con,struct fb_info *info);
128 static void dn_fb_set_disp(int con,struct fb_info *info);
157 static int dn_fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
175 static int dn_fb_get_var(struct fb_var_screeninfo *var, int con, argument
202 static int dn_fb_set_var(struct fb_var_screeninfo *var, int con, argument
245 dn_fb_get_cmap(struct fb_cmap *cmap,int kspc,int con, struct fb_info *info) argument
253 dn_fb_set_cmap(struct fb_cmap *cmap,int kspc,int con, struct fb_info *info) argument
262 dn_fb_set_disp(int con, struct fb_info *info) argument
327 dnfbcon_switch(int con, struct fb_info *info) argument
335 dnfbcon_updatevar(int con, struct fb_info *info) argument
[all...]
H A Dvga16fb.c118 static int vga16fb_update_var(int con, struct fb_info *info) argument
120 vga16fb_pan_var(info, &fb_display[con].var);
124 static int vga16fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
129 if (con < 0)
132 p = fb_display + con;
148 static int vga16fb_get_var(struct fb_var_screeninfo *var, int con, argument
151 if(con==-1)
154 *var=fb_display[con].var;
158 static void vga16fb_set_disp(int con, struct vga16fb_info *info) argument
163 if (con <
493 vga16fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *fb) argument
613 do_install_cmap(int con, struct fb_info *info) argument
624 vga16fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
637 vga16fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
654 vga16fb_pan_display(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
696 vga16fb_switch(int con, struct fb_info *fb) argument
[all...]
H A Digafb.c187 static int igafb_update_var(int con, struct fb_info *info) argument
192 static int igafb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
214 static int igafb_get_var(struct fb_var_screeninfo *var, int con, argument
217 if(con == -1)
220 *var = fb_display[con].var;
224 static int igafb_set_var(struct fb_var_screeninfo *var, int con, argument
373 static void do_install_cmap(int con, struct fb_info *fb_info) argument
377 if (con != info->currcon)
379 if (fb_display[con].cmap.len)
380 fb_set_cmap(&fb_display[con]
387 igafb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *fb_info) argument
402 igafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
436 igafb_set_disp(int con, struct fb_info_iga *info) argument
499 igafb_switch(int con, struct fb_info *fb_info) argument
[all...]
H A Dsun3fb.c73 static int sun3fb_get_fix(struct fb_fix_screeninfo *fix, int con,
75 static int sun3fb_get_var(struct fb_var_screeninfo *var, int con,
77 static int sun3fb_set_var(struct fb_var_screeninfo *var, int con,
79 static int sun3fb_get_cmap(struct fb_cmap *cmap, int kspc, int con,
81 static int sun3fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
91 static int sun3fbcon_switch(int con, struct fb_info *info);
92 static int sun3fbcon_updatevar(int con, struct fb_info *info);
104 static void do_install_cmap(int con, struct fb_info *info);
185 static int sun3fb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
198 static int sun3fb_get_var(struct fb_var_screeninfo *var, int con, argument
211 sun3fb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
294 sun3fb_get_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
310 sun3fb_set_cmap(struct fb_cmap *cmap, int kspc, int con, struct fb_info *info) argument
360 sun3fbcon_switch(int con, struct fb_info *info) argument
395 sun3fbcon_updatevar(int con, struct fb_info *info) argument
458 do_install_cmap(int con, struct fb_info *info) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpseudo.h88 { void (*con)(void);
93 con = ps_continuation;
101 if (!con) {
108 con();
123 { void (*con)(void);
128 con = ps_continuation;
130 if (!con) {
137 con();
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dudbg.h21 void udbg_console_write(struct console *con, const char *s, unsigned int n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dudbg.h21 void udbg_console_write(struct console *con, const char *s, unsigned int n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_snmp_basic.c187 unsigned int *con,
196 *con = (ch & 0x20) >> 5;
241 unsigned int *con,
246 if (!asn1_id_decode(ctx, cls, con, tag))
663 unsigned int cls, con, tag, len, idlen; local
673 if (!asn1_header_decode(ctx, &eoc, &cls, &con, &tag))
676 if (cls != ASN1_UNI || con != ASN1_CON || tag != ASN1_SEQ)
679 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
682 if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_OJI)
688 if (!asn1_header_decode(ctx, &end, &cls, &con,
185 asn1_id_decode(struct asn1_ctx *ctx, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
238 asn1_header_decode(struct asn1_ctx *ctx, unsigned char **eoc, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
832 unsigned int cls, con, tag; local
870 unsigned int cls, con, tag, len; local
1036 unsigned int cls, con, tag, vers, pdutype; local
[all...]

Completed in 212 milliseconds

1234