Searched defs:bool (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/scripts/kconfig/ |
D | zconf.gperf | 33 bool, T_TYPE, TF_COMMAND, S_BOOLEAN keyword
|
/linux-3.3/net/netfilter/ |
D | xt_tcpudp.c | 86 #define FWINVTCP(bool, invflg) ((bool) ^ !!(tcpinfo->invflags & (invflg))) in tcp_mt() argument
|
/linux-3.3/sound/core/seq/oss/ |
D | seq_oss_init.c | 500 enabled_str(int bool) in enabled_str()
|
/linux-3.3/security/tomoyo/ |
D | domain.c | 96 const bool)) in tomoyo_update_domain()
|
/linux-3.3/drivers/media/video/m5mols/ |
D | m5mols_core.c | 759 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
|
/linux-3.3/include/linux/ |
D | arcdevice.h | 26 #define bool int macro
|
/linux-3.3/include/linux/netfilter_bridge/ |
D | ebtables.h | 298 #define FWINV(bool,invflg) ((bool) ^ !!(info->invflags & invflg)) argument
|
/linux-3.3/net/ipv4/netfilter/ |
D | arp_tables.c | 112 #define FWINV(bool, invflg) ((bool) ^ !!(arpinfo->invflags & (invflg))) in arp_packet_match() argument
|
D | ip_tables.c | 82 #define FWINV(bool, invflg) ((bool) ^ !!(ipinfo->invflags & (invflg))) in ip_packet_match() argument
|
/linux-3.3/net/ipv6/netfilter/ |
D | ip6_tables.c | 107 #define FWINV(bool, invflg) ((bool) ^ !!(ip6info->invflags & (invflg))) in ip6_packet_match() argument
|
/linux-3.3/net/bridge/netfilter/ |
D | ebtables.c | 124 #define FWINV2(bool,invflg) ((bool) ^ !!(e->invflags & invflg)) argument
|
/linux-3.3/security/selinux/ss/ |
D | services.c | 2445 int security_get_bool_value(int bool) in security_get_bool_value()
|