Searched refs:Host (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/aMule/
H A Dremote.conf3 Host=localhost
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/aMule/
H A Dremote.conf3 Host=localhost
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dfunc.h42 void msec_timeout(struct Host *);
43 int RIOBootRup(struct rio_info *, unsigned int, struct Host *, struct PKT __iomem *);
44 int RIOBootOk(struct rio_info *, struct Host *, unsigned long);
46 void rio_fill_host_slot(int, int, unsigned int, struct Host *);
49 int RIOFoadRta(struct Host *, struct Map *);
50 int RIOZombieRta(struct Host *, struct Map *);
51 int RIOCommandRta(struct rio_info *, unsigned long, int (*func) (struct Host *, struct Map *));
54 int RIOSuspendBootRta(struct Host *, int, int);
58 int RIOQueueCmdBlk(struct Host *, unsigned int, struct CmdBlk *);
59 void RIOPollHostCommands(struct rio_info *, struct Host *);
[all...]
H A Driotable.c85 int Host, Host1, Host2, NameIsUnique, Entry, SubEnt; local
88 struct Host *HostP;
165 for (Host = 0; Host < p->RIONumHosts; Host++) { /* (4) */
166 if (p->RIOHosts[Host].UniqueNum == MapP->HostUniqueNum) {
167 HostP = &p->RIOHosts[Host];
172 MapP->Topology[0].Unit = Host;
177 if (Host >= p->RIONumHosts) {
287 for (Host
399 int Host; local
[all...]
H A Drioctrl.c93 ushort Host; member in struct:SubCmdStruct
118 /* Host Card */
139 uint Host; /* leave me unsigned! */ local
141 struct Host *HostP;
153 Host = 0;
220 if (SpecialRupCmd.Host >= p->RIONumHosts)
221 SpecialRupCmd.Host = 0;
222 rio_dprintk(RIO_DEBUG_CTRL, "Queue special rup command for host %d rup %d\n", SpecialRupCmd.Host, SpecialRupCmd.RupNum);
223 if (RIOQueueCmdBlk(&p->RIOHosts[SpecialRupCmd.Host], SpecialRupCmd.RupNum, CmdBlkP) == RIO_FAIL) {
734 for (Host
[all...]
H A Driocmd.c79 int RIOFoadRta(struct Host *HostP, struct Map *MapP)
109 int RIOZombieRta(struct Host *HostP, struct Map *MapP)
139 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, struct Map * MapP))
141 unsigned int Host; local
148 for (Host = 0; Host < p->RIONumHosts; Host++) {
150 struct Host *HostP = &p->RIOHosts[Host];
182 unsigned int Host; local
247 uint Host; local
[all...]
H A Ddaemon.h78 unsigned int Host; member in struct:LpbReq
102 struct Host __user *HostP;
134 unsigned short Host; member in struct:SpecialRupCmd
H A Dhost.h43 ** Host data structure. This is used for the software equiv. of
46 struct Host { struct
H A Driodrvr.h50 struct Host *RIOHosts; /* RIO Host values */
H A Drioroute.c74 static int RIOCheckIsolated(struct rio_info *, struct Host *, unsigned int);
75 static int RIOIsolate(struct rio_info *, struct Host *, unsigned int);
76 static int RIOCheck(struct Host *, unsigned int);
77 static void RIOConCon(struct rio_info *, struct Host *, unsigned int, unsigned int, unsigned int, unsigned int, int);
84 int RIORouteRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem * PacketP)
119 MyType = "Host";
494 void RIOFixPhbs(struct rio_info *p, struct Host *HostP, unsigned int unit)
587 static int RIOCheckIsolated(struct rio_info *p, struct Host *HostP, unsigned int UnitId)
609 static int RIOIsolate(struct rio_info *p, struct Host *HostP, unsigned int UnitId)
636 static int RIOCheck(struct Host *Host
[all...]
H A Dport.h42 struct Host *HostP;
H A Drioboot.c73 static int RIOBootComplete(struct rio_info *p, struct Host *HostP, unsigned int Rup, struct PktCmd __iomem *PktCmdP);
172 void rio_start_card_running(struct Host *HostP)
205 struct Host *HostP;
227 rio_dprintk(RIO_DEBUG_BOOT, "Host Type = 0x%x, Mode = 0x%x, IVec = 0x%x\n", HostP->Type, HostP->Mode, HostP->Ivec);
231 rio_dprintk(RIO_DEBUG_BOOT, "%s %d already running\n", "Host", host);
415 rio_dprintk(RIO_DEBUG_BOOT, "Host Type = 0x%x, Mode = 0x%x, IVec = 0x%x\n", HostP->Type, HostP->Mode, HostP->Ivec);
498 rio_dprintk(RIO_DEBUG_BOOT, "Host ID %x Running\n", HostP->UniqueNum);
599 int RIOBootRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem *PacketP)
675 rio_dprintk(RIO_DEBUG_BOOT, "Boot RTA on Host %Zd Rup %d - %d (0x%x) packets to 0x%x\n", HostP - p->RIOHosts, Rup, p->RIONumBootPkts, p->RIONumBootPkts, p->RIOConf.RtaLoadBase);
694 rio_dprintk(RIO_DEBUG_BOOT, "Boot block %d on Host
[all...]
H A Drio_linux.c345 static void rio_reset_interrupt(struct Host *HostP)
362 struct Host *HostP;
701 static struct vpd_prom *get_VPD_PROM(struct Host *hp)
816 #define HOST_SZ sizeof(struct Host)
925 struct Host *hp;
1161 struct Host *hp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A DMakefile4 # Host requires the other files, which can be a module.
15 Host: PREFIX=H
19 @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
20 Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DNetworkFunctions.cpp75 uint32 StringHosttoUint32(const wxString &Host) argument
77 if (Host.IsEmpty()) {
82 solver.Hostname(Host);
H A DNetworkFunctions.h97 * @param Host A string with the Host to convert.
102 uint32 StringHosttoUint32(const wxString &Host);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/dsp56k/
H A Dbootstrap.asm9 ; Host Interface
18 M_HCR EQU $FFE8 ; Host Control Register
19 M_HSR EQU $FFE9 ; Host Status Register
20 M_HRX EQU $FFEB ; Host Receive Data Register
21 M_HTX EQU $FFEB ; Host Transmit Data Register
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_api.h57 u32 Host; member in struct:hv_storvsc_request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs121 Console.WriteLine ("Resolved {0} to {1}", args.Address, args.Host);
122 HostNameResolver hr = new HostNameResolver (client, args.Host);
131 Console.WriteLine ("Resolved {0} to {1}", args.Host, args.Address);
H A DAddressResolver.cs42 public string Host property in class:Avahi.HostAddressArgs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs121 Console.WriteLine ("Resolved {0} to {1}", args.Address, args.Host);
122 HostNameResolver hr = new HostNameResolver (client, args.Host);
131 Console.WriteLine ("Resolved {0} to {1}", args.Host, args.Address);
H A DAddressResolver.cs42 public string Host property in class:Avahi.HostAddressArgs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate-pureperl.pl153 my $res = $ua->request( GET $u->as_string, Host => $update_host );
171 Host => $update_host
193 return $ua->request( GET $u->as_string, Host => $update_host );
228 my $res = $ua->request( GET $u->as_string, Host => $update_host );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/
H A DKconfig.x865 menu "Host processor type and features"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c4 Linux Driver for BusLogic MultiMaster and FlashPoint SCSI Host Adapters
97 all BusLogic Host Adapters.
105 all BusLogic Host Adapters.
121 to be checked for potential BusLogic Host Adapters. It is initialized by
150 BusLogic_DriverInfo returns the Host Adapter Name to identify this SCSI
151 Driver and Host Adapter.
154 static const char *BusLogic_DriverInfo(struct Scsi_Host *Host) argument
156 struct BusLogic_HostAdapter *HostAdapter = (struct BusLogic_HostAdapter *) Host->hostdata;
162 for Host Adapter from the BlockSize bytes located at BlockPointer. The newly
163 created CCBs are added to Host Adapte
2125 BusLogic_InitializeHostStructure(struct BusLogic_HostAdapter *HostAdapter, struct Scsi_Host *Host) argument
2218 struct Scsi_Host *Host; local
2377 struct Scsi_Host *Host = HostAdapter->SCSI_Host; local
[all...]

Completed in 392 milliseconds

12