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

  /src/sys/kern/
subr_bufq.c 131 bufq_alloc(struct bufq_state **bufqp, const char *strategy, int flags) function in typeref:typename:int
154 panic("bufq_alloc: sort out of range");
192 panic("bufq_alloc: no strategy");
201 printf("bufq_alloc: '%s' is not available. using '%s'.\n",
207 printf("bufq_alloc: using '%s'\n", bsp->bs_name);

Completed in 12 milliseconds