Searched refs:check_target (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_kmod.py | 92 def check_target(lines, install): function 111 kdirpath, manual_install = check_target(install_lines, install=True) 113 kdirpath, _ = check_target(compile_lines, install=False)
|
/openbmc/linux/mm/ |
H A D | compaction.c | 304 bool check_target) in __reset_isolation_pfn() argument 322 if (check_source && check_target && !get_pageblock_skip(page)) in __reset_isolation_pfn() 329 if (!check_source && check_target && in __reset_isolation_pfn() 360 if (check_target && PageBuddy(page)) { in __reset_isolation_pfn()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 1545 goto check_target; in zfcp_erp_strategy() 1586 check_target: in zfcp_erp_strategy()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 388 static int check_target(struct arpt_entry *e, struct net *net, const char *name) in check_target() function 425 ret = check_target(e, net, name); in find_check_entry()
|
H A D | ip_tables.c | 497 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 552 ret = check_target(e, net, name); in find_check_entry()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 515 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 571 ret = check_target(e, net, name); in find_check_entry()
|