• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/

Lines Matching refs:Name

129 			cptr = MapP->Name;	/* (2) */
132 memcpy(MapP->Name, MapP->RtaUniqueNum ? "RTA NN" : "HOST NN", 8);
133 MapP->Name[5] = '0' + Entry / 10;
134 MapP->Name[6] = '0' + Entry % 10;
159 rio_dprintk(RIO_DEBUG_TABLE, "%s pretending to be empty but isn't\n", MapP->Name);
182 rio_dprintk(RIO_DEBUG_TABLE, "RTA %s has unknown host unique number 0x%x\n", MapP->Name, MapP->HostUniqueNum);
188 /* MapP->Name[0] = 0; */
195 rio_dprintk(RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an ID of zero!\n", MapP->Name);
201 rio_dprintk(RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an invalid ID %d\n", MapP->Name, MapP->ID);
208 rio_dprintk(RIO_DEBUG_TABLE, "Dupl. ID number allocated to RTA %s and RTA %s\n", MapP->Name, p->RIOConnectTable[SubEnt].Name);
220 rio_dprintk(RIO_DEBUG_TABLE, "RTA %s has duplicate unique number\n", MapP->Name);
221 rio_dprintk(RIO_DEBUG_TABLE, "RTA %s has duplicate unique number\n", p->RIOConnectTable[SubEnt].Name);
231 rio_dprintk(RIO_DEBUG_TABLE, "TTY Port number %d-RTA %s is not a multiple of %d!\n", (int) MapP->SysPort, MapP->Name, PORTS_PER_RTA);
239 rio_dprintk(RIO_DEBUG_TABLE, "TTY Port number %d for RTA %s is too big\n", (int) MapP->SysPort, MapP->Name);
251 rio_dprintk(RIO_DEBUG_TABLE, "RTA %s:same TTY port # as RTA %s (%d)\n", MapP->Name, p->RIOConnectTable[SubEnt].Name, (int) MapP->SysPort);
258 if (strcmp(MapP->Name, p->RIOConnectTable[SubEnt].Name) == 0 && !(MapP->Flags & RTA16_SECOND_SLOT)) { /* (9) */
259 rio_dprintk(RIO_DEBUG_TABLE, "RTA name %s used twice\n", MapP->Name);
270 rio_dprintk(RIO_DEBUG_TABLE, "RIO:HOST %s has been allocated ID that isn't zero!\n", MapP->Name);
276 rio_dprintk(RIO_DEBUG_TABLE, "RIO: HOST %s has been allocated port numbers!\n", MapP->Name);
295 memset(&p->RIOHosts[Host].Name[0], 0, sizeof(p->RIOHosts[Host].Name));
320 rio_dprintk(RIO_DEBUG_TABLE, "Host entry found. Name %s\n", MapP->Name);
321 memcpy(HostP->Name, MapP->Name, MAX_NAME_LEN);
333 rio_dprintk(RIO_DEBUG_TABLE, "Rta entry found. Name %s\n", MapP->Name);
345 rio_dprintk(RIO_DEBUG_TABLE, "TENTATIVE Rta entry found. Name %s\n", MapP->Name);
364 if (!p->RIOHosts[Host].Name[0]) {
365 memcpy(p->RIOHosts[Host].Name, "HOST 1", 7);
366 p->RIOHosts[Host].Name[5] += Host;
378 if (strcmp(p->RIOHosts[Host].Name, p->RIOHosts[Host2].Name)
384 p->RIOHosts[Host].Name[5] = '1' + Host1;
392 rio_dprintk(RIO_DEBUG_TABLE, "Default name %s already used\n", p->RIOHosts[Host].Name);
393 memcpy(p->RIOHosts[Host].Name, "HOST 1", 7);
394 p->RIOHosts[Host].Name[5] += Host1;
396 rio_dprintk(RIO_DEBUG_TABLE, "Assigning default name %s\n", p->RIOHosts[Host].Name);
430 memcpy(MapP->Name, HostP->Name, MAX_NAME_LEN);
478 rio_dprintk(RIO_DEBUG_TABLE, "Found entry offset %d on host %s\n", entry, HostP->Name);
614 MapP->Name[MAX_NAME_LEN - 1] = '\0';
615 sptr = MapP->Name;
618 rio_dprintk(RIO_DEBUG_TABLE, "Name entry contains non-printing characters!\n");
639 rio_dprintk(RIO_DEBUG_TABLE, "Attempting to get a new ID for rta \"%s\"\n", MapP->Name);
696 memcpy(HostMapP->Name, MapP->Name, MAX_NAME_LEN);
718 rio_dprintk(RIO_DEBUG_TABLE, "Second map of RTA %s added to configuration\n", p->RIOHosts[host].Mapping[MapP->ID2 - 1].Name);
720 rio_dprintk(RIO_DEBUG_TABLE, "RTA %s added to configuration\n", MapP->Name);
850 PortP->Name = &HostMapP->Name[0];
902 MapP->Name[MAX_NAME_LEN - 1] = '\0';
903 sptr = MapP->Name;
907 rio_dprintk(RIO_DEBUG_TABLE, "Name entry contains non-printing characters!\n");
921 memcpy(p->RIOHosts[host].Name, MapP->Name, MAX_NAME_LEN);
931 memcpy(HostMapP->Name, MapP->Name, MAX_NAME_LEN);