Symbol: dir_info
src/add-ons/kernel/file_systems/ufs2/DirectoryIterator.h
52
dir_info* DirectInfo() { return direct_info; }
src/add-ons/kernel/file_systems/ufs2/DirectoryIterator.h
60
dir_info* direct_info;
src/system/libroot/posix/malloc/openbsd/malloc.c
1024
init_chunk_info(struct dir_info *d, struct chunk_info *p, u_int bucket)
src/system/libroot/posix/malloc/openbsd/malloc.c
1040
alloc_chunk_info(struct dir_info *d, u_int bucket)
src/system/libroot/posix/malloc/openbsd/malloc.c
1095
omalloc_make_chunks(struct dir_info *d, u_int bucket, u_int listnum)
src/system/libroot/posix/malloc/openbsd/malloc.c
1213
malloc_bytes(struct dir_info *d, size_t size)
src/system/libroot/posix/malloc/openbsd/malloc.c
1291
validate_canary(struct dir_info *d, u_char *ptr, size_t sz, size_t allocated)
src/system/libroot/posix/malloc/openbsd/malloc.c
1312
find_chunknum(struct dir_info *d, struct chunk_info *info, void *ptr, int check)
src/system/libroot/posix/malloc/openbsd/malloc.c
1337
free_bytes(struct dir_info *d, struct region_info *r, void *ptr)
src/system/libroot/posix/malloc/openbsd/malloc.c
1379
omalloc(struct dir_info *pool, size_t sz, int zero_fill)
src/system/libroot/posix/malloc/openbsd/malloc.c
1451
malloc_recurse(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
1471
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
1499
d = (struct dir_info *)(p + MALLOC_PAGESIZE +
src/system/libroot/posix/malloc/openbsd/malloc.c
1592
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
1608
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
1621
findpool(void *p, struct dir_info *argpool, struct dir_info **foundpool,
src/system/libroot/posix/malloc/openbsd/malloc.c
1624
struct dir_info *pool = argpool;
src/system/libroot/posix/malloc/openbsd/malloc.c
1677
ofree(struct dir_info **argpool, void *p, int clear, int check, size_t argsz)
src/system/libroot/posix/malloc/openbsd/malloc.c
1680
struct dir_info *pool;
src/system/libroot/posix/malloc/openbsd/malloc.c
1807
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
1843
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
1872
orealloc(struct dir_info **argpool, void *p, size_t newsz)
src/system/libroot/posix/malloc/openbsd/malloc.c
1875
struct dir_info *pool;
src/system/libroot/posix/malloc/openbsd/malloc.c
2044
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2058
omalloc_usable_size(struct dir_info **argpool, void *p)
src/system/libroot/posix/malloc/openbsd/malloc.c
2061
struct dir_info *pool;
src/system/libroot/posix/malloc/openbsd/malloc.c
2079
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2107
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2134
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2158
orecallocarray(struct dir_info **argpool, void *p, size_t oldsize,
src/system/libroot/posix/malloc/openbsd/malloc.c
2162
struct dir_info *pool;
src/system/libroot/posix/malloc/openbsd/malloc.c
221
static void unmap(struct dir_info *d, void *p, size_t sz, size_t clear);
src/system/libroot/posix/malloc/openbsd/malloc.c
2276
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2317
mapalign(struct dir_info *d, size_t alignment, size_t sz, int zero_fill)
src/system/libroot/posix/malloc/openbsd/malloc.c
2351
omemalign(struct dir_info *pool, size_t alignment, size_t sz, int zero_fill)
src/system/libroot/posix/malloc/openbsd/malloc.c
2426
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
2468
struct dir_info *d;
src/system/libroot/posix/malloc/openbsd/malloc.c
247
struct dir_info *malloc_pool[_MALLOC_MUTEXES];
src/system/libroot/posix/malloc/openbsd/malloc.c
2502
store_caller(struct dir_info *d, struct btnode *f)
src/system/libroot/posix/malloc/openbsd/malloc.c
2528
print_chunk_details(struct dir_info *pool, void *p, size_t sz, size_t index)
src/system/libroot/posix/malloc/openbsd/malloc.c
2744
dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks)
src/system/libroot/posix/malloc/openbsd/malloc.c
2774
dump_free_page_info(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
2799
malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks)
src/system/libroot/posix/malloc/openbsd/malloc.c
2845
malloc_dump0(int poolno, struct dir_info *pool, struct leaktree *leaks)
src/system/libroot/posix/malloc/openbsd/malloc.c
287
static __dead void wrterror(struct dir_info *d, char *msg, ...)
src/system/libroot/posix/malloc/openbsd/malloc.c
294
static void print_chunk_details(struct dir_info *, void *, size_t, size_t);
src/system/libroot/posix/malloc/openbsd/malloc.c
295
static void* store_caller(struct dir_info *, struct btnode *);
src/system/libroot/posix/malloc/openbsd/malloc.c
305
caller(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
330
static inline void* caller(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
366
static inline struct dir_info *
src/system/libroot/posix/malloc/openbsd/malloc.c
381
wrterror(struct dir_info *d, char *msg, ...)
src/system/libroot/posix/malloc/openbsd/malloc.c
414
rbytes_init(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
422
getrbyte(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
621
omalloc_poolinit(struct dir_info *d, int mmap_flag)
src/system/libroot/posix/malloc/openbsd/malloc.c
643
omalloc_grow(struct dir_info *d)
src/system/libroot/posix/malloc/openbsd/malloc.c
697
insert(struct dir_info *d, void *p, size_t sz, void *f)
src/system/libroot/posix/malloc/openbsd/malloc.c
724
find(struct dir_info *d, void *p)
src/system/libroot/posix/malloc/openbsd/malloc.c
748
delete(struct dir_info *d, struct region_info *ri)
src/system/libroot/posix/malloc/openbsd/malloc.c
803
validate_junk(struct dir_info *pool, void *p, size_t argsz)
src/system/libroot/posix/malloc/openbsd/malloc.c
841
unmap(struct dir_info *d, void *p, size_t sz, size_t clear)
src/system/libroot/posix/malloc/openbsd/malloc.c
929
map(struct dir_info *d, size_t sz, int zero_fill)