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

/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A Dzmalloc.c50 struct buffer_map { struct
51 struct buffer_map *bm_next;
57 static struct buffer_map *bm_list; /* NULL by default */
59 static struct buffer_map *
62 struct buffer_map *bm;
64 bm = (struct buffer_map *)malloc(sizeof (struct buffer_map));
78 register struct buffer_map *p_curr;
79 register struct buffer_map *p_prev;
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c85 if (ctx->buffer_map [i]) {
104 ctx->buffer_map [frag] = -1;
111 ctx->buffer_map [frag] = 1;
123 * here starts the write code. All assumes that ctx->buffer_map [first] and
124 * ctx->buffer_map [last] are occupied by fragments that need to be duplicated.
137 new = ctx->buffer_map [first];
139 if (ctx->buffer_map [old] == -1)
142 if (ctx->buffer_map [old] != new)
158 new = ctx->buffer_map [last];
160 if (ctx->buffer_map [ol
[all...]
H A Dcontext.h42 FatFragment* buffer_map; member in struct:_FatOpContext
H A Dcontext.c93 ctx->buffer_map = (FatFragment*) ped_malloc (sizeof (FatFragment)
95 if (!ctx->buffer_map)
111 ped_free (ctx->buffer_map);
121 ped_free (ctx->buffer_map);

Completed in 52 milliseconds