Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 12 of 12) sorted by relevance

/linux-3.3/scripts/kconfig/
Dzconf.gperf33 bool, T_TYPE, TF_COMMAND, S_BOOLEAN keyword
/linux-3.3/net/netfilter/
Dxt_tcpudp.c86 #define FWINVTCP(bool, invflg) ((bool) ^ !!(tcpinfo->invflags & (invflg))) in tcp_mt() argument
/linux-3.3/sound/core/seq/oss/
Dseq_oss_init.c500 enabled_str(int bool) in enabled_str()
/linux-3.3/security/tomoyo/
Ddomain.c96 const bool)) in tomoyo_update_domain()
/linux-3.3/drivers/media/video/m5mols/
Dm5mols_core.c759 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
/linux-3.3/include/linux/
Darcdevice.h26 #define bool int macro
/linux-3.3/include/linux/netfilter_bridge/
Debtables.h298 #define FWINV(bool,invflg) ((bool) ^ !!(info->invflags & invflg)) argument
/linux-3.3/net/ipv4/netfilter/
Darp_tables.c112 #define FWINV(bool, invflg) ((bool) ^ !!(arpinfo->invflags & (invflg))) in arp_packet_match() argument
Dip_tables.c82 #define FWINV(bool, invflg) ((bool) ^ !!(ipinfo->invflags & (invflg))) in ip_packet_match() argument
/linux-3.3/net/ipv6/netfilter/
Dip6_tables.c107 #define FWINV(bool, invflg) ((bool) ^ !!(ip6info->invflags & (invflg))) in ip6_packet_match() argument
/linux-3.3/net/bridge/netfilter/
Debtables.c124 #define FWINV2(bool,invflg) ((bool) ^ !!(e->invflags & invflg)) argument
/linux-3.3/security/selinux/ss/
Dservices.c2445 int security_get_bool_value(int bool) in security_get_bool_value()