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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_dock.c100 ACPI_OBJECT retobj; local
109 buf.Pointer = &retobj;
110 buf.Length = sizeof(retobj);
120 if (ACPI_SUCCESS(status) && retobj.Type == ACPI_TYPE_INTEGER &&
121 retobj.Integer.Value == 1)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4523 dump_path_impl(objset_t *os, uint64_t obj, char *name, uint64_t *retobj) argument
4573 return (dump_path_impl(os, child_obj, s + 1, retobj));
4576 if (retobj != NULL) {
4577 *retobj = child_obj;
4596 dump_path(char *ds, char *path, uint64_t *retobj) argument
4616 err = dump_path_impl(os, root_obj, path, retobj);

Completed in 179 milliseconds