tbuf 273 arch/i386/i386/lapic.c char tbuf[9];
tbuf 318 arch/i386/i386/lapic.c humanize_number(tbuf, sizeof(tbuf), tmp, "Hz", 1000);
tbuf 328 arch/i386/i386/lapic.c if (tbuf == NULL)
tbuf 330 arch/i386/i386/lapic.c if (sizeof(tbuf) > 0)
tbuf 331 arch/i386/i386/lapic.c tbuf[0] = '\0';
tbuf 334 arch/i386/i386/lapic.c if (sizeof(tbuf) < 4 + suffixlen)
tbuf 338 arch/i386/i386/lapic.c for (i = 0; i < sizeof(tbuf) - suffixlen - 3; i++)
tbuf 343 arch/i386/i386/lapic.c snprintf(tbuf, sizeof(tbuf), "%qu%s%c%s",
tbuf 351 arch/i386/i386/lapic.c printf("%s: apic clock running at %s\n", ci->ci_dev.dv_xname, tbuf);
tbuf 707 compat/svr4/svr4_stat.c struct timeval tbuf[2];
tbuf 712 compat/svr4/svr4_stat.c SCARG(&ap, tptr) = stackgap_alloc(&sg, sizeof(tbuf));
tbuf 718 compat/svr4/svr4_stat.c tbuf[0].tv_sec = ub.actime;
tbuf 719 compat/svr4/svr4_stat.c tbuf[0].tv_usec = 0;
tbuf 720 compat/svr4/svr4_stat.c tbuf[1].tv_sec = ub.modtime;
tbuf 721 compat/svr4/svr4_stat.c tbuf[1].tv_usec = 0;
tbuf 722 compat/svr4/svr4_stat.c error = copyout(tbuf, (struct timeval *)SCARG(&ap, tptr), sizeof(tbuf));
tbuf 2373 dev/ic/isp.c char tbuf[16];
tbuf 2395 dev/ic/isp.c SNPRINTF(tbuf, sizeof tbuf, "%x",
tbuf 2397 dev/ic/isp.c m = tbuf;
tbuf 181 dev/ic/ne2000.c tbuf[ED_PAGE_SIZE];
tbuf 191 dev/ic/ne2000.c x << ED_PAGE_SHIFT, tbuf, ED_PAGE_SIZE, useword);
tbuf 192 dev/ic/ne2000.c if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
tbuf 199 dev/ic/ne2000.c x << ED_PAGE_SHIFT, tbuf, ED_PAGE_SIZE,
tbuf 201 dev/ic/ne2000.c if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) {
tbuf 219 dev/ic/ne2000.c x << ED_PAGE_SHIFT, tbuf, ED_PAGE_SIZE, useword);
tbuf 220 dev/ic/ne2000.c if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
tbuf 227 dev/ic/ne2000.c x << ED_PAGE_SHIFT, tbuf, ED_PAGE_SIZE,
tbuf 229 dev/ic/ne2000.c if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0)