Searched refs:btp (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/tools/
H A Dcred_dump_backtraces.c42 cred_backtrace *btp; local
67 btp = &bt_buffp->stack_buffer[ 0 ];
70 for ( i = 0; i < bt_buffp->next_slot; i++, btp++ ) {
72 for ( j = 0; j < btp->depth; j++ ) {
73 printf("%p ", btp->stack[ j ]);
/xnu-2422.115.4/bsd/kern/
H A Dmcache.c177 mcache_bkttype_t *btp; local
198 for (i = 0; i < sizeof (mcache_bkttype) / sizeof (*btp); i++) {
199 btp = &mcache_bkttype[i];
201 btp->bt_bktsize);
202 btp->bt_cache = mcache_create(name,
203 (btp->bt_bktsize + 1) * sizeof (void *), 0, 0, MCR_SLEEP);
281 mcache_bkttype_t *btp; local
388 for (btp = mcache_bkttype; chunksize <= btp->bt_minbuf; btp
705 mcache_bkttype_t *btp; local
1070 mcache_bkt_alloc(mcache_t *cp, mcache_bktlist_t *blp, mcache_bkttype_t **btp) argument
1142 mcache_bkttype_t *btp; local
1184 mcache_bkt_destroy(mcache_t *cp, mcache_bkttype_t *btp, mcache_bkt_t *bkt, int nobjs) argument
1242 mcache_bkttype_t *btp; local
1355 mcache_bkttype_t *btp = cp->cache_bkttype; local
[all...]

Completed in 21 milliseconds