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

/freebsd-current/sys/dev/acpica/
H A Dacpi_dock.c98 ACPI_OBJECT retobj; local
107 buf.Pointer = &retobj;
108 buf.Length = sizeof(retobj);
118 if (ACPI_SUCCESS(status) && retobj.Type == ACPI_TYPE_INTEGER &&
119 retobj.Integer.Value == 1)
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4820 dump_path_impl(objset_t *os, uint64_t obj, char *name, uint64_t *retobj) argument
4870 return (dump_path_impl(os, child_obj, s + 1, retobj));
4873 if (retobj != NULL) {
4874 *retobj = child_obj;
4893 dump_path(char *ds, char *path, uint64_t *retobj) argument
4913 err = dump_path_impl(os, root_obj, path, retobj);

Completed in 182 milliseconds