Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c393 uint64_t start_obj; in dmu_object_next() local
398 start_obj = 1; in dmu_object_next()
436 start_obj = i; in dmu_object_next()
438 start_obj = *objectp + 1; in dmu_object_next()
441 offset = start_obj << DNODE_SHIFT; in dmu_object_next()
/freebsd/contrib/dialog/
H A Dprogressbox.c84 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() function
352 start_obj(obj, title, cprompt); in pause_for_ok()
418 start_obj(obj, title, cprompt); in dlg_progressbox()