HomeSort by: relevance | last modified time | path
    Searched defs:stackbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/time/
asctime.c 72 char stackbuf[sizeof buf_asctime]; variable in typeref:typename:char[]
74 n = vsprintf(stackbuf, format, args);
77 memcpy (s, stackbuf, n + 1);
zdump.c 1139 char stackbuf[1000]; local in function:showtrans
1140 ptrdiff_t size = sizeof stackbuf;
1141 char *buf = stackbuf;
  /src/sys/arch/x86/x86/
x86_tlb.c 363 volatile uint8_t stackbuf[sizeof(*tp) + COHERENCY_UNIT]; local in function:pmap_tlb_shootnow
410 ts = (void *)roundup2((uintptr_t)stackbuf, COHERENCY_UNIT);
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioctl.c 912 char stackbuf[128] __aligned(ALIGNBYTES + 1); local in function:drm_ioctl
913 char *buf = stackbuf;
965 if (IOCPARM_LEN(ioctl->cmd) > sizeof stackbuf) {
994 if (buf != stackbuf)

Completed in 14 milliseconds