Searched refs:blist_create (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.h8 * blist = blist_create(blocks)
93 extern blist_t blist_create(daddr_t blocks);
H A Dblist.c154 * blist_create() - create a blist capable of handling up to the specified
164 blist_create(daddr_t blocks) function
266 blist_t newbl = blist_create(count);
872 bl = blist_create(size);
H A Ddtrace_glue.c993 p->blist = bl = blist_create( size );

Completed in 75 milliseconds