Home
last modified time | relevance | path

Searched +full:side +full:- +full:by +full:- +full:side (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/freebsd-src/sbin/ipf/libipf/
H A Dprintnatside.c2 * Copyright (C) 2012 by Darren Reed.
11 printnatside(char *side, nat_stat_side_t *ns) in printnatside() argument
13 PRINTF("%lu\tproxy create fail %s\n", ns->ns_appr_fail, side); in printnatside()
14 PRINTF("%lu\tproxy fail %s\n", ns->ns_ipf_proxy_fail, side); in printnatside()
15 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side); in printnatside()
16 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side); in printnatside()
17 PRINTF("%lu\tbad next addr %s\n", ns->ns_badnextaddr, side); in printnatside()
18 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side); in printnatside()
19 PRINTF("%lu\tclone nomem %s\n", ns->ns_clone_nomem, side); in printnatside()
20 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side); in printnatside()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,mu-msi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mu-msi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Frank Li <Frank.Li@nxp.com>
14 communicate and coordinate by passing messages (e.g. data, status
16 for one processor (A side) to signal the other processor (B side) using
20 different clocks (from each side of the different peripheral buses).
21 Therefore, the MU must synchronize the accesses from one side to the
23 registers (Processor A-side, Processor B-side).
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/silvermont/
H A Dvirtual-memory.json13 "BriefDescription": "Total cycles for all the page walks. (I-side and D-side)",
22 "BriefDescription": "Duration of D-side page-walks in core cycles",
26 …when a D-side (walks due to a load) page walk is in progress. Page walk duration divided by number…
31 "BriefDescription": "D-side page-walks",
36 …ce a page walk implies a TLB miss, the number of TLB misses can be counted by counting the number …
41 "BriefDescription": "Duration of I-side page-walks in core cycles",
45 …I-side (walks due to an instruction fetch) page walk is in progress. Page walk duration divided by
50 "BriefDescription": "I-side page-walks",
55 …ce a page walk implies a TLB miss, the number of TLB misses can be counted by counting the number …
60 "BriefDescription": "Total page walks that are completed (I-side and D-side)",
[all …]
/freebsd-src/usr.bin/rpcgen/
H A Drpcgen.11 .\" Copyright 1985-1993 Sun Microsystems, Inc.
77 server-side stubs in
79 and client-side stubs in
106 then the client side sample file is written to
108 the server side sample file to
116 the server created can be started both by the port monitors
119 or by itself.
120 When it is started by a port monitor,
128 When the server generated by
141 When the server is self-started,
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h1 //===- llvm/FixedPointBuilder.h - Builder for fixed-point ops ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // way to lower fixed-point arithmetic operations to LLVM IR.
12 //===----------------------------------------------------------------------===//
55 Value *Zero = Constant::getNullValue(Result->getType()); in Convert()
64 ? B.CreateAShr(Result, SrcScale - DstScale, "downscale") in Convert()
65 : B.CreateLShr(Result, SrcScale - DstScale, "downscale"); in Convert()
74 Result = B.CreateShl(Result, DstScale - SrcScale, "upscale"); in Convert()
79 ResultWidth = std::max(SrcWidth + DstScale - SrcScale, DstWidth); in Convert()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt4 - compatible: Must be "rockchip,rk3399-dmc".
5 - devfreq-events: Node to get DDR loading, Refer to
7 rockchip-dfi.txt
8 - clocks: Phandles for clock specified in "clock-names" property
9 - clock-names : The name of clock used by the DFI, must be
11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp-v2.yaml
13 - center-supply: DMC supply node.
14 - status: Marks the node enabled/disabled.
15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register
19 - interrupts: The CPU interrupt number. The interrupt specifier
[all …]
/freebsd-src/crypto/openssl/doc/man7/
H A Dprovider-digest.pod5 provider-digest - The digest library E<lt>-E<gt> provider functions
59 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
61 (see L<provider-base(7)/Provider Functions>).
73 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
74 macros in L<openssl-core_dispatch.h(7)>, as follows:
100 OSSL_FUNC_digest_newctx() should create and return a pointer to a provider side
107 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in
111 OSSL_FUNC_digest_dupctx() should duplicate the provider side digest context in the
117 provider side digest context in the I<dctx> parameter.
124 side context.
[all …]
H A Dprovider-mac.pod5 provider-mac - The mac library E<lt>-E<gt> provider functions
52 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
54 (see L<provider-base(7)/Provider Functions>).
66 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
67 macros in L<openssl-core_dispatch.h(7)>, as follows:
93 OSSL_FUNC_mac_newctx() should create and return a pointer to a provider side
100 OSSL_FUNC_mac_freectx() is passed a pointer to the provider side mac context in
106 OSSL_FUNC_mac_dupctx() should duplicate the provider side mac context in the
112 side mac context in the I<mctx> parameter. The I<params> are set before setting
118 side context.
[all …]
H A Dprovider-cipher.pod5 provider-cipher - The cipher library E<lt>-E<gt> provider functions
67 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
69 (see L<provider-base(7)/Provider Functions>).
81 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
82 macros in L<openssl-core_dispatch.h(7)>, as follows:
112 OSSL_FUNC_cipher_newctx() should create and return a pointer to a provider side
119 OSSL_FUNC_cipher_freectx() is passed a pointer to the provider side cipher context in
123 OSSL_FUNC_cipher_dupctx() should duplicate the provider side cipher context in the
129 newly created provider side cipher context in the I<cctx> parameter.
141 side context.
[all …]
H A Dprovider-kdf.pod5 provider-kdf - The KDF library E<lt>-E<gt> provider functions
51 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
53 (see L<provider-base(7)/Provider Functions>).
65 L<OSSL_DISPATCH(3)> array entries are identified by numbers that are provided as
66 macros in L<openssl-core_dispatch.h(7)>, as follows:
91 OSSL_FUNC_kdf_newctx() should create and return a pointer to a provider side
98 OSSL_FUNC_kdf_freectx() is passed a pointer to the provider side KDF context in
104 OSSL_FUNC_kdf_dupctx() should duplicate the provider side KDF context in the
110 side KDF context in the I<kctx> parameter.
114 The I<kctx> parameter contains a pointer to the provider side context.
[all …]
H A Dprovider-kem.pod5 provider-kem - The kem library E<lt>-E<gt> provider functions
54 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
56 (see L<provider-base(7)/Provider Functions>).
68 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
69 macros in L<openssl-core_dispatch.h(7)>, as follows:
100 See L<provider-keymgmt(7)> for further details.
104 OSSL_FUNC_kem_newctx() should create and return a pointer to a provider side
111 OSSL_FUNC_kem_freectx() is passed a pointer to the provider side asymmetric
115 OSSL_FUNC_kem_dupctx() should duplicate the provider side asymmetric kem
121 encapsulation given a provider side asymmetric kem context in the I<ctx>
[all …]
H A Dprovider-signature.pod5 provider-signature - The signature library E<lt>-E<gt> provider functions
97 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
99 (see L<provider-base(7)/Provider Functions>).
111 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
112 macros in L<openssl-core_dispatch.h(7)>, as follows:
177 See L<provider-keymgmt(7)> for further details.
181 OSSL_FUNC_signature_newctx() should create and return a pointer to a provider side
187 string that may be (optionally) used by the provider during any "fetches" that
190 OSSL_FUNC_signature_freectx() is passed a pointer to the provider side signature
194 OSSL_FUNC_signature_dupctx() should duplicate the provider side signature context in
[all …]
/freebsd-src/contrib/ofed/librdmacm/man/
H A Drdma_accept.31 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_accept \- Called to accept a connection request.
18 Called from the listening side to accept a connection or datagram
21 Returns 0 on success, or -1 on error. If an error occurs, errno will be
43 References a user-controlled data buffer. The contents of the buffer are
44 copied and transparently passed to the remote side as part of the
47 Specifies the size of the user-controlled data buffer. Note that the actual
48 amount of data transferred to the remote side is transport dependent and may
52 local side will accept from the remote side. Applies only to RDMA_PS_TCP.
[all …]
H A Drdma_get_cm_event.31 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_GET_CM_EVENT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_get_cm_event \- Retrieves the next pending communication event.
17 Retrieves a communication event. If no events are pending, by default,
20 Returns 0 on success, or -1 on error. If an error occurs, errno will be
23 The default synchronous behavior of this routine can be changed by
25 events that are reported must be acknowledged by calling rdma_ack_cm_event.
30 This structure is allocated by the rdma_cm and released by the
46 is non-zero and is either set to an errno or a transport specific value.
59 References any user-specified data associated with RDMA_CM_EVENT_CONNECT_REQUEST
[all …]
H A Drdma_connect.31 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_CONNECT" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_connect \- Initiate an active connection request.
21 Returns 0 on success, or -1 on error. If an error occurs, errno will be
32 References a user-controlled data buffer. The contents of the buffer are
33 copied and transparently passed to the remote side as part of the
36 Specifies the size of the user-controlled data buffer. Note that the actual
37 amount of data transferred to the remote side is transport dependent and may
41 local side will accept from the remote side. Applies only to RDMA_PS_TCP.
47 local side will have to the remote side. Applies only to RDMA_PS_TCP.
[all …]
/freebsd-src/share/doc/psd/15.yacc/
H A Dss41 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
18 .\" This product includes software developed or owned by Caldera
24 .\" USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
51 The parser produced by Yacc consists
107 the right hand side of a grammar rule,
109 an instance of the rule, replacing the right hand side
110 by the left hand side.
114 action (represented by a ``.'') is often a reduce action.
139 symbols on the right hand side (three in this case).
143 right side of the rule).
[all …]
/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dprovider-digest.71 .\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
H A Dprovider-cipher.71 .\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
H A Dprovider-mac.71 .\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
/freebsd-src/share/examples/ppp/
H A Dlogin-auth1 #! /usr/local/bin/wish8.0 -f
15 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
47 text .l.prompt -width $pwidth -height 1 -relief flat;
49 pack .l.prompt -side left;
50 .l.prompt configure -state disabled;
51 text .l.value -width $vwidth -height 1;
53 pack .l.value -side right;
54 .l.value configure -state disabled;
55 pack .l -side top -padx $fxpad -pady $fypad;
58 text .p.prompt -width $pwidth -height 1 -relief flat;
[all …]
H A Dchap-auth1 #! /usr/local/bin/wish8.0 -f
15 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
50 text .$n.prompt -width $pwidth -height 1 -relief flat;
52 pack .$n.prompt -side left;
53 .$n.prompt configure -state disabled;
60 text .$n.value -width $vwidth -height 1;
62 pack .$n.value -side right;
65 .$n.value configure -state normal -takefocus 0;
68 .$n.value configure -state disabled;
70 pack .$n -side top -padx $fxpad -pady $fypad;
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp1 //== BitwiseShiftChecker.cpp ------------------------------------*- C++ -*--==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines BitwiseShiftChecker, which is a path-sensitive checker
13 //===----------------------------------------------------------------------===//
45 {"left operand of bit shift is non-negative", " and right operand is less than "},
46 {"right operand of bit shift is non-negative", " but less than "},
47 {"both operands of bit shift are non-negative", " and right operand is less than "}
73 const Expr *operandExpr(OperandSide Side) const { in operandExpr()
74 return Side == OperandSide::Left ? Op->getLHS() : Op->getRHS(); in operandExpr()
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dtranslation.json20 "BriefDescription": "Double-Precion or Quad-Precision instruction completed"
25 …m another chip's memory on the same Node or Group (Distant) due to a data side request. When using…
35 …chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a instruction side request"
60 … or L3 on a different Node or Group (Distant), as this chip due to a data side request. When using…
75 …ared or modified data from another core's L2/L3 on the same chip due to a instruction side request"
100 …e TLB from another chip's L4 on the same Node or Group ( Remote) due to a instruction side request"
115 …tions in 32 and 64 bit binary floating point format. Not qualified multicycle. Qualified by vector"
130 "BriefDescription": "Demand LD - L2 Miss (not L2 hit)"
140 …"BriefDescription": "The number a times the core transitioned from a stall to ICT-empty for this t…
145 …from a memory location including L4 from local remote or distant due to a instruction side request"
[all …]
/freebsd-src/sys/dev/ntb/
H A Dntb.h1 /*-
14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
41 * ntb_link_event() - notify driver context of a change in link status
50 * ntb_db_event() - notify driver context of a doorbell event
65 * ntb_port_number() - get the local port number
75 * ntb_port_count() - get the number of peer device ports
78 * By default hardware driver supports just one peer device.
85 * ntb_peer_port_number() - get the peer port by given index
89 * By default hardware driver supports just one peer device, so this method
97 * ntb_peer_port_idx() - get the peer device port index by given port
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_status_cb.pod15 - OCSP Certificate Status Request functions
46 previously set via SSL_CTX_set_tlsext_status_type() or -1 if not set.
49 with the returned OCSP response by calling SSL_CTX_set_tlsext_status_cb(). The
56 by calling SSL_CTX_get_tlsext_status_cb(), and the argument by calling
59 On the client side SSL_get_tlsext_status_type() can be used to determine whether
61 B<TLSEXT_STATUSTYPE_ocsp> if it has been called or -1 otherwise. On the server
62 side SSL_get_tlsext_status_type() can be used to determine whether the client
64 return B<TLSEXT_STATUSTYPE_ocsp>, or -1 otherwise.
66 The response returned by the server can be obtained via a call to
72 SSL_get_tlsext_status_ocsp_resp() will be -1.
[all …]

12345678910>>...45