Searched refs:host (Results 176 - 200 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7xx.h358 * SCSI bus to host, 0 =
359 * host to SCSI.
377 #define CTEST2_800_DDIR 0x80 /* 1 = SCSI->host */
514 #define CTEST7_EVP 0x04 /* 1 = host bus even parity, 0 = odd */
579 * bad parity won't reach the host
1072 * host code refer to them directly.
1103 on host type, number of scatter /
1150 we have host specific things,
1185 void (* init_fixup)(struct Scsi_Host *host);
1186 void (* init_save_regs)(struct Scsi_Host *host);
[all...]
H A Deata_generic.h93 #define HD(cmd) ((hostdata *)&(cmd->host->hostdata))
95 #define SD(host) ((hostdata *)&(host->hostdata))
H A Dsgiwd93.c107 struct WD33C93_hostdata *hdata = (struct WD33C93_hostdata *)cmd->host->hostdata;
108 struct hpc3_scsiregs *hregs = (struct hpc3_scsiregs *) cmd->host->base;
163 hregs = (struct hpc3_scsiregs *) SCpnt->host->base;
250 printk(KERN_WARNING "sgiwd93: Could not register IRQ %d (for host 0).\n", SGI_WD93_0_IRQ);
H A Deata_dma.c271 base = (uint) cmd->host->base;
470 sh = cmd->host;
631 while (inb((u32)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) {
697 while (inb((u32)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY)
705 for (x = 0; x < cmd->host->can_queue; x++) {
732 inb((u32) (cmd->host->base) + HA_RSTATUS); /* This might cause trouble */
733 eata_send_command(0, (u32) cmd->host->base, EATA_CMD_RESET);
746 for (x = 0; x < cmd->host->can_queue; x++) {
785 static void eata_select_queue_depths(struct Scsi_Host *host, argument
794 if(device->host
[all...]
H A DcpqfcTSinit.c486 struct Scsi_Host *HostAdapter = ScsiDev->host;
551 // ->channel, ->target, ->host
864 struct Scsi_Host *host; local
873 // Search the Scsi host list for our controller
874 for (host=scsi_hostlist; host; host=host->next)
875 if (host->host_no == hostno)
878 if (!host) retur
[all...]
H A Dide-scsi.c8 * Emulation of a SCSI host adapter for IDE ATAPI devices.
617 struct Scsi_Host *host; local
622 host = scsi_register(host_template, 0);
623 if(host == NULL)
628 host->max_id = id;
629 host->max_lun = last_lun + 1;
630 host->can_queue = host->cmd_per_lun * id;
634 int idescsi_release (struct Scsi_Host *host) argument
647 const char *idescsi_info (struct Scsi_Host *host) argument
[all...]
H A Dtmscsim.c470 static int DC390_release(struct Scsi_Host *host);
471 static int dc390_shutdown (struct Scsi_Host *host);
494 MODULE_DESCRIPTION("SCSI host adapter driver for Tekram DC390 and other AMD53C974A based PCI SCSI adapters");
1203 PACB pACB = (PACB) cmd->host->hostdata;
1422 PACB pACB = (PACB) disk->device->host->hostdata;
1525 PACB pACB = (PACB) cmd->host->hostdata;
1692 PACB pACB = (PACB) cmd->host->hostdata;
1900 * Purpose : initialize the internal structures for a given SCSI host
1902 * Inputs : psh - pointer to this host adapter's structure
1982 * Inputs : psh - pointer to this host adapte
2887 dc390_shutdown(struct Scsi_Host *host) argument
2907 dc390_freeDCBs(struct Scsi_Host *host) argument
2926 DC390_release(struct Scsi_Host *host) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dfile.c48 struct inode *inode = page->mapping->host;
80 struct inode *inode = page->mapping->host;
117 struct inode *inode = page->mapping->host;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnmblookup.c161 struct hostent *host = gethostbyaddr((char *)&ip_list[j], sizeof(ip_list[j]), AF_INET); local
162 if (host) {
163 d_printf("%s, ", host -> h_name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dohci1394.c161 MODULE_PARM_DESC(attempt_root, "Attempt to make the host root (default = 0).");
280 static void handle_selfid(struct ti_ohci *ohci, struct hpsb_host *host, argument
330 hpsb_selfid_received(host, cpu_to_be32(q0));
343 hpsb_selfid_complete(host, phyid, isroot);
801 static int ohci_transmit(struct hpsb_host *host, struct hpsb_packet *packet) argument
803 struct ti_ohci *ohci = host->hostdata;
835 static int ohci_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg) argument
837 struct ti_ohci *ohci = host->hostdata;
1014 hpsb_packet_sent(d->ohci->host, p, ACKX_ABORTED);
1047 struct hpsb_host *host local
1893 ohci_get_rom(struct hpsb_host *host, const quadlet_t **ptr) argument
1905 ohci_hw_csr_reg(struct hpsb_host *host, int reg, quadlet_t data, quadlet_t compare) argument
1952 struct hpsb_host *host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_tftp.c156 * Open a file on a remote host, using the TFTP protocol.
160 * hostname - host name or IP address of remote host
178 * Look up the remote host's IP address
571 * packet to tell the host we're getting out early. Otherwise,
663 char *host; local
686 lib_chop_filename(info->tftp_filename,&host,&file);
690 if (!*host && !*file) {
692 res = _tftpd_open(info,host,file,mode);
695 res = _tftp_open(info,host,fil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dping.c150 static void ping(const char *host);
186 static void ping(const char *host) argument
199 h = xgethostbyname(host);
215 alarm(5); /* give the host 5000ms to respond */
417 static void ping(const char *host) argument
429 h = xgethostbyname(host);
H A Dtelnet.c30 * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan
509 struct in_addr host; local
534 host = getserver(argv[1]);
536 G.netfd = remote_connect(host, port);
597 WriteCS(1, "Connection closed by foreign host.\r\n");
619 static struct in_addr getserver(char * host) argument
624 he = xgethostbyname(host);
657 perror_msg_and_die("Unable to connect to remote host");
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_ctrlpt.c235 * OUT memptr *host : host string
239 * Description : This function retrives the host and path from the
249 OUT memptr * host,
256 host->buf = url->hostport.text.buff;
257 host->length = url->hostport.text.size;
874 memptr host; // value for HOST header local
896 // get host hdr and url path
897 if( get_host_and_path( action_url, &host, &path, &url ) == -1 ) {
902 if( http_MakeMessage( &request, 1, 1, "Q" "sbc" "N" "s" "s" "U" "c" "sss", SOAPMETHOD_POST, path.buf, path.length, "HOST: ", host
248 get_host_and_path( IN char *ctrl_url, OUT memptr * host, OUT memptr * path, OUT uri_type * url ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhpusbscsi.c328 /* In host->hostdata we store a pointer to desc */
329 desc->host = scsi_register (sht, sizeof (desc));
330 if (desc->host == NULL) {
336 desc->host->hostdata[0] = (unsigned long) desc;
344 struct hpusbscsi* hpusbscsi = (struct hpusbscsi*)(srb->host->hostdata[0]);
350 /* we don't answer for anything but our single device on any faked host controller */
449 struct hpusbscsi* hpusbscsi = (struct hpusbscsi*)(srb->host->hostdata[0]);
461 struct hpusbscsi* hpusbscsi = (struct hpusbscsi*)(srb->host->hostdata[0]);
H A Dmicrotek.c9 * This driver implements a SCSI host controller driver and a USB
410 struct mts_desc* desc = (struct mts_desc*)(srb->host->hostdata[0]);
422 struct mts_desc* desc = (struct mts_desc*)(srb->host->hostdata[0]);
463 /* In host->hostdata we store a pointer to desc */
464 desc->host = scsi_register(sht, sizeof(desc));
465 if (desc->host == NULL) {
471 desc->host->hostdata[0] = (unsigned long)desc;
699 struct mts_desc* desc = (struct mts_desc*)(srb->host->hostdata[0]);
750 * this defines our 'host'
987 /* Initialize the host templat
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dgena.c100 int split_url(char *url, char **host, int *port, char **path) argument
109 p = *host = &url[7];
123 if (strlen(*host) == 0)
183 char *host, *path, *endp; local
186 if (sid || !cb || !nt || !split_url(cb, &host, &port, &path)) {
196 sr->cb_host = strdup(host);
356 HOST: delivery host:delivery port
441 // if we have not yet resolved the address of this host, do so now.
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dfiles.c25 struct hostent *host; local
29 if ((host = gethostbyname(line)))
30 addr->s_addr = *((unsigned long *) host->h_addr_list[0]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dreplace.c162 int innetgr(const char *group,const char *host,const char *user,const char *dom) argument
168 if (((host == 0) || (hst == 0) || !strcmp(host, hst)) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dlinit.c143 * up yet. The detect routine can send commands to the host adapter
190 /* Increment the host adapter count */
194 * links it into the linked list of host adapters. This linked list
197 * one entry for each actual physical host adapter on the system,
207 * and for host adapters that support multiple buses.
221 * each host adapter properly and uniquely. For hosts
310 * aac_release - release SCSI host resources
311 * @host_ptr: SCSI host to clean up
370 * aac_driverinfo - Returns the host adapter name
371 * @host_ptr: Scsi host t
528 aac_queuedepth(struct Scsi_Host * host, Scsi_Device * dev ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dconfig.charset111 # The first argument passed to this file is the canonical host specification,
116 host="$1"
117 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c89 " --phone <number> Pass <number> to remote host as phone number\n"
400 struct hostent *host = gethostbyname(name); local
401 if (host == NULL) {
409 if (host->h_addrtype != AF_INET)
411 memcpy(&retval.s_addr, host->h_addr, sizeof(retval.s_addr));
483 * outside the local host.
594 log("route_add: no route to host");
598 /* check for existing route to this host,
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dltconfig197 host=
258 --no-verify do not verify that HOST is a valid host type
272 HOST is the canonical host system name [default=guessed].
328 elif test -z "$host"; then
331 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
333 host="$option"
438 echo $ac_n "checking host system type""... $ac_c" 1>&6
440 host_alias=$host
445 echo "$progname: cannot guess host type; you must specify one" 1>&2
450 host
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpbanner.c78 * host -hhost char* host name
106 char *zopts, *class, *job, *login, *accntname, *host; variable
183 case 'h': host = optargv; break;
222 FPRINTF(STDERR,"host '%s'\n", host? host : "null" );
1471 (void) SNPRINTF( bline, sizeof(bline)) "User: %s@%s (%s)", login, host, bnrname);
1545 if(host && *host ) seebi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioctrl.c76 #include "host.h"
216 ** Change the value of the host card interrupt timer.
217 ** If the host card number is -1 then all host cards are changed
218 ** otherwise just the specified host card will be changed.
223 int host, value; local
224 host = (uint)arg >> 16;
226 if (host == -1) {
227 for (host = 0; host <
1178 uint host; local
[all...]

Completed in 325 milliseconds

1234567891011>>