/openbmc/linux/lib/ |
H A D | string.c | 283 int strcmp(const char *cs, const char *ct) in strcmp() 307 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 488 char *strpbrk(const char *cs, const char *ct) in strpbrk() 513 char *strsep(char **s, const char *ct) in strsep() 678 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
|
/openbmc/linux/include/linux/ |
H A D | vt_kern.h | 86 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 91 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | string.c | 73 int strcmp(const char *cs, const char *ct) in strcmp() 95 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_masquerade.c | 32 struct nf_conn *ct; in nf_nat_masquerade_ipv4() local 169 static int inet_cmp(struct nf_conn *ct, void *ptr) in inet_cmp() 247 struct nf_conn *ct; in nf_nat_masquerade_ipv6() local
|
H A D | nf_conntrack_proto_udp.c | 84 int nf_conntrack_udp_packet(struct nf_conn *ct, in nf_conntrack_udp_packet() 183 int nf_conntrack_udplite_packet(struct nf_conn *ct, in nf_conntrack_udplite_packet()
|
H A D | nft_ct_fast.c | 14 const struct nf_conn *ct; in nft_ct_get_fast_eval() local
|
H A D | nf_nat_tftp.c | 27 const struct nf_conn *ct = exp->master; in help() local
|
H A D | nf_conntrack_proto_icmp.c | 70 int nf_conntrack_icmp_packet(struct nf_conn *ct, in nf_conntrack_icmp_packet() 118 struct nf_conn *ct; in nf_conntrack_inet_error() local
|
H A D | nf_nat_bpf.c | 37 struct nf_conn *ct = (struct nf_conn *)nfct; in bpf_ct_set_nat_info() local
|
H A D | nf_conntrack_ftp.c | 344 static void update_nl_seq(struct nf_conn *ct, u32 nl_seq, in update_nl_seq() 371 struct nf_conn *ct, in help() 547 static int nf_ct_ftp_from_nlattr(struct nlattr *attr, struct nf_conn *ct) in nf_ct_ftp_from_nlattr()
|
H A D | nf_conntrack_broadcast.c | 19 struct nf_conn *ct, in nf_conntrack_broadcast_help()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | private_header_test.cpp | 45 auto ct = ph.createTimestamp(); in TEST_F() local 173 auto& ct = ph.createTimestamp(); in TEST_F() local
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | string.c | 98 int memcmp(const void *cs, const void *ct, size_t count) in memcmp() 111 int strcmp(const char *cs, const char *ct) in strcmp()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic_main.c | 126 static int snmp_translate(struct nf_conn *ct, int dir, struct sk_buff *skb) in snmp_translate() 161 struct nf_conn *ct, in help()
|
/openbmc/linux/arch/arm/plat-orion/ |
H A D | irq.c | 25 struct irq_chip_type *ct; in orion_irq_init() local
|
H A D | gpio.c | 355 struct irq_chip_type *ct = irq_data_get_chip_type(d); in gpio_irq_set_type() local 495 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_gpio_unmask_irq() local 509 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_gpio_mask_irq() local 527 struct irq_chip_type *ct; in orion_gpio_init() local
|
/openbmc/linux/arch/x86/lib/ |
H A D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr()
|
H A D | string_32.c | 96 int strcmp(const char *cs, const char *ct) in strcmp() 119 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_encode.h | 69 struct fc_ct_req *ct; in fc_ct_hdr_fill() local 96 struct fc_ct_req *ct; in fc_ct_ns_fill() local 190 struct fc_ct_req *ct; in fc_ct_ms_fill() local
|
/openbmc/linux/arch/s390/kernel/ |
H A D | cache.c | 129 union cache_topology ct; in init_cache_level() local 152 union cache_topology ct; in populate_cache_leaves() local
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_nat_helper.h | 18 struct nf_conn *ct, in nf_nat_mangle_tcp_packet()
|
H A D | nf_conntrack_bpf.h | 10 struct nf_conn ct; member
|
H A D | nf_conntrack_helper.h | 125 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help() 130 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mvebu.c | 419 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_mask() local 432 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_unmask() local 446 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_mask() local 459 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_unmask() local 497 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_irq_set_type() local 1128 struct irq_chip_type *ct; in mvebu_gpio_probe() local
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 45 unsigned int ct; /* Can be 842 or GZIP high/normal*/ member 766 int vasid, int type, int *ct) in vas_cfg_coproc_info() 893 int *ct) in find_nx_device_tree() 954 unsigned int ct, ci; in nx842_powernv_probe() local
|