HomeSort by: relevance | last modified time | path
    Searched refs:kmem_tmpbuf_alloc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
kmem.h 54 void * kmem_tmpbuf_alloc(size_t, void *, size_t, km_flag_t);
  /src/sys/dev/ofw/
ofw_subr.c 211 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
268 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
316 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
  /src/sys/dev/fdt/
fdt_spi.c 145 clist = kmem_tmpbuf_alloc(clist_size,
  /src/sys/kern/
subr_kmem.c 612 kmem_tmpbuf_alloc(size_t size, void *stackbuf, size_t stackbufsize, function in typeref:typename:void *
  /src/sys/dev/acpi/
acpi_util.c 491 buf = kmem_tmpbuf_alloc(count * sizeof(const char *),
  /src/share/man/man9/
Makefile 489 kmem.9 kmem_tmpbuf_alloc.9 \

Completed in 16 milliseconds