HomeSort by relevance Sort by last modified time
    Searched refs:parent_handle (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 238 acpi_handle parent_handle; local
243 status = acpi_get_handle(NULL, "\\_SB", &parent_handle);
249 parent_handle, 0, &dev_handle) == 0) {
250 parent_handle = dev_handle;
262 status = acpi_get_parent(dev_handle, &parent_handle);
  /system/tpm/trunks/
mock_tpm.cc 68 TPM_RC MockTpm::CreateSync(const TPMI_DH_OBJECT& parent_handle,
80 return CreateSyncShort(parent_handle, in_sensitive, in_public, creation_pcr,
mock_tpm.h 127 void(const TPMI_DH_OBJECT& parent_handle,
136 TPM_RC CreateSync(const TPMI_DH_OBJECT& parent_handle,
149 TPM_RC(const TPMI_DH_OBJECT& parent_handle,
160 void(const TPMI_DH_OBJECT& parent_handle,
167 TPM_RC(const TPMI_DH_OBJECT& parent_handle,
245 const TPMI_DH_OBJECT& parent_handle,
253 const TPMI_DH_OBJECT& parent_handle,
300 void(const TPMI_DH_OBJECT& parent_handle,
310 TPM_RC(const TPMI_DH_OBJECT& parent_handle,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]
  /external/iproute2/tc/
tc_filter.c 340 __u32 parent_handle = 0; local
379 if (get_tc_classid(&parent_handle, *argv))
381 req.t.tcm_parent = parent_handle;

Completed in 233 milliseconds