Searched refs:s_head (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h33 unsigned char s_head; member in struct:bootrecord
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c144 return (sp->s_head);
183 ASSERT((sp->s_head - sp->s_tail) <= sp->s_nframes);
184 count = (uint_t)(sp->s_head - sp->s_tail);
196 n = max(n, sp->s_head - sp->s_tail);
203 ASSERT(sp->s_tail <= sp->s_head);
225 ASSERT(sp->s_head >= sp->s_tail);
229 cnt = n = min(n, sp->s_head - sp->s_tail);
250 ASSERT(sp->s_tail <= sp->s_head);
264 n = max(n, sp->s_nframes - (sp->s_head - sp->s_tail));
265 sp->s_head
[all...]
H A Daudio_input.c104 ASSERT(sp->s_head >= sp->s_tail);
125 sp->s_head += nf;
134 ASSERT(sp->s_tail <= sp->s_head);
225 ASSERT(sp->s_head >= sp->s_tail);
226 space = sp->s_nframes - (sp->s_head - sp->s_tail);
H A Daudio_output.c237 ASSERT(sp->s_head >= sp->s_tail);
239 avail = sp->s_head - sp->s_tail;
H A Daudio_impl.h75 #define s_head s_buf.b_head macro
H A Daudio_format.c908 sp->s_tail = sp->s_head = 0;

Completed in 93 milliseconds