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

/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c218 char ucbuf[16]; local
246 strcpy(ucbuf, "?");
248 snprintf(ucbuf, sizeof(ucbuf), "0x%"PRIx64,
251 printf("%s: UCode version: %s\n", name, ucbuf);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/eisa/
H A Deisa_machdep.c302 uint8_t *ucbuf = ucbufp; local
308 *ucbuf++ = '\0';
310 *ucbuf++ = *cbuf++;
313 *ucbuf++ = *cbuf++;

Completed in 80 milliseconds