Searched refs:confp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_config.c306 vtysh_read_file (FILE *confp)
320 ret = vtysh_config_from_file (vty, confp);
351 FILE *confp = NULL;
367 confp = fopen (fullpath, "r");
369 if (confp == NULL)
380 confp = fopen (config_current_dir, "r");
383 if (confp == NULL)
385 confp = fopen (config_default_dir, "r");
386 if (confp == NULL)
404 vtysh_read_file (confp);
305 vtysh_read_file(FILE *confp) argument
350 FILE *confp = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c2100 vty_read_file (FILE *confp)
2111 ret = config_from_file (vty, confp);
2198 FILE *confp = NULL;
2214 confp = fopen (fullpath, "r");
2216 if (confp == NULL)
2219 confp = vty_use_backup_config (fullpath);
2220 if (confp)
2238 confp = fopen (config_current_dir, "r");
2240 if (confp == NULL)
2242 confp
2097 vty_read_file(FILE *confp) argument
2195 FILE *confp = NULL; local
[all...]
H A Dcommand.c2406 FILE *confp;
2408 confp = fopen (host.config, "r");
2409 if (confp == NULL)
2416 while (fgets (buf, BUFSIZ, confp))
2427 fclose (confp);
2405 FILE *confp; variable
2426 fclose (confp); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dstallion.c623 static int __init stl_parsebrd(struct stlconf *confp, char **argp) argument
628 pr_debug("stl_parsebrd(confp=%p,argp=%p)\n", confp, argp);
645 confp->brdtype = stl_brdstr[i].type;
649 confp->ioaddr1 = simple_strtoul(argp[i], NULL, 0);
651 if (confp->brdtype == BRD_ECH) {
653 confp->ioaddr2 = simple_strtoul(argp[i], NULL, 0);
657 confp->irq = simple_strtoul(argp[i], NULL, 0);
H A Distallion.c597 static int stli_parsebrd(struct stlconf *confp, char **argp);
752 static int stli_parsebrd(struct stlconf *confp, char **argp) argument
772 confp->brdtype = stli_brdstr[i].type;
774 confp->ioaddr1 = simple_strtoul(argp[1], NULL, 0);
776 confp->memaddr = simple_strtoul(argp[2], NULL, 0);

Completed in 92 milliseconds