Searched refs:s_allocsz (Results 1 – 3 of 3) sorted by relevance
945 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()
830 nfrags = sp->s_allocsz / fragbytes; in auimpl_format_setup()840 while ((nfrags * fragbytes) > sp->s_allocsz) { in auimpl_format_setup()
86 uint32_t s_allocsz; member