Home
last modified time | relevance | path

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

/freebsd-13.1/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()
434 start_obj = i; in dmu_object_next()
436 start_obj = *objectp + 1; in dmu_object_next()
439 offset = start_obj << DNODE_SHIFT; in dmu_object_next()
/freebsd-13.1/contrib/dialog/
H A Dprogressbox.c83 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() function
343 start_obj(obj, title, cprompt); in pause_for_ok()
407 start_obj(obj, title, cprompt); in dlg_progressbox()