Searched refs:Name (Results 26 - 50 of 111) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader2.py89 res = res + "%s,%s\n" % (reader.NodeType(),reader.Name())
139 res = res + "%s %s\n" % (reader.NodeType(),reader.Name())
193 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth())
235 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth())
H A Dreader7.py17 reader.Name(), reader.IsEmptyElement())
H A Dwalker.py17 reader.Name(), reader.IsEmptyElement())
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnpreplyparse.c70 const char * Name)
78 if(strcmp(nv->name, Name) == 0)
69 GetValueFromNameValueList(struct NameValueParserData * pdata, const char * Name) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A DVC-16.pl110 local($ret,$Name);
113 ($Name=$name) =~ tr/a-z/A-Z/;
117 # $ret.="\t\$(RM) \$(O_$Name)\n";
H A DVC-32.pl104 local($ret,$Name);
107 ($Name=$name) =~ tr/a-z/A-Z/;
113 # $ret.="\t\$(RM) \$(O_$Name)\n";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasfunc.c77 strlcpy(IoAdapters[card - 1]->Name,
78 IoAdapters[card - 1]->Properties.Name,
79 sizeof(IoAdapters[card - 1]->Name));
H A Ddivasmain.c702 CardProperties[ent->driver_data].Name,
705 DRIVERLNAME, CardProperties[ent->driver_data].Name,
711 CardProperties[ent->driver_data].Name,
718 Name, pdev->bus->number,
738 CardProperties[ent->driver_data].Name,
745 Name, pdev->bus->number,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpreplyparse.c102 const char * Name)
110 if(strcmp(nv->name, Name) == 0)
101 GetValueFromNameValueList(struct NameValueParserData * pdata, const char * Name) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpreplyparse.c81 const char * Name)
89 if(strcmp(nv->name, Name) == 0)
80 GetValueFromNameValueList(struct NameValueParserData * pdata, const char * Name) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Dport.h140 char *Name; /* points to the Rta's name */ member in struct:Port
164 char *Name; member in struct:ModuleInfo
H A Drioroute.c125 MyName = HostP->Name;
131 MyName = HostP->Mapping[Rup].Name;
229 rio_dprintk(RIO_DEBUG_ROUTE, "HOST(%c) WAS NOT CONNECTED TO %s (%c)!\n", OldLink + 'A', HostP->Mapping[ThisUnit - 1].Name, ThisLink + 'A');
233 rio_dprintk(RIO_DEBUG_ROUTE, "SETTING RTA %s (%c) TO DISCONNECTED!\n", HostP->Mapping[OldUnit - 1].Name, OldLink + 'A');
237 rio_dprintk(RIO_DEBUG_ROUTE, "RTA %s (%c) WAS NOT CONNECTED TO %s (%c)\n", HostP->Mapping[OldUnit - 1].Name, OldLink + 'A', HostP->Mapping[ThisUnit - 1].Name, ThisLink + 'A');
245 rio_dprintk(RIO_DEBUG_ROUTE, "MARKING RTA %s (%c) CONNECTED TO %s (%c)\n", HostP->Mapping[NewUnit - 1].Name, NewLink + 'A', MyName, ThisLink + 'A');
282 rio_dprintk(RIO_DEBUG_ROUTE, "Backplane type is %s (all ports)\n", p->RIOModuleTypes[Mod1].Name);
285 rio_dprintk(RIO_DEBUG_ROUTE, "Module types are %s (ports 0-3) and %s (ports 4-7)\n", p->RIOModuleTypes[Mod1].Name, p->RIOModuleTypes[Mod2].Name);
[all...]
H A Dhost.h55 char Name[MAX_NAME_LEN]; /* The name of the host */ member in struct:Host
H A Drioinit.c367 memcpy(HostP->Mapping[UnitId].Name, "UNKNOWN RTA X-XX", 17);
368 HostP->Mapping[UnitId].Name[12]='1'+(HostP-p->RIOHosts);
370 HostP->Mapping[UnitId].Name[14]='0'+((UnitId+1)/10);
371 HostP->Mapping[UnitId].Name[15]='0'+((UnitId+1)%10);
374 HostP->Mapping[UnitId].Name[14]='1'+UnitId;
375 HostP->Mapping[UnitId].Name[15]=0;
H A Drioboot.c467 rio_dprintk(RIO_DEBUG_BOOT, "RIO Mesg Run Fail %s\n", HostP->Name);
486 rio_dprintk(RIO_DEBUG_BOOT, "RIO Mesg Run Fail %s\n", HostP->Name);
745 rio_dprintk(RIO_DEBUG_BOOT, "RIO: Host %s has booted an RTA(%d) on link %c\n", HostP->Name, 8 * RtaType, readb(&PktCmdP->LinkNum) + 'A');
747 rio_dprintk(RIO_DEBUG_BOOT, "RIO: RTA %s has booted an RTA(%d) on link %c\n", HostP->Mapping[Rup].Name, 8 * RtaType, readb(&PktCmdP->LinkNum) + 'A');
833 MyName = HostP->Name;
839 MyName = HostP->Mapping[Rup].Name;
900 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is units %d+%d from host %s\n", rta + 1, MapP->ID2, p->RIOHosts[host].Name);
902 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is unit %d from host %s\n", rta + 1, p->RIOHosts[host].Name);
984 memcpy(HostP->Mapping[entry].Name, MapP->Name, MAX_NAME_LE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DRecordBrowser.cs58 public string Name; field in struct:Avahi.RecordInfo
196 info.Name = Utility.PtrToString (name);
H A DServiceBrowser.cs40 public string Name; field in struct:Avahi.ServiceInfo
188 info.Name = Utility.PtrToString (name);
H A DServiceResolver.cs112 service.Protocol, service.Name,
182 info.Name = Utility.PtrToString (name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec7 Name: %{name}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com166 $! O.K, Extract The File Name From The File List.
197 $! Create The Source File Name.
201 $! Create The Object File Name.
205 $! Create The Executable File Name.
667 $! Define The Linker Options File Name.
704 $! Define The Linker Options File Name.
731 $! Define The Linker Options File Name.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com131 $! Define The Library Name.
285 $! Extract The Module Name From The Encryption List.
369 $! O.K, Extract The File Name From The File List.
381 $! Extract The File Name From The File List.
431 $! Create The Source File Name.
445 $! Create The Object File Name.
995 $! Define The Linker Options File Name.
1034 $! Define The Linker Options File Name.
1061 $! Define The Linker Options File Name.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/
H A Dfips-lib.com126 $! Define The Library Name.
181 $! Extract The Module Name From The Encryption List.
265 $! O.K, Extract The File Name From The File List.
277 $! Extract The File Name From The File List.
327 $! Create The Source File Name.
341 $! Create The Object File Name.
891 $! Define The Linker Options File Name.
930 $! Define The Linker Options File Name.
957 $! Define The Linker Options File Name.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto-lib.com134 $! Define The Library Name.
305 $! Extract The Module Name From The Encryption List.
389 $! O.K, Extract The File Name From The File List.
401 $! Extract The File Name From The File List.
451 $! Create The Source File Name.
465 $! Create The Object File Name.
1020 $! Define The Linker Options File Name.
1059 $! Define The Linker Options File Name.
1086 $! Define The Linker Options File Name.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskrlmt.h3 * Name: skrlmt.h
136 Name of define TBD!
141 Name of define TBD!
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq-rh.spec7 Name: dnsmasq

Completed in 244 milliseconds

12345