Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_flashmap.c52 off_t sl_end; member
84 (uintmax_t)slice->sl_end, slice->sl_name, in g_flashmap_print()
85 (uintmax_t)(slice->sl_end - slice->sl_start) / 1024); in g_flashmap_print()
106 slice->sl_end - slice->sl_start + 1, in g_flashmap_modify()
117 slice->sl_end - slice->sl_start + 1, in g_flashmap_modify()
243 slice->sl_end = slices[i].base + slices[i].size - 1; in g_flashmap_load()
/NextBSD/sys/arm/arm/
HDbusdma_machdep.c950 bus_addr_t sl_end = 0; in _bus_dmamap_load_phys() local
983 sl_end = VM_PAGE_TO_PHYS(sl->pages) + in _bus_dmamap_load_phys()
986 if (map->sync_count == 0 || curaddr != sl_end) { in _bus_dmamap_load_phys()
HDbusdma_machdep-v6.c1046 bus_addr_t sl_end = 0; in _bus_dmamap_load_phys() local
1079 sl_end = sl->paddr + sl->datacount; in _bus_dmamap_load_phys()
1081 if (map->sync_count == 0 || curaddr != sl_end) { in _bus_dmamap_load_phys()