Home
last modified time | relevance | path

Searched defs:match_list (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/cros/
Dpower_utils.py591 def _verify_registers(self, reg_name, read_fn, match_list): argument
606 def verify_msr(self, match_list): argument
618 def verify_dmi(self, match_list): argument
626 def verify_mch(self, match_list): argument
634 def verify_rcba(self, match_list): argument
/external/selinux/python/sepolgen/src/sepolgen/
Dmatching.py236 def search_ifs(self, ifset, av, match_list): argument
/external/openssh/
Dmatch.c257 match_list(const char *client, const char *server, u_int *next) in match_list() function
/external/libedit/src/
Dfilecomplete.c284 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local
/external/iptables/iptables/
Dnft-bridge.h110 struct ebt_match *match_list; member
Dnft-bridge.c319 static void parse_watcher(void *object, struct ebt_match **match_list, in parse_watcher()