Home
last modified time | relevance | path

Searched full:ipc (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/freebsd/crypto/heimdal/lib/ipc/
H A Dclient.c61 struct mach_ctx *ipc; in mach_init() local
67 syncq = dispatch_queue_create("heim-ipc-syncq", NULL); in mach_init()
74 ipc = malloc(sizeof(*ipc)); in mach_init()
75 if (ipc == NULL) { in mach_init()
80 ipc->server = sport; in mach_init()
81 ipc->name = strdup(service); in mach_init()
82 if (ipc->name == NULL) { in mach_init()
83 mach_release(ipc); in mach_init()
87 *ctx = ipc; in mach_init()
97 struct mach_ctx *ipc = ctx; in mach_ipc() local
[all …]
H A Dtc.c40 #include <heim-ipc.h>
74 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()
121 test_ipc("MACH:org.h5l.test-ipc"); in main()
123 test_ipc("ANY:org.h5l.test-ipc"); in main()
124 test_ipc("UNIX:org.h5l.test-ipc"); in main()
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dwkup_m3_ipc.txt1 Wakeup M3 IPC Driver
8 to boot the wkup_m3, it handles communication with the CM3 using IPC registers
14 A wkup_m3_ipc device node is used to represent the IPC registers within an
20 "ti,am3352-wkup-m3-ipc" for AM33xx SoCs
21 "ti,am4372-wkup-m3-ipc" for AM43xx SoCs
22 - reg: Contains the IPC register address space to communicate
26 - ti,rproc: phandle to the wkup_m3 rproc node so the IPC driver
28 - mboxes: phandles used by IPC framework to get correct mbox
48 compatible = "ti,am3352-wkup-m3-ipc";
H A Dwkup-m3-ipc.yaml4 $id: http://devicetree.org/schemas/soc/ti/wkup-m3-ipc.yaml#
7 title: Wakeup M3 IPC device
18 to boot the wkup_m3, it handles communication with the CM3 using IPC registers
24 A wkup_m3_ipc device node is used to represent the IPC registers within an
52 - ti,am3352-wkup-m3-ipc # for AM33xx SoCs
53 - ti,am4372-wkup-m3-ipc # for AM43xx SoCs
57 The IPC register address space to communicate with the Wakeup M3 processor
67 phandle to the wkup_m3 rproc node so the IPC driver can boot it
71 phandles used by IPC framework to get correct mbox
98 const: ti,am4372-wkup-m3-ipc
[all …]
/freebsd/share/doc/psd/21.ipc/
H A D1.t28 .\".ds LH "4.4BSD IPC Primer
51 improved upon some of the IPC facilities
68 Earlier attempts at extending the IPC facilities of UNIX have
72 Consequently, the IPC facilities provided in 4.2BSD were
73 designed as a totally independent subsystem. The BSD IPC
89 of the IPC facilities in 4.4BSD and their use.
90 It is designed to complement the manual pages for the IPC primitives
93 Section 2 introduces the IPC-related system calls and the basic model
100 the IPC facilities.
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c477 enum pt_ip_compression ipc) in indir() argument
485 packet.ipc = ipc; in indir()
489 pt_encode_tip(encoder, packet.ip, packet.ipc); in indir()
494 if (ipc == pt_ipc_suppressed) { in indir()
506 enum pt_ip_compression ipc) in indir_tnt() argument
514 packet.ipc = ipc; in indir_tnt()
519 pt_encode_tip(encoder, packet.ip, packet.ipc); in indir_tnt()
524 if (ipc == pt_ipc_suppressed) { in indir_tnt()
937 enum pt_ip_compression ipc, in event_enabled() argument
946 packet.ipc = ipc; in event_enabled()
[all …]
/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/lib/libsys/
H A Dlisten.2101 .Va kern.ipc.soacceptqueue
105 .Va kern.ipc.soacceptqueue
109 .Va kern.ipc.soacceptqueue .
116 .Va kern.ipc.sooverprio
125 .Va kern.ipc.sooverinterval
189 .Va kern.ipc.somaxconn
192 .Va kern.ipc.soacceptqueue
198 .Va kern.ipc.somaxconn
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c165 * Returns -pte_bad_packet if \@ipc is not a valid IP compression.
167 static int pt_ipc_size(enum pt_ip_compression ipc) in pt_ipc_size() argument
169 switch (ipc) { in pt_ipc_size()
217 * Returns -pte_invalid if \@packet.ipc is not valid.
223 uint8_t opc, ipc; in pt_encode_ip() local
229 size = pt_ipc_size(packet->ipc); in pt_encode_ip()
238 /* We already checked the ipc in pt_ipc_size(). */ 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
[all …]
/freebsd/share/man/man4/
H A Dktls.4179 .Va kern.ipc.tls
182 .Bl -tag -width ".Va kern.ipc.tls.cbc_enable"
183 .It Va kern.ipc.tls.enable
185 .It Va kern.ipc.tls.cbc_enable
188 .It Va kern.ipc.tls.sw
191 .It Va kern.ipc.tls.ifnet
194 .It Va kern.ipc.tls.toe
197 .It Va kern.ipc.tls.stats
202 .Va kern.ipc.mb_use_ext_pgs
/freebsd/contrib/wireguard-tools/
H A Dipc.c10 #include "ipc.h"
43 #include "ipc-uapi.h"
45 #include "ipc-linux.h"
47 #include "ipc-openbsd.h"
49 #include "ipc-freebsd.h"
51 #include "ipc-windows.h"
H A D.gitignore5 ipc-uapi-windows.h
6 ipc-windows.h
13 ipc-linux.h
14 ipc-openbsd.h
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smsm.yaml48 "^qcom,ipc-[1-4]$":
54 - description: u32 representing the ipc bit within the register
56 Three entries specifying the outgoing ipc bit used for signaling the N:th
115 - qcom,ipc-1
117 - qcom,ipc-2
119 - qcom,ipc-3
121 - qcom,ipc-4
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,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/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/ncsw/inc/
H A Dxx_ext.h545 The IPC service can use this constant to limit
546 the storage space for IPC endpoint names. */
552 @Description Callback function used upon IPC non-blocking transaction completion
556 IPC message to indicate a non-blocking send (see also XX_IpcSendMessage() routine).
557 … Upon completion of an IPC transaction (consisting of a message and an optional reply),
558 … the IPC service invokes this callback routine to return the message buffer to the sender
573 …@Param[in] status - Completion status - E_OK or failure indication, e.g. IPC transact…
587 @Description Callback function used as IPC message handler.
589 The IPC service invokes message handlers for each IPC message received.
602 by the IPC service;
[all …]
/freebsd/usr.bin/ipcs/
H A Dipc.c29 * The split of ipcs.c into ipcs.c and ipc.c to accommodate the
48 #include "ipc.h"
91 #define X(a, b) { "kern.ipc." #a, offsetof(TYPEC, a), (b) },
133 "kern.ipc.sema", in kget()
134 "kern.ipc.seminfo", in kget()
135 "kern.ipc.msginfo", in kget()
136 "kern.ipc.msqids", in kget()
137 "kern.ipc.shminfo", in kget()
138 "kern.ipc.shmsegs" }; in kget()
/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/usr.bin/ipcrm/
H A Dipcrm.146 These System V IPC objects can be specified by their
74 The following options are used to specify which IPC objects will be removed.
105 The identifiers and keys associated with these System V IPC objects can be
112 The wiping of all System V IPC objects was first implemented in
117 The wiping of all System V IPC objects was thought up by
/freebsd/contrib/openbsm/man/
H A Daudit.log.555 process information, file path names, IPC object information, MAC labels,
406 .Ss System V IPC Token
408 .Dq System V IPC
409 token contains the System V IPC message handle, semaphore handle or shared
411 A System V IPC token may be created using
472 .Ss System V IPC Permission Token
474 .Dq System V IPC permission
475 token contains a System V IPC access permissions.
476 A System V IPC permission token may be created using
481 .It Li "Owner user ID" Ta "4 bytes" Ta "User ID of IPC owner"
[all …]
/freebsd/contrib/openbsm/
H A Dconfigure.ac61 #include <sys/ipc.h>
68 #include <sys/ipc.h>
75 #include <sys/ipc.h>
82 #include <sys/ipc.h>
233 # Check to see if Mach IPC is used for trigger messages. If so, use Mach IPC
236 AC_DEFINE(USE_MACH_IPC,, Define if uses Mach IPC for Triggers messages)
/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/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
100 - qcom,ipc

12345678910>>...18