Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/contrib/
H A Dunbound-querycachedb.py17 hobj = hashlib.sha256()
18 hobj.update(dns.name.from_text(qname).to_wire())
19 hobj.update(struct.pack('HH',
22 hobj.update(secret)
23 return hobj.hexdigest().upper()
/freebsd/sys/dev/acpica/
H A Dacpi.c1910 acpi_bus_get_prop_handle(const ACPI_OBJECT *hobj, void *propvalue, size_t size) in acpi_bus_get_prop_handle() argument
1915 if (hobj->Type != ACPI_TYPE_PACKAGE) in acpi_bus_get_prop_handle()
1917 if (hobj->Package.Count != 1) in acpi_bus_get_prop_handle()
1920 pobj = &hobj->Package.Elements[0]; in acpi_bus_get_prop_handle()