HomeSort by: relevance | last modified time | path
    Searched defs:table_end (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/dm/
device-mapper.c 602 uint64_t table_start, table_end; local in function:dmstrategy
608 table_end = 0;
651 table_end = table_start + table_en->length * DEV_BSIZE;
653 end = MIN(table_end, buf_start + buf_len);
656 aprint_debug("table_start %010" PRIu64", table_end %010"
657 PRIu64 "\n", table_start, table_end);
device-mapper.c 602 uint64_t table_start, table_end; local in function:dmstrategy
608 table_end = 0;
651 table_end = table_start + table_en->length * DEV_BSIZE;
653 end = MIN(table_end, buf_start + buf_len);
656 aprint_debug("table_start %010" PRIu64", table_end %010"
657 PRIu64 "\n", table_start, table_end);

Completed in 24 milliseconds