Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c945 sp->s_allocsz = 65536; in auimpl_stream_init()
946 sp->s_data = ddi_umem_alloc(sp->s_allocsz, DDI_UMEM_NOSLEEP, in auimpl_stream_init()
949 sp->s_allocsz = 0; in auimpl_stream_init()
954 bzero(sp->s_data, sp->s_allocsz); in auimpl_stream_init()
H A Daudio_format.c830 nfrags = sp->s_allocsz / fragbytes; in auimpl_format_setup()
840 while ((nfrags * fragbytes) > sp->s_allocsz) { in auimpl_format_setup()
H A Daudio_impl.h86 uint32_t s_allocsz; member