Home
last modified time | relevance | path

Searched +full:ipc +full:- +full:3 (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/freebsd/lib/libsys/
H A Dlisten.212 .\" 3. Neither the name of the University nor the names of its contributors
89 of completing TCP's 3-way handshake.
99 .Xr sysctl 3
101 .Va kern.ipc.soacceptqueue
105 .Va kern.ipc.soacceptqueue
109 .Va kern.ipc.soacceptqueue .
114 .Xr sysctl 3
116 .Va kern.ipc.sooverprio
120 .Xr syslog 3
122 It may be set to -1 to disable these messages.
[all …]
H A Dsemget.248 .\" it should go in a common manpage, such as .Xr ipc 2
54 .Bl -bullet
56 IPC_PRIVATE may be specified, in which case a new IPC object
60 If no IPC object corresponding
68 .Xr ftok 3
76 The mode of a newly created IPC object is determined by ORing these constants
80 .Bl -tag -width 0000
105 returns the id of a semaphore set if successful; otherwise, -1
114 .Bl -tag -width Er
154 .Xr ftok 3
H A Dshmget.254 .Bl -bullet
56 IPC_PRIVATE may be specified, in which case a new IPC object
60 If no IPC object corresponding
68 .Xr ftok 3
72 The mode of a newly created IPC object is determined by
76 .Bl -tag -width 0000
91 .\" XXX - we should also mention how uid, euid, and gid affect ownership
107 Otherwise, -1 is returned and
115 .Bl -tag -width Er
140 .Xr ftok 3
/freebsd/share/doc/psd/21.ipc/
H A D1.t12 .\" 3. Neither the name of the University nor the names of its contributors
28 .\".ds LH "4.4BSD IPC Primer
51 improved upon some of the IPC facilities
52 while providing an upward-compatible interface.
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
75 Processes may rendezvous through a UNIX file system-like
88 This document provides a high-level description
89 of the IPC facilities in 4.4BSD and their use.
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit.log.51 .\"-
2 .\" Copyright (c) 2005-2006 Robert N. M. Watson
37 token-based record stream to represent system audit data.
55 process information, file path names, IPC object information, MAC labels,
65 .Xr libbsm 3
78 .Xr au_to_file 3 .
79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
93 A 32-bit
96 .Xr au_to_header32 3 ;
97 a 64-bit
[all …]
/freebsd/share/man/man4/
H A Dktls.414 .\" 3. Neither the name of the Chelsio Inc nor the names of its
72 .Bl -tag -width "Dv TCP_TLS_MODE_IFNET"
81 but it may also be performed by co-processors.
157 .Bl -tag -width Er
162 structure used to enable in-kernel TLS.
179 .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
186 Determines if new kernel TLS sessions with a cipher suite using AES-CBC
[all …]
H A Daio.41 .\"-
2 .\" Copyright (c) 2002 Dag-Erling Smørgrav
13 .\" 3. The name of the author may not be used to endorse or promote products
53 sysctl node to a non-zero value.
77 .Bl -tag -width indent
78 .It Va kern.ipc.aio.num_procs
80 .It Va kern.ipc.aio.target_procs
82 .It Va kern.ipc.aio.max_procs
84 .It Va kern.ipc.aio.lifetime
96 .Bl -tag -width indent
[all …]
H A Diavf.41 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
4 .\" Copyright (c) 2013-2018, Intel Corporation
17 .\" 3. Neither the name of the Intel Corporation nor the names of its
44 .Bd -ragged -offset indent
51 .Bd -literal -offset indent
62 .Bl -bullet -compact
64 Intel\(rg Ethernet Controller E810\-C
66 Intel\(rg Ethernet Controller E810\-XXV
68 Intel\(rg Ethernet Connection E822\-C
[all …]
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt13 3. Supported Features
23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 9.x/10.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
35 3. Supported Features
54 - copy the driver file (if_qlxgbe.ko) into some directory (say qla_driver)
55 - cd <to qla_driver>
56 - kldload -v ./if_qlxgbe.ko
[all …]
/freebsd/crypto/heimdal/lib/ipc/
H A Dclient.c19 * 3. Neither the name of the Institute nor the names of its contributors
61 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()
[all …]
H A Dtc.c19 * 3. Neither the name of the Institute nor the names of its contributors
38 #include <krb5-types.h>
39 #include <asn1-common.h>
40 #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()
[all …]
H A Dts.c19 * 3. Neither the name of the Institute nor the names of its contributors
38 #include <krb5-types.h>
39 #include <heim-ipc.h>
96 heim_sipc_launchd_mach_init("org.h5l.test-ipc", in main()
100 heim_sipc_service_unix("org.h5l.test-ipc", in main()
/freebsd/sys/dev/qlxgb/
H A DREADME.txt13 3. Supported Features
23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 7.x/8.x/9.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 7.x/8.x/9.x (64-bit) [Intel EM64T, AMD64]
35 3. Supported Features
54 - copy the driver file (if_qlxgb.ko) into some directory (say qla_driver)
55 - cd <to qla_driver>
56 - kldload -v ./if_qlxgb.ko
[all …]
/freebsd/usr.bin/ipcrm/
H A Dipcrm.146 These System V IPC objects can be specified by their
50 .Bl -tag -width indent
52 If specified once with -W or with -1 for an object, it will show
54 If specified twice with -W or with -1 for an objects, it will show
61 .Xr kvm 3
63 .Xr sysctl 3
69 .Xr kvm 3
74 The following options are used to specify which IPC objects will be removed.
76 .Bl -tag -width indent
105 The identifiers and keys associated with these System V IPC objects can be
[all …]
/freebsd/usr.bin/ipcs/
H A Dipc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. The name of the author may not be used to endorse or promote products
29 * 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) },
112 for (xp = vecarr; xp->sysctl != NULL; xp++) { in sysctlgatherstruct()
113 assert(xp->offset <= size); in sysctlgatherstruct()
114 tsiz = xp->size; in sysctlgatherstruct()
115 rv = sysctlbyname(xp->sysctl, (char *)addr + xp->offset, in sysctlgatherstruct()
[all …]
H A Dipcs.113 .\" 3. All advertising materials mentioning features or use of this software
16 .\" 3. The name of the author may not be used to endorse or promote products
49 .Bl -tag -width Ds
99 of the last control operation on an IPC object,
126 .Xr kvm 3
128 .Xr sysctl 3
134 .Xr kvm 3
138 Display information about IPC mechanisms owned by
152 options are specified, information about all active IPC facilities is
161 .Bl -tag -width /boot/kernel/kernel -compact
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smsm.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <bjorn.andersson@linaro.org>
12 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
25 '#address-cells':
28 qcom,local-host:
42 (0-indexed).
44 '#size-cells':
[all …]
H A Dqcom,rpm.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 - Bjorn Andersson <andersson@kernel.org>
21 - qcom,rpm-apq8064
22 - qcom,rpm-msm8660
23 - qcom,rpm-msm8960
24 - qcom,rpm-ipq8064
25 - qcom,rpm-mdm9615
31 maxItems: 3
[all …]
H A Dqcom,smsm.txt9 - compatible:
15 - qcom,ipc-N:
17 Value type: <prop-encoded-array>
18 Definition: three entries specifying the outgoing ipc bit used for
20 - phandle to a syscon node representing the apcs registers
21 - u32 representing offset to the register within the syscon
22 - u32 representing the ipc bit within the register
24 - qcom,local-host:
32 - #address-cells:
37 - #size-cells:
[all …]
/freebsd/sys/dev/qlxge/
H A DREADME.txt13 3. Supported Features
23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 9.x/10.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
35 3. Supported Features
54 - copy the driver file (if_qlxge.ko) into some directory (say qla_driver)
55 - cd <to qla_driver>
56 - kldload -v ./if_qlxge.ko
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c2 * Copyright (c) 2013-2019, Intel Corporation
58 /* For tracking last-ip in tests. */
63 static const uint64_t pt_dfix_bad_ip = (1ull << 62) - 1ull;
65 /* A sign-extended address. */
69 static const uint64_t pt_dfix_max_ip = (1ull << 47) - 1ull;
72 static const uint64_t pt_dfix_max_cr3 = ((1ull << 47) - 1ull) & ~0x1full;
80 decoder->enabled = 1; in ptu_sync_decoder()
82 (void) pt_df_fetch(&decoder->next, decoder->pos, &decoder->config); in ptu_sync_decoder()
95 pos = encoder->pos; in cutoff()
98 pos -= 1; in cutoff()
[all …]
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1 ---
6 .Xr getwcd 3
9 ---
17 ---
23 ---
27 Displays nchash chain lengths. This is a read-only
30 ---
33 ---
41 ---
47 ---
[all …]
/freebsd/contrib/sendmail/cf/mailer/
H A Dsmtp.m41 PUSHDIVERT(-1)
3 # Copyright (c) 1998-2001, 2006 Proofpoint, Inc. and its suppliers.
34 VERSIONID(`$Id: smtp.m4,v 8.66 2013-11-22 20:51:14 ca Exp $')
40 R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified
44 # convert pseudo-domain addresses to real domain addresses
48 # pass <route-addr>s through
49 R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr>
59 R$+ < @ $* > $* $@ $1 < @ $2 > $3 not UUCP form
62 R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. >
63 R< $&h ! > $-.$+ ! $+ $@ $3 < @ $1.$2 >
[all …]
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c47 logsource_t logsrc[3];
86 "filter-rule",
87 "log-or-block_1",
88 "pps-rate",
90 "makefrip-fail",
91 "state_add-fail",
92 "updateipid-fail",
93 "log-or-block_2",
94 "decap-fail",
95 "auth_new-fail",
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2007-2009 Google Inc. and Amit Singh
96 SDT_PROBE_DEFINE2(fusefs, , ipc, trace, "int", "char*");
141 struct fuse_data *data = tick->tk_data; in fuse_interrupt_callback()
144 fii = (struct fuse_interrupt_in*)((char*)tick->tk_ms_fiov.base + in fuse_interrupt_callback()
147 fuse_lck_mtx_lock(data->aw_mtx); in fuse_interrupt_callback()
148 TAILQ_FOREACH_SAFE(otick, &data->aw_head, tk_aw_link, x_tick) { in fuse_interrupt_callback()
149 if (otick->tk_unique == fii->unique) { in fuse_interrupt_callback()
154 fuse_lck_mtx_unlock(data->aw_mtx); in fuse_interrupt_callback()
[all …]

12345678910>>...12