Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dzmalloc.c48 struct buffer_map { struct
49 struct buffer_map *bm_next; argument
55 static struct buffer_map *bm_list; /* NULL by default */ argument
57 static struct buffer_map *
60 struct buffer_map *bm; in insert_bm()
62 bm = (struct buffer_map *)malloc(sizeof (struct buffer_map)); in insert_bm()
76 register struct buffer_map *p_curr; in delete_bm()
77 register struct buffer_map *p_prev; in delete_bm()