Searched refs:Config (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/
H A D.kconfig.d2 ipsvd/Config.in \
3 selinux/Config.in \
4 runit/Config.in \
5 sysklogd/Config.in \
6 shell/Config.in \
7 procps/Config.in \
8 networking/udhcp/Config.in \
9 networking/Config.in \
10 miscutils/Config.in \
11 util-linux/Config
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/hints/
H A Dsco.pl2 $self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/
H A Dconfigure6 echo "# Generated config based on" $INCLUDE >Config
22 echo "TC_CONFIG_ATM:=y" >>Config
H A DMakefile40 all: Config
44 Config:
74 rm -f Config
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mips-boards/
H A Dsaa9730_uart.h46 volatile unsigned int Config; /* 0x2180c */ member in struct:uart_saa9730_regmap
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mips-boards/
H A Dsaa9730_uart.h46 volatile unsigned int Config; /* 0x2180c */ member in struct:uart_saa9730_regmap
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h16 void (*Config)(HWND hwndParent); // configuration dialog member in struct:__anon906
H A Din2.h22 // May be altered from Config, so the user can select what they want
27 void (*Config)(HWND hwndParent); // configuration dialog member in struct:__anon905
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A DMakefile8 $< Config.in
11 $< Config.in
15 $< Config.in
18 $< Config.in
21 $< -o Config.in
24 $< -s Config.in
48 $< -r Config.in
51 $< -y Config.in
54 $< -n Config.in
57 $< -m Config
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DMakefile.PL11 use Config ;
14 if ($Config{'d_sfio'}) {
37 if ($Config{'cc'} eq 'gcc' && $Config{'osvers'} eq '5.1')
49 #$WALL = ' -Wall ' if $Config{'cc'} =~ /gcc/ ;
H A DBerkeleyDB.pm646 # [ -Config => { name => value, name => value }
653 Config => undef,
656 if (defined $got->{Config}) {
657 croak("Config parameter must be a hash reference")
658 if ! ref $got->{Config} eq 'HASH' ;
662 while (($k, $v) = each %{$got->{Config}}) {
666 $got->{"Config"} = pack("p*", @BerkeleyDB::a, undef)
765 # [ -Config => { name => value, name => value }
789 Config => undef,
805 if (defined $got->{Config}) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c62 typedef struct Config { struct
76 } Config; typedef in typeref:struct:Config
86 Config *config;
99 static void check_terminate(Config *c) {
143 static void print_service_line(Config *config, char c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) {
237 static ServiceInfo *add_service(Config *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
265 static void remove_service(Config *c, ServiceInfo *i) {
291 Config *c = userdata;
340 static void browse_service_type(Config *c, const char *stype, const char *domain) {
382 Config *
[all...]
H A Davahi-set-host-name.c50 typedef struct Config { struct
53 } Config; typedef in typeref:struct:Config
82 static int parse_command_line(Config *c, int argc, char *argv[]) {
126 Config config;
H A Davahi-publish.c53 typedef struct Config { struct
60 } Config; typedef in typeref:struct:Config
66 static int register_stuff(Config *config);
69 Config *config = userdata;
111 static int register_stuff(Config *config) {
153 Config *config = userdata;
233 static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) {
341 Config config;
H A Davahi-resolve.c55 typedef struct Config { struct
59 } Config; typedef in typeref:struct:Config
172 static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) {
231 Config config;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Dport.h74 unsigned long Config; /* FLAGS for NOREAD.... */ member in struct:Port
89 ** Define our own flow control flags in 'Config'.
174 unsigned long Config; member in struct:PortParams
H A Drioroute.c421 p->RIOPortp[port + HostP->Mapping[ThisUnit].SysPort]->Config &= ~RIO_NOMASK;
422 p->RIOPortp[port + HostP->Mapping[ThisUnit].SysPort]->Config |= p->RIOModuleTypes[Mod1].Flags[port];
423 p->RIOPortp[port + PORTS_PER_MODULE + HostP->Mapping[ThisUnit].SysPort]->Config &= ~RIO_NOMASK;
424 p->RIOPortp[port + PORTS_PER_MODULE + HostP->Mapping[ThisUnit].SysPort]->Config |= p->RIOModuleTypes[Mod2].Flags[port];
428 p->RIOPortp[port + HostP->Mapping[ThisUnit2].SysPort]->Config &= ~RIO_NOMASK;
429 p->RIOPortp[port + HostP->Mapping[ThisUnit2].SysPort]->Config |= p->RIOModuleTypes[Mod1].Flags[port];
430 p->RIOPortp[port + PORTS_PER_MODULE + HostP->Mapping[ThisUnit2].SysPort]->Config &= ~RIO_NOMASK;
431 p->RIOPortp[port + PORTS_PER_MODULE + HostP->Mapping[ThisUnit2].SysPort]->Config |= p->RIOModuleTypes[Mod2].Flags[port];
H A Driotty.c242 ** RIO has it's own CTSFLOW and RTSFLOW flags in 'Config' in the port structure,
248 PortP->Config &= ~(RIO_CTSFLOW | RIO_RTSFLOW);
525 ** RIO has it's own CTSFLOW and RTSFLOW flags in 'Config' in the port structure,** we need to make sure that the flags are clear when the port is opened.
527 PortP->Config &= ~(RIO_CTSFLOW | RIO_RTSFLOW);
549 PortP->Config = 0; /* Direct semaphore */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Dbssh.c51 typedef struct Config { struct
54 } Config; typedef in typeref:struct:Config
67 static int parse_command_line(Config *c, int argc, char *argv[]) {
113 Config config;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A DMakefile6 include ../Config
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DMakefile.PL5 use Config ;
39 $OS2 = "-DOS2" if $Config{'osname'} eq 'os2' ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Drc.h21 #include <Config.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/
H A DMakefile613 @./config/$@ ./config/Config
619 @./config/conf -o ./config/Config
714 busybox-1.x/Config.h: dummy
715 cd busybox-1.x && rm -f Config.h && ln -sf include/autoconf.h Config.h && touch Config.h
718 busybox: busybox-1.x/Config.h
728 rc: busybox-1.x/Config.h
732 OLDBBCFG=$(shell basename $$(readlink busybox/Config.h) 2> /dev/null)
733 busybox/Config
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/pcmcia/
H A Dss.h158 kio_addr_t InUse, Config; member in struct:io_window_t
192 u_int Config; member in struct:pcmcia_socket::__anon10626
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat104 echo *********** ERROR: VC Config batch file not found *************
105 echo *********** ERROR: VC Config batch file not found ************* >> ..\winbld.err

Completed in 215 milliseconds

12