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

  /src/sys/dev/ofisa/
ofisa.c 52 #define OFW_MAX_STACK_BUF_SIZE 256
166 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE];
176 if (i > OFW_MAX_STACK_BUF_SIZE) {
236 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE];
246 if (i > OFW_MAX_STACK_BUF_SIZE) {
318 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE];
328 if (i > OFW_MAX_STACK_BUF_SIZE) {
401 char *model, small[OFW_MAX_STACK_BUF_SIZE];
407 if (n > OFW_MAX_STACK_BUF_SIZE) {
  /src/sys/dev/ofw/
ofw_subr.c 74 #define OFW_MAX_STACK_BUF_SIZE 256
202 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE];
260 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE];
307 char *prop, propbuf[OFW_MAX_STACK_BUF_SIZE];

Completed in 12 milliseconds