Home
last modified time | relevance | path

Searched refs:bba_allocm (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/tc/
H A Dbba.c146 void *bba_allocm(void *, int, size_t, int, int);
165 .allocm = bba_allocm,
265 bba_allocm(void *v, int direction, size_t size, int mtype, int flags) in bba_allocm() function