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

  /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;
  /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);

Completed in 3733 milliseconds