Searched refs:retobj (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi_dock.c | 100 ACPI_OBJECT retobj; in acpi_dock_execute_dck() local 109 buf.Pointer = &retobj; in acpi_dock_execute_dck() 110 buf.Length = sizeof(retobj); in acpi_dock_execute_dck() 120 if (ACPI_SUCCESS(status) && retobj.Type == ACPI_TYPE_INTEGER && in acpi_dock_execute_dck() 121 retobj.Integer.Value == 1) in acpi_dock_execute_dck()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4525 dump_path_impl(objset_t *os, uint64_t obj, char *name, uint64_t *retobj) in dump_path_impl() argument 4575 return (dump_path_impl(os, child_obj, s + 1, retobj)); in dump_path_impl() 4578 if (retobj != NULL) { in dump_path_impl() 4579 *retobj = child_obj; in dump_path_impl() 4598 dump_path(char *ds, char *path, uint64_t *retobj) in dump_path() argument 4618 err = dump_path_impl(os, root_obj, path, retobj); in dump_path()
|