Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dvia82c686.c224 int i, segs, seg_size; in via_buildsgdt() local
232 seg_size = ch->blksz; in via_buildsgdt()
233 segs = sndbuf_getsize(ch->buffer) / seg_size; in via_buildsgdt()
238 ch->sgd_table[i].ptr = phys_addr + (i * seg_size); in via_buildsgdt()
239 ch->sgd_table[i].flags = flag | seg_size; in via_buildsgdt()
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvresize.c284 uint32_t seg_stripes = 0, seg_stripesize = 0, seg_size = 0; in _lvresize() local
409 seg_size = lp->extents - lv->le_count; in _lvresize()
511 seg_size = lp->extents - extents_used; in _lvresize()
526 if ((size_rest = seg_size % (lp->stripes * stripesize_extents))) { in _lvresize()
/dragonfly/sys/kern/
H A Dimgact_elf.c612 u_long seg_size, seg_addr; in __CONCAT() local
755 seg_size = round_page(phdr[i].p_memsz + in __CONCAT()
776 text_size = seg_size; in __CONCAT()
780 data_size = seg_size; in __CONCAT()
783 total_size += seg_size; in __CONCAT()