Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1b.c74 int nfrags; in pass1bcheck() local
78 for (nfrags = 0; nfrags < idesc->id_numfrags; blkno++, nfrags++) { in pass1bcheck()
87 lbn = idesc->id_lbn * sblock.fs_frag + nfrags; in pass1bcheck()
H A Dpass1.c625 int nfrags; in pass1check() local
685 for (nfrags = 0; nfrags < idesc->id_numfrags; fragno++, nfrags++) { in pass1check()
703 lbn = idesc->id_lbn * sblock.fs_frag + nfrags; in pass1check()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c708 uint_t nfrags; in auimpl_format_setup() local
826 nfrags = sp->s_hintsz / fragbytes; in auimpl_format_setup()
828 nfrags = sp->s_hintfrags; in auimpl_format_setup()
830 nfrags = sp->s_allocsz / fragbytes; in auimpl_format_setup()
837 if (nfrags < 2) { in auimpl_format_setup()
838 nfrags = 2; in auimpl_format_setup()
840 while ((nfrags * fragbytes) > sp->s_allocsz) { in auimpl_format_setup()
841 nfrags--; in auimpl_format_setup()
844 if (nfrags < 2) { in auimpl_format_setup()
891 sp->s_nfrags = nfrags; in auimpl_format_setup()
[all …]
H A Daudio_oss.c1039 int nfrags; in sndctl_dsp_setfragment() local
1042 nfrags = (*fragp) >> 16; in sndctl_dsp_setfragment()
1043 if ((nfrags >= 0x7fffU) || (nfrags < 2)) { in sndctl_dsp_setfragment()
1053 bufsz = (1U << fragsz) * nfrags; in sndctl_dsp_setfragment()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h366 unsigned nfrags; member
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h144 unsigned nfrags; /* number of fragments in buffer */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.h326 unsigned nfrags; member
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c5484 engp->nfrags = 10; in usb_engine_open()
5485 engp->bufsz = engp->fragsz * engp->nfrags; in usb_engine_open()
5496 *nframesp = engp->nfrags * engp->fragfr; in usb_engine_open()