Searched refs:namebufp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c452 char *namebufp; local
503 namebufp = namebuf;
504 if (strncmp(namebufp, "SUNW,", 5) == 0)
505 namebufp += 5;
506 else if (strncmp(namebufp, "FJSV,", 5) == 0)
507 namebufp += 5;
508 (void) strcpy(cpunode->name, namebufp);
675 char *namebufp; local
722 namebufp = namebuf;
723 if (strncmp(namebufp, "SUN
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c111 char *namebufp; local
139 namebufp = namebuf;
140 if (strncmp(namebufp, "SUNW,", 5) == 0)
141 namebufp += 5;
142 if (strlen(namebufp) > sizeof (cpunode->name))
145 (void) strcpy(cpunode->name, namebufp);

Completed in 47 milliseconds