Searched refs:host (Results 201 - 225 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap.c730 * @param host Hostname to search for
733 ADS_STATUS ads_find_machine_acct(ADS_STRUCT *ads, void **res, const char *host) argument
741 if (asprintf(&expr, "(samAccountName=%s$)", host) == -1) {
1312 * @param hostname name of host to add
1321 char *host; local
1324 host = strdup(hostname);
1325 strlower_m(host);
1328 status = ads_find_machine_acct(ads, (void **)&res, host);
1330 DEBUG(0, ("Host account for %s already exists - deleting old account\n", host));
1331 status = ads_leave_realm(ads, host);
1367 char *hostnameDN, *host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfd_mcs.c59 FIFO_COUNT: The host adapter has an 8K cache (host adapters based on the
291 /* host information */
534 SCinit.host = shpnt;
538 if (i == shpnt->this_id) /* Skip host adapter */
575 printk( "fd_mcs: detecting reached max=%d host adapters.\n",
1174 struct Scsi_Host *shpnt = SCpnt->host;
1247 struct Scsi_Host *shpnt = SCpnt->host;
1249 if (!SCpnt || !SCpnt->host) {
1253 printk( "%s\n", fd_mcs_info( SCpnt->host ) );
[all...]
H A Dmca_53c9x.c261 int mca_esp_release(struct Scsi_Host *host) argument
263 struct NCR_ESP *esp = (struct NCR_ESP *)host->hostdata;
H A DNCR5380.c182 * instance of the host adapter for NCR5380_{read,write,pread,pwrite}
225 * after setting the appropriate host specific fields and ID. If the
231 static int do_abort(struct Scsi_Host *host);
232 static void do_reset(struct Scsi_Host *host);
814 SPRINTF("scsi%d : destination target %d, lun %d\n", cmd->host->host_no, cmd->target, cmd->lun);
847 * Notes : I assume that the host, hostno, and id bits have been
972 * twiddling done to the host specific fields of cmd. If the
984 struct Scsi_Host *instance = cmd->host;
1054 * be done on the NCR5380 host adapters in a system. Both
1071 * the host adapter
1765 do_reset(struct Scsi_Host *host) argument
1786 do_abort(struct Scsi_Host *host) argument
[all...]
H A Dscsi_scan.c292 * We scan all present host adapter's busses, from ID 0 to ID (max_id).
342 SDpnt->host = shpnt;
353 * Next, hook the device to the host in question.
501 SCSI_LOG_SCAN_BUS(4, printk("Host status for host %p:\n", shpnt));
532 SDpnt->host = shpnt;
688 sprintf (devname, "host%d/bus%d/target%d/lun%d",
689 SDpnt->host->host_no, SDpnt->channel, SDpnt->id, SDpnt->lun);
767 * This device was already hooked up to the host in question,
769 * allocate a new one and attach it to the host so that we can further scan the bus.
780 SDpnt->host
[all...]
H A Ddpti.h45 static int adpt_release(struct Scsi_Host *host);
73 this_id: 7, /* scsi id of host adapter */\
94 this_id: 7, /* scsi id of host adapter */\
262 struct Scsi_Host *host; member in struct:_adpt_hba
266 int host_no; /* SCSI host number */
350 static void adpt_select_queue_depths(struct Scsi_Host *host, Scsi_Device * devicelist);
H A Dscsi.h122 * msg_byte = return status from host adapter itself.
305 * The final byte is a host return code, which is one of the following.
309 * status msg host code
428 extern void scsi_error_handler(void *host);
543 struct Scsi_Host *host; member in struct:scsi_device
599 host busy */
666 struct Scsi_Host *host; member in struct:scsi_cmnd
774 * The following fields can be written to by the host specific code.
778 Scsi_Pointer SCp; /* Scratchpad used by some host adapters */
780 unsigned char *host_scribble; /* The host adapte
[all...]
H A Dsg.c277 if (sdp->device->host->hostt->module)
278 __MOD_INC_USE_COUNT(sdp->device->host->hostt->module);
320 sdp->sg_tablesize = sdp->device->host->sg_tablesize;
333 if ((! sdp->detached) && sdp->device->host->hostt->module)
334 __MOD_DEC_USE_COUNT(sdp->device->host->hostt->module);
354 if (sdp->device->host->hostt->module)
355 __MOD_DEC_USE_COUNT(sdp->device->host->hostt->module);
431 ignored by the user who should use target, host + driver status */
816 sfp->low_dma = sdp->device->host->unchecked_isa_dma;
829 __put_user((int)sdp->device->host
[all...]
/asus-wl-520gu-7.0.1.45/src/router/others/
H A DMakefile17 echo "order hosts,bind" > $(INSTALLDIR)/etc/host.conf
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/src/
H A DMakefile.in73 host_triplet = @host@
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/src/
H A DMakefile.in73 host_triplet = @host@
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsmb.conf43 # What naming service and in what order should we use to resolve host names
45 ; name resolve order = lmhosts host wins bcast
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioinit.c75 #include "host.h"
126 ** Revision 01 AT host cards don't support WORD operations,
184 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Reset host type=%d, DpRam=0x%x, slot=%d\n",
392 ** try to ensure that every host is either in polled mode
413 ** check - if any host has been set to polled mode, then all must be.
460 ** The AT host has it's interrupts disabled by clearing the
469 ** The EISA host has it's interrupts disabled by setting the
477 ** The PCI host has it's interrupts disabled by clearing the
478 ** int_enable bit, like a regular host card.
487 ** The MCA host car
529 int host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex68 route add -host 193.233.7.65 dev tunl0
70 route del -host 193.233.7.65 dev tunl0
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
92 with ttl 1 will reach peering host (f.e.\ RIP, OSPF or EBGP)
122 but address of peering host, which is directly reachable
177 packets. It must be an address on another interface of this host.
278 our host will calculate and send checksum.
314 tunnel device and packet looks as received on this. F.e.\ if host
315 received \verb|ipip| packet from host \verb|D| destined to our
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dspeedtest.c131 static int pre_ping(const char *host);
360 static int pre_ping(const char *host) argument
381 if( (ul_hostip=inet_addr(host)) !=INADDR_NONE )
385 else if((hostent=gethostbyname(host)) )
460 extern void deltatime(const char *host, struct timeval *deltaval) argument
494 if( (ul_hostip=inet_addr(host)) !=INADDR_NONE )
498 else if((hostent=gethostbyname(host)) )
505 printf(" deltatime() ** bad host ip or name!!\n");
511 printf(" deltatime() ** host = %s\n", inet_ntoa(pingaddr.sin_addr));
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dspeedtest.c131 static int pre_ping(const char *host);
360 static int pre_ping(const char *host) argument
381 if( (ul_hostip=inet_addr(host)) !=INADDR_NONE )
385 else if((hostent=gethostbyname(host)) )
460 extern void deltatime(const char *host, struct timeval *deltaval) argument
494 if( (ul_hostip=inet_addr(host)) !=INADDR_NONE )
498 else if((hostent=gethostbyname(host)) )
505 printf(" deltatime() ** bad host ip or name!!\n");
511 printf(" deltatime() ** host = %s\n", inet_ntoa(pingaddr.sin_addr));
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dlibtool47 # Libtool was configured on host localhost.localdomain:
67 # The host system.
69 host=mipsel-unknown-linux-gnu
680 $echo "host: $host"
1231 case $host in
1642 case $with_gcc/$host in
1672 case $host in
1685 case $host in
1704 case $host i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/
H A Dlibtool38 # Libtool was configured on host link2:
55 # The host system.
57 host=i686-pc-linux-gnu
447 echo "host: $host"
1013 case $host in
1282 case $with_gcc/$host in
1312 case $host in
1325 case $host in
1340 case $host i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/
H A Dlibtool38 # Libtool was configured on host link2:
55 # The host system.
57 host=i686-pc-linux-gnu
447 echo "host: $host"
1013 case $host in
1282 case $with_gcc/$host in
1312 case $host in
1325 case $host in
1340 case $host i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Daachba.c552 dev = (struct aac_dev *)scsicmd->host->hostdata;
597 dev = (struct aac_dev *)scsicmd->host->hostdata;
643 dev = (struct aac_dev *)scsicmd->host->hostdata;
752 dev = (struct aac_dev *)scsicmd->host->hostdata;
867 struct aac_dev *dev = (struct aac_dev *)scsicmd->host->hostdata;
871 fsa_dev_ptr = fsa_dev[scsicmd->host->unique_id];
878 if (scsicmd->target != scsicmd->host->this_id) {
965 if (scsicmd->target == scsicmd->host->this_id)
1227 dev = (struct aac_dev *)scsicmd->host->hostdata;
1396 dev = (struct aac_dev *)scsicmd->host
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_remove.c35 * - first we check to see if the remote host has permissions
224 Perm_check.host = 0;
272 Perm_check.host = 0;
275 Perm_check.host = &PermHost_IP;
437 /* we have to see if the host is on this machine */
446 /* now we look at the remote host */
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dasus_ddns.c235 snprintf(buf, BUFFER_SIZE, "GET /ddns/register.jsp?hostname=%s&myip=%s HTTP/1.0\015\012", host, address);
371 snprintf(buf, BUFFER_SIZE, "GET /ddns/update.jsp?hostname=%s&myip=%s HTTP/1.0\015\012", host, address);
587 i = alnum_cpy (msg, host, sizeof (msg));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Ddir.c36 struct inode *dir = (struct inode *)page->mapping->host;
236 struct inode *inode = (struct inode*)mapping->host;
336 struct inode *dir = (struct inode*)page->mapping->host;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ddir.c41 struct inode *dir = (struct inode *)page->mapping->host;
248 struct inode *inode = (struct inode*)mapping->host;
346 struct inode *dir = (struct inode*)page->mapping->host;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c240 * Used to retrieve the host structure when the
293 * Driver host data structure.
340 #define SYM_SOFTC_PTR(cmd) (((struct host_data *)cmd->host->hostdata)->ncb)
1310 sym53c8xx_select_queue_depths(struct Scsi_Host *host, argument
1321 if (device->host != host)
1324 np = ((struct host_data *) host->hostdata)->ncb;
1370 const char *sym53c8xx_info (struct Scsi_Host *host) argument
1769 struct Scsi_Host *host; local
1774 for (host
2956 sym53c8xx_release(struct Scsi_Host *host) argument
[all...]

Completed in 425 milliseconds

1234567891011>>