Home
last modified time | relevance | path

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

/dragonfly/lib/libdm/
HDdm_task.c723 uint64_t ulength; in dm_get_next_target() local
759 if (!prop_dictionary_get_uint64(target_dict, DM_TABLE_LENGTH, &ulength)) in dm_get_next_target()
762 *lengthp = (size_t)ulength; in dm_get_next_target()