Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A Denscript-autoconf.patch32 #define ___P(protos) protos
34 -#define ___P(protos) ()
48 #define ___P(protos) protos
50 -#define ___P(protos) ()
64 #define ___P(protos) protos
66 -#define ___P(protos) ()
80 #define ___P(protos) protos
82 -#define ___P(protos) ()
96 #define ___P(protos) protos
98 -#define ___P(protos) ()
[all …]
/openbmc/u-boot/include/bedbug/
H A Dbedbug.h18 #define __P(protos) protos /* full-blown ANSI C */ argument
20 #define __P(protos) () /* traditional C preprocessor */ argument
/openbmc/linux/tools/net/ynl/samples/
H A DMakefile12 LDLIBS=-lmnl ../lib/ynl.a ../generated/protos.a
21 $(BINS): ../lib/ynl.a ../generated/protos.a
/openbmc/linux/tools/net/ynl/generated/
H A DMakefile22 all: protos.a $(HDRS) $(SRCS) $(KHDRS) $(KSRCS) $(UAPI) regen
24 protos.a: $(OBJS)
/openbmc/linux/drivers/net/wan/
H A Dhdlc_ppp.c73 struct proto protos[IDX_COUNT]; member
116 return &ppp->protos[IDX_LCP]; in get_proto()
118 return &ppp->protos[IDX_IPCP]; in get_proto()
120 return &ppp->protos[IDX_IPV6CP]; in get_proto()
460 if (ppp->protos[IDX_LCP].state == OPENED) in ppp_rx()
621 struct proto *proto = &ppp->protos[i]; in ppp_start()
627 ppp->protos[IDX_LCP].pid = PID_LCP; in ppp_start()
628 ppp->protos[IDX_IPCP].pid = PID_IPCP; in ppp_start()
629 ppp->protos[IDX_IPV6CP].pid = PID_IPV6CP; in ppp_start()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-googleapis-common-protos_1.63.0.bb2 HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
H A Dpython3-google-api-core_2.18.0.bb18 python3-googleapis-common-protos \
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c299 static struct ip_vs_protocol *protos[] = { in ip_vs_protocol_net_init() local
317 for (i = 0; i < ARRAY_SIZE(protos); i++) { in ip_vs_protocol_net_init()
318 ret = register_ip_vs_proto_netns(ipvs, protos[i]); in ip_vs_protocol_net_init()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dremote_controllers.rst22 rc-protos
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A Dunistd.patch12 the genrated protos.h file and thus avoiding the above failure.
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c647 u64 protos = 0; in img_ir_allowed_protos() local
653 protos |= dec->type; in img_ir_allowed_protos()
655 return protos; in img_ir_allowed_protos()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Ddriver.c2617 DECLARE_BITMAP(protos, SCMI_MAX_CHANNELS) = {}; in scmi_debugfs_raw_mode_setup()
2634 if (!test_bit(cinfo->id, protos)) { in scmi_debugfs_raw_mode_setup()
2636 set_bit(cinfo->id, protos); in scmi_debugfs_raw_mode_setup()
/openbmc/linux/Documentation/bpf/
H A Dbpf_design_QA.rst279 The kernel function protos will change and the bpf programs will be