Home
last modified time | relevance | path

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

/freebsd-src/sbin/devd/
H A Ddevd.hh133 int get_priority() const { return (_prio); } in get_priority() function
H A Ddevd.cc505 return (l1->get_priority() > l2->get_priority()); in operator ()()