Searched refs:find_by (Results 1 – 1 of 1) sorted by relevance
156 xrefinfo_find(uintptr_t key, int find_by) in xrefinfo_find() argument163 if ((find_by == FIND_BY_XREF && (phandle_t)key == xi->xref) || in xrefinfo_find()164 (find_by == FIND_BY_NODE && (phandle_t)key == xi->node) || in xrefinfo_find()165 (find_by == FIND_BY_DEV && key == (uintptr_t)xi->dev)) { in xrefinfo_find()