Searched refs:hostid (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dether-wake.c110 static void get_dest_addr(const char *hostid, struct ether_addr *eaddr) argument
114 eap = ether_aton(hostid);
119 } else if (ether_hostton(hostid, eaddr) == 0) {
120 bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h356 __u8 hostid; /* SCSI ID of HBA */ member in struct:hstd
H A Deata_pio.c385 cp->Interpret = (cmd->device->id == hd->hostid);
790 SD(sh)->hostid = gc->scsi_id[3];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dapplets.h169 USE_HOSTID(APPLET_NOFORK(hostid, hostid, _BB_DIR_USR_BIN, _BB_SUID_NEVER, hostid))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c67 module_param_named(hostid, sym_driver_setup.host_id, byte, 0);
81 MODULE_PARM_DESC(hostid, "The SCSI ID to use for the host adapters");

Completed in 58 milliseconds