Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/dm/
H A Ddevice-mapper.c374 uint64_t table_start, table_end; in dmstrategy() local
420 table_start = table_en->start * DEV_BSIZE; in dmstrategy()
421 table_end = table_start + table_en->length * DEV_BSIZE; in dmstrategy()
426 start = MAX(table_start, buf_start); in dmstrategy()
432 PRIu64 "\n", table_start, table_end); in dmstrategy()
457 nestbuf->b_bio1.bio_offset = start - table_start; in dmstrategy()
479 uint64_t table_start, table_end; in dmdump() local
497 table_start = table_en->start * DEV_BSIZE; in dmdump()
498 table_end = table_start + table_en->length * DEV_BSIZE; in dmdump()
503 start = MAX(table_start, buf_start); in dmdump()
[all …]
H A Ddm_ioctl.c1005 uint64_t table_start, table_end, sector; in dm_message_ioctl() local
1041 table_start = table_en->start; in dm_message_ioctl()
1042 table_end = table_start + table_en->length; in dm_message_ioctl()
1044 if ((sector >= table_start) && (sector < table_end)) { in dm_message_ioctl()
/dflybsd-src/sys/dev/drm/amd/powerplay/smumgr/
H A Dfiji_smumgr.c226 uint32_t table_start; in fiji_setup_graphics_level_structure() local
233 &table_start, 0x40000), in fiji_setup_graphics_level_structure()
242 vr_config_addr = table_start + in fiji_setup_graphics_level_structure()
251 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()