Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A Dzmalloc.c50 struct buffer_map { struct
51 struct buffer_map *bm_next; argument
57 static struct buffer_map *bm_list; /* NULL by default */ argument
59 static struct buffer_map *
62 struct buffer_map *bm; in insert_bm()
64 bm = (struct buffer_map *)malloc(sizeof (struct buffer_map)); in insert_bm()
78 register struct buffer_map *p_curr; in delete_bm()
79 register struct buffer_map *p_prev; in delete_bm()