Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_dock.c98 ACPI_OBJECT retobj; in acpi_dock_execute_dck() local
107 buf.Pointer = &retobj; in acpi_dock_execute_dck()
108 buf.Length = sizeof(retobj); in acpi_dock_execute_dck()
118 if (ACPI_SUCCESS(status) && retobj.Type == ACPI_TYPE_INTEGER && in acpi_dock_execute_dck()
119 retobj.Integer.Value == 1) in acpi_dock_execute_dck()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5035 dump_path_impl(objset_t *os, uint64_t obj, char *name, uint64_t *retobj) in dump_path_impl() argument
5085 return (dump_path_impl(os, child_obj, s + 1, retobj)); in dump_path_impl()
5088 if (retobj != NULL) { in dump_path_impl()
5089 *retobj = child_obj; in dump_path_impl()
5108 dump_path(char *ds, char *path, uint64_t *retobj) in dump_path() argument
5128 err = dump_path_impl(os, root_obj, path, retobj); in dump_path()