Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/freebsd-14.2/sbin/ipf/libipf/
H A Dprintnatside.c11 printnatside(char *side, nat_stat_side_t *ns) in printnatside() argument
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()
18 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side); in printnatside()
20 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side); in printnatside()
25 PRINTF("%lu\tdrop %s\n", ns->ns_drop, side); in printnatside()
26 PRINTF("%lu\texhausted %s\n", ns->ns_exhausted, side); in printnatside()
29 PRINTF("%lu\tinuse %s\n", ns->ns_inuse, side); in printnatside()
36 ns->ns_ifpaddrfail, side); in printnatside()
46 PRINTF("%lu\tsearch wraps %s\n", ns->ns_wrap, side); in printnatside()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,mu-msi.yaml16 for one processor (A side) to signal the other processor (B side) using
23 registers (Processor A-side, Processor B-side).
45 - const: processor-a-side
46 - const: processor-b-side
49 description: a side interrupt number.
57 - description: a side power domain
58 - description: b side power domain
62 - const: processor-a-side
63 - const: processor-b-side
94 reg-names = "processor-a-side", "processor-b-side";
[all …]
/freebsd-14.2/tools/regression/poll/14/
H A Dsockpoll.out5 ok 4 state other side after large write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
6 ok 5 state other side after close: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
7 not ok 6 state other side after reading input: expected POLLHUP; got POLLIN | POLLHUP
9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
10 ok 9 state other side after reading EOF: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
11 ok 10 state after data from other side: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
19 ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
21 ok 20 state other side after write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
[all …]
/freebsd-14.2/share/examples/ppp/
H A Dlogin-auth49 pack .l.prompt -side left;
53 pack .l.value -side right;
55 pack .l -side top -padx $fxpad -pady $fypad;
60 pack .p.prompt -side left;
63 pack .p.value -side right;
66 pack .p -side top -padx $fxpad -pady $fypad;
70 pack .b.ok -side left;
72 pack .b.cancel -side right;
73 pack .b -side top -padx $fxpad -pady $fypad;
H A Dchap-auth52 pack .$n.prompt -side left;
62 pack .$n.value -side right;
70 pack .$n -side top -padx $fxpad -pady $fypad;
86 pack .k.value -side right;
89 pack .k -side top -padx $fxpad -pady $fypad;
93 pack .b.ok -side left;
95 pack .b.cancel -side right;
96 pack .b -side top -padx $fxpad -pady $fypad;
/freebsd-14.2/tools/regression/poll/l/
H A Dsockpoll.out5 ok 4 state other side after large write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
6 not ok 5 state other side after close: expected POLLIN | POLLHUP; got POLLIN | POLLOUT | POLLHUP
7 not ok 6 state other side after reading input: expected POLLHUP; got POLLIN | POLLOUT | POLLHUP
9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
10 ok 9 state other side after reading EOF: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
11 ok 10 state after data from other side: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
19 not ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT…
20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
21 ok 20 state other side after write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt77 the ODT on the DRAM side and controller side are
81 the DRAM side driver strength in ohms. Default
89 the phy side CA line (incluing command line,
94 the PHY side DQ line (including DQS/DQ/DM line)
103 the ODT on the DRAM side and controller side are
107 the DRAM side driver strength in ohms. Default
115 the PHY side CA line (including command line,
130 controller side are both disabled.
133 the DRAM side driver strength in ohms. Default
141 the DRAM side ODT on CA line strength in ohms.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml132 the ODT on the DRAM side and controller side are both disabled.
138 When the DRAM type is DDR3, this parameter defines the DRAM side drive
146 When the DRAM type is DDR3, this parameter defines the DRAM side ODT
154 When the DRAM type is DDR3, this parameter defines the phy side CA line
162 When the DRAM type is DDR3, this parameter defines the PHY side DQ line
170 When the DRAM type is DDR3, this parameter defines the PHY side ODT
180 ODT on the DRAM side and controller side are both disabled.
194 When the DRAM type is LPDDR3, this parameter defines the DRAM side ODT
218 When dram type is LPDDR3, this parameter define the phy side odt
227 the ODT on the DRAM side and controller side are both disabled.
[all …]
/freebsd-14.2/sbin/hastd/
H A Dproto.c73 proto_alloc(struct proto *proto, int side) in proto_alloc() argument
78 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_alloc()
79 side == PROTO_SIDE_SERVER_LISTEN || in proto_alloc()
80 side == PROTO_SIDE_SERVER_WORK); in proto_alloc()
85 conn->pc_side = side; in proto_alloc()
108 struct proto_conn **connp, int side) in proto_common_setup() argument
115 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_common_setup()
116 side == PROTO_SIDE_SERVER_LISTEN); in proto_common_setup()
119 if (side == PROTO_SIDE_CLIENT) { in proto_common_setup()
148 conn = proto_alloc(proto, side); in proto_common_setup()
H A Dproto_tcp.c192 tcp_setup_new(const char *addr, int side, void **ctxp) in tcp_setup_new() argument
198 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT || in tcp_setup_new()
199 side == TCP_SIDE_SERVER_LISTEN); in tcp_setup_new()
230 tctx->tc_side = side; in tcp_setup_new()
238 tcp_setup_wrap(int fd, int side, void **ctxp) in tcp_setup_wrap() argument
243 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT || in tcp_setup_wrap()
244 side == TCP_SIDE_SERVER_WORK); in tcp_setup_wrap()
253 tctx->tc_side = side; in tcp_setup_wrap()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dproto.c71 proto_alloc(struct proto *proto, int side) in proto_alloc() argument
76 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_alloc()
77 side == PROTO_SIDE_SERVER_LISTEN || in proto_alloc()
78 side == PROTO_SIDE_SERVER_WORK); in proto_alloc()
83 conn->pc_side = side; in proto_alloc()
106 int side, struct proto_conn **connp) in proto_common_setup() argument
113 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_common_setup()
114 side == PROTO_SIDE_SERVER_LISTEN); in proto_common_setup()
117 if (side == PROTO_SIDE_CLIENT) { in proto_common_setup()
148 conn = proto_alloc(proto, side); in proto_common_setup()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dprovider-digest.pod117 provider side digest context in the I<dctx> parameter.
124 side context.
131 The I<dctx> parameter contains a pointer to the provider side context.
137 No provider side digest context is used.
153 provider side digest context I<dctx> to I<params>.
158 the given provider side digest context I<dctx> and stores them in I<params>.
170 the provider side context if I<dctx> is not NULL and on the provider
171 side algorithm I<provctx> otherwise.
233 given provider side digest context I<dctx> to I<params>.
238 values associated with the give provider side digest context I<dctx>
[all …]
H A Dprovider-mac.pod93 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.
123 The I<mctx> parameter contains a pointer to the provider side context.
138 provider side mac context I<mctx> to I<params>.
143 associated with the given provider side mac context I<mctx> and stores them
153 with the provider side context I<mctx> in its current state if it is
155 provider side algorithm I<provctx>.
[all …]
H A Dprovider-cipher.pod112 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.
162 The I<cctx> parameter contains a pointer to the provider side context.
191 provider side cipher context I<cctx> to I<params>.
196 the given provider side cipher context I<cctx> and stores them in I<params>.
205 with the provider side context I<cctx> in its current state if it is
207 provider side algorithm I<provctx>.
[all …]
H A Dprovider-kem.pod104 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>
147 decapsulation given a provider side asymmetric kem context in the I<ctx>
172 with the given provider side asymmetric kem context I<ctx> and stores them in
177 with the given provider side asymmetric kem context I<ctx> to I<params>.
191 created provider side asymmetric kem context, or NULL on failure.
H A Dprovider-kdf.pod91 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.
128 provider side KDF context I<kctx> to I<params>.
133 with the given provider side KDF context I<kctx> and stores them in I<params>.
142 with the provider side context I<kctx> in its current state if it is
144 provider side algorithm I<provctx>.
326 provider side KDF context, or NULL on failure.
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,aoss-qmp.txt1 Qualcomm Always-On Subsystem side channel binding
3 This binding describes the hardware component responsible for side channel
10 The AOSS side channel exposes control over a set of resources, used to control
58 The AOSS side channel also provides the controls for three cooling devices,
69 The following example represents the AOSS side-channel message RAM and the
H A Dqcom,aoss-qmp.yaml7 title: Qualcomm Always-On Subsystem side channel
13 This binding describes the hardware component responsible for side channel
20 The AOSS side channel exposes control over a set of resources, used to control
77 The AOSS side channel also provides the controls for three cooling devices,
/freebsd-14.2/crypto/heimdal/appl/telnet/
H A Dtelnet.state2 Three pieces of state need to be kept for each side of each option.
66 an option that the other side doesn't understand is:
73 If the other side does not expect to receive the latter case,
79 if() statement in, but we expect the other side to generate the
/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_status_cb.pod59 On the client side SSL_get_tlsext_status_type() can be used to determine whether
62 side SSL_get_tlsext_status_type() can be used to determine whether the client
85 The callback when used on the client side should return a negative value on
89 The callback when used on the server side should return with either
106 side if SSL_set_tlsext_status_type() was previously called, or on the server
107 side if the client requested OCSP stapling. Otherwise -1 is returned.
H A DSRP_Calc_B.pod25 /* server side .... */
37 /* client side .... */
55 and I<u> parameters are used on the server side and are calculated via
58 client side and are calculated via the functions SRP_Calc_client_key_ex(),
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dvideo-interface-devices.yaml316 A camera installed on the back side of a mobile device facing away from
321 The camera sensor is typically mounted with its pixel array longer side
322 aligned to the device longer side, upside-down mounted to compensate for
393 # Front. The device is mounted on the front facing side of the system. For
394 # mobile devices such as smartphones, tablets and laptops the front side
395 # is the user facing side.
397 # Back. The device is mounted on the back side of the system, which is
398 # defined as the opposite side of the front facing one.
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dfsl,mu.yaml19 different clocks (from each side of the different peripheral buses).
20 Therefore, the MU must synchronize the accesses from one side to the
90 fsl,mu-side-b:
91 description: boolean, if present, means it is for side B MU.
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rcar-usb2-clock-sel.txt43 - The functional clock of USB 2.0 host side must be "ehci_ohci"
44 - The functional clock of HS-USB side must be "hs-usb-if"
52 - The reset of USB 2.0 host side must be "ehci_ohci"
53 - The reset of HS-USB side must be "hs-usb-if"
/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c701 static void printside(char *side, ipf_statistics_t *frs) in printside() argument
705 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side); in printside()
707 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side); in printside()
709 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side); in printside()
710 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side); in printside()
712 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side); in printside()
713 PRINTF("%lu\t%s packets short\n", frs->fr_short, side); in printside()
718 PRINTF("%lu\t%s packet state kept\n", frs->fr_ads, side); in printside()
721 PRINTF("%lu\t%s cache hits\n", frs->fr_chit, side); in printside()
722 PRINTF("%lu\t%s cache misses\n", frs->fr_cmiss, side); in printside()
[all …]

12345678910>>...18