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

  /src/sys/dev/ofw/
ofw_subr.c 202 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE]; local in function:of_compatible
211 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
224 kmem_tmpbuf_free(prop, proplen, propbuf);
260 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE]; local in function:of_compatible_match
268 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
277 kmem_tmpbuf_free(prop, proplen, propbuf);
307 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE]; local in function:of_compatible_lookup
316 prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP)
    [all...]

Completed in 13 milliseconds