Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd/crypto/heimdal/lib/ipc/
H A Dclient.c61 struct mach_ctx *ipc; in mach_init() local
74 ipc = malloc(sizeof(*ipc)); in mach_init()
75 if (ipc == NULL) { in mach_init()
80 ipc->server = sport; in mach_init()
82 if (ipc->name == NULL) { in mach_init()
83 mach_release(ipc); in mach_init()
87 *ctx = ipc; in mach_init()
134 ipc->server = nport; in mach_ipc()
286 ipc->server = sport; in mach_async()
308 free(ipc->name); in mach_release()
[all …]
H A Dtc.c74 heim_ipc ipc; in test_ipc() local
77 ret = heim_ipc_init_context(service, &ipc); in test_ipc()
84 ret = heim_ipc_call(ipc, &req, &rep, NULL); in test_ipc()
92 ret = heim_ipc_async(ipc, &req, s, reply); in test_ipc()
98 heim_ipc_free_context(ipc); in test_ipc()
/freebsd/contrib/wireguard-tools/
H A D.gitignore5 ipc-uapi-windows.h
6 ipc-windows.h
13 ipc-linux.h
14 ipc-openbsd.h
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c485 packet.ipc = ipc; in indir()
514 packet.ipc = ipc; in indir_tnt()
946 packet.ipc = ipc; in event_enabled()
1002 packet.ipc = ipc; in event_disabled()
1063 tip.ipc = ipc; in event_async_disabled()
1184 tip.ipc = ipc; in event_async_branch()
1426 packet.ipc = ipc; in event_overflow_fup()
1474 packet.ipc = ipc; in event_overflow_tip_pge()
1581 packet.ipc = ipc; in event_exec_mode_tip()
1744 fup.ipc = ipc; in event_tsx_fup()
[all …]
H A Dptunit-last_ip.c212 packet.ipc = pt_ipc_suppressed; in update_ip_suppressed()
234 packet.ipc = pt_ipc_update_16; in update_ip_upd16()
256 packet.ipc = pt_ipc_update_32; in update_ip_upd32()
278 packet.ipc = pt_ipc_sext_48; in update_ip_sext48()
300 packet.ipc = (enum pt_ip_compression) 0xff; in update_ip_bad_packet()
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smsm.yaml40 "^qcom,ipc-[1-4]$":
46 - description: u32 representing the ipc bit within the register
48 Three entries specifying the outgoing ipc bit used for signaling the N:th
103 - qcom,ipc-1
105 - qcom,ipc-2
107 - qcom,ipc-3
109 - qcom,ipc-4
125 qcom,ipc-3 = <&apcs 8 19>;
H A Dqcom,rpm.yaml39 qcom,ipc:
45 - description: u32 representing the ipc bit within the register
47 Three entries specifying the outgoing ipc bit used for signaling the RPM.
60 - qcom,ipc
73 qcom,ipc = <&apcs 0x8 2>;
H A Dqcom,smp2p.yaml34 qcom,ipc:
40 - description: u32 representing the ipc bit within the register
42 Three entries specifying the outgoing ipc bit used for signaling the
116 - qcom,ipc
131 qcom,ipc = <&apcs 8 18>;
H A Dqcom,smd.txt31 - qcom,ipc:
34 Definition: three entries specifying the outgoing ipc bit used for
38 - u32 representing the ipc bit within the register
88 qcom,ipc = <&apcs 8 0>;
H A Dqcom,smsm.txt15 - qcom,ipc-N:
18 Definition: three entries specifying the outgoing ipc bit used for
22 - u32 representing the ipc bit within the register
89 qcom,ipc-3 = <&apcs 8 19>;
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_encoder.h68 enum pt_ip_compression ipc);
78 enum pt_ip_compression ipc);
82 enum pt_ip_compression ipc);
86 enum pt_ip_compression ipc);
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt63 Please run "sysctl kern.ipc" and "sysctl net.inet.tcp" and see if these
70 kern.ipc.nmbjumbo9=2000000
71 kern.ipc.nmbclusters=1000000
74 kern.ipc.maxsockbuf=2097152
83 sysctl kern.ipc.nmbjumbo9=2000000
84 sysctl kern.ipc.nmbclusters=1000000
87 sysctl kern.ipc.maxsockbuf=2097152
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c169 switch (ipc) { in pt_ipc_size()
223 uint8_t opc, ipc; in pt_encode_ip() local
229 size = pt_ipc_size(packet->ipc); in pt_encode_ip()
239 ipc = (uint8_t) (packet->ipc << pt_opm_ipc_shr); in pt_encode_ip()
243 *pos++ = opc | ipc; in pt_encode_ip()
720 enum pt_ip_compression ipc) in pt_encode_tip() argument
726 packet.payload.ip.ipc = ipc; in pt_encode_tip()
760 packet.payload.ip.ipc = ipc; in pt_encode_tip_pge()
772 packet.payload.ip.ipc = ipc; in pt_encode_tip_pgd()
778 enum pt_ip_compression ipc) in pt_encode_fup() argument
[all …]
H A Dpt_packet.c112 static int pt_pkt_ip_size(enum pt_ip_compression ipc) in pt_pkt_ip_size() argument
114 switch (ipc) { in pt_pkt_ip_size()
139 uint8_t ipc; in pt_pkt_read_ip() local
145 ipc = (*pos++ >> pt_opm_ipc_shr) & pt_opm_ipc_shr_mask; in pt_pkt_read_ip()
148 ipsize = pt_pkt_ip_size((enum pt_ip_compression) ipc); in pt_pkt_read_ip()
158 packet->ipc = (enum pt_ip_compression) ipc; in pt_pkt_read_ip()
/freebsd/sys/dev/qlxgb/
H A DREADME.txt67 kern.ipc.nmbjumbo9=262144
70 kern.ipc.nmbclusters=1000000
71 kern.ipc.maxsockbuf=2097152
80 sysctl kern.ipc.nmbjumbo9=262144
83 sysctl kern.ipc.nmbclusters=1000000
84 sysctl kern.ipc.maxsockbuf=2097152
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,smd-edge.yaml54 qcom,ipc:
60 - description: u32 representing the ipc bit within the register
62 Three entries specifying the outgoing ipc bit used for signaling the
99 - qcom,ipc
114 qcom,ipc = <&apcs 8 8>;
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c96 SDT_PROBE_DEFINE2(fusefs, , ipc, trace, "int", "char*");
444 SDT_PROBE2(fusefs, , ipc, trace, 3, in fticket_wait_answer()
467 SDT_PROBE2(fusefs, , ipc, trace, 4, in fticket_wait_answer()
498 SDT_PROBE2(fusefs, , ipc, trace, 6, in fticket_wait_answer()
501 SDT_PROBE2(fusefs, , ipc, trace, 7, "fticket_wait_answer: OK"); in fticket_wait_answer()
505 SDT_PROBE2(fusefs, , ipc, trace, 1, in fticket_wait_answer()
994 SDT_PROBE2(fusefs, , ipc, fdisp_wait_answ_error, in fdisp_wait_answ()
1004 SDT_PROBE2(fusefs, , ipc, fdisp_wait_answ_error, in fdisp_wait_answ()
1021 SDT_PROBE2(fusefs, , ipc, fdisp_wait_answ_error, in fdisp_wait_answ()
1027 SDT_PROBE2(fusefs, , ipc, fdisp_wait_answ_error, in fdisp_wait_answ()
[all …]
/freebsd/kerberos5/lib/libheimipcs/
H A DMakefile14 -I${KRB5DIR}/lib/ipc -I.
18 .PATH: ${KRB5DIR}/lib/ipc
/freebsd/kerberos5/lib/libheimipcc/
H A DMakefile14 -I${KRB5DIR}/lib/ipc \
19 .PATH: ${KRB5DIR}/lib/ipc
/freebsd/tools/tools/netrate/tcpp/
H A DREADME85 kern.ipc.maxsockets=1000000
87 kern.ipc.somaxconn=49152
88 kern.ipc.nmbjumbo16=262144
89 kern.ipc.nmbjumbo9=262144
90 kern.ipc.nmbjumbop=262144
91 kern.ipc.nmbclusters=262144
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1022 ip_t *ipc, *ip; in print_ipflog() local
1237 ipc = &ic->icmp_ip; in print_ipflog()
1238 i = ntohs(ipc->ip_len); in print_ipflog()
1244 i = ipc->ip_len; in print_ipflog()
1254 HOSTNAMEV4(ipc->ip_src), in print_ipflog()
1259 HOSTNAMEV4(ipc->ip_dst), in print_ipflog()
1273 HOSTNAMEV4(ipc->ip_dst), in print_ipflog()
1274 IP_HL(ipc) << 2, i, in print_ipflog()
1283 IP_HL(ipc) << 2, i); in print_ipflog()
1287 ntohs(ipc->ip_id), in print_ipflog()
[all …]
/freebsd/sys/dev/qlxge/
H A DREADME.txt69 kern.ipc.nmbclusters=1000000
70 kern.ipc.maxsockbuf=2097152
81 sysctl kern.ipc.nmbclusters=1000000
82 sysctl kern.ipc.maxsockbuf=2097152
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dwkup-m3-ipc.yaml4 $id: http://devicetree.org/schemas/soc/ti/wkup-m3-ipc.yaml#
52 - ti,am3352-wkup-m3-ipc # for AM33xx SoCs
53 - ti,am4372-wkup-m3-ipc # for AM43xx SoCs
98 const: ti,am4372-wkup-m3-ipc
124 compatible = "ti,am3352-wkup-m3-ipc";
165 compatible = "ti,am4372-wkup-m3-ipc";
H A Dwkup_m3_ipc.txt20 "ti,am3352-wkup-m3-ipc" for AM33xx SoCs
21 "ti,am4372-wkup-m3-ipc" for AM43xx SoCs
48 compatible = "ti,am3352-wkup-m3-ipc";
/freebsd/usr.bin/wg/
H A DMakefile14 SRCS+= ipc.c
36 CWARNFLAGS.ipc.c+= -Wno-cast-align

12345