Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 4574) sorted by relevance

12345678910>>...183

/freebsd/bin/dd/
H A Dconv.c59 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp) in def()
115 in.dbp = in.db; in block()
129 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { in block()
144 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in block()
165 for (; in.dbcnt && *inp++ != '\n'; --in.dbcnt) in block()
179 in.dbp = in.db + in.dbcnt; in block()
195 (void)memmove(out.dbp, in.dbp - in.dbcnt, in.dbcnt); in block_close()
225 for (inp = in.db; (size_t)in.dbcnt >= cbsz; inp += cbsz, in.dbcnt -= cbsz) { in unblock()
239 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in unblock()
240 in.dbp = in.db + in.dbcnt; in unblock()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c43 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_alloc_transport_domain()
61 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_dealloc_transport_domain()
95 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_rq()
106 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen); in mlx5_core_query_rq()
140 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_sq()
151 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen); in mlx5_core_query_sq()
178 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_tir()
216 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_tis()
266 void *in; in mlx5_core_arm_rmp() local
273 if (!in) in mlx5_core_arm_rmp()
[all …]
H A Dmlx5_port.c65 kvfree(in); in mlx5_core_access_reg()
135 memset(&in, 0, sizeof(in)); in mlx5_set_port_caps()
152 memset(in, 0, sizeof(in)); in mlx5_query_port_ptys()
156 err = mlx5_core_access_reg(dev, in, sizeof(in), ptys, in mlx5_query_port_ptys()
221 err = mlx5_core_access_reg(dev, in, sizeof(in), out, in mlx5_set_port_autoneg()
281 err = mlx5_core_access_reg(dev, in, sizeof(in), out, in mlx5_set_port_proto()
558 if (!in) in mlx5_core_access_ptys()
645 if (!in) in mlx5_core_access_pmtu()
847 memset(in, 0, sizeof(in)); in mlx5_query_port_qetcr_reg()
929 memset(in, 0, sizeof(in)); in mlx5_query_port_prio_tc()
[all …]
H A Dmlx5_fs_cmd.c53 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_update_root_ft()
82 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_fs_create_ft()
108 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_fs_destroy_ft()
112 u32 *in, in mlx5_cmd_fs_create_fg() argument
160 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_fs_destroy_fg()
174 u32 *in; in mlx5_cmd_fs_set_fte() local
222 if (!in) { in mlx5_cmd_fs_set_fte()
288 kvfree(in); in mlx5_cmd_fs_set_fte()
318 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_cmd_fs_delete_fte()
335 u32 *in; in mlx5_cmd_modify_header_alloc() local
[all …]
H A Dmlx5_vport.c50 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, outlen); in _mlx5_query_vport_state()
302 void *in; in mlx5_modify_nic_vport_mac_address() local
443 void *in; in mlx5_nic_vport_enable_disable_roce() local
467 void *in; in mlx5_set_nic_vport_current_mac() local
511 void *in; in mlx5_modify_nic_vport_node_guid() local
550 void *in; in mlx5_modify_nic_vport_port_guid() local
799 if (!in) in mlx5_modify_nic_vport_mac_list()
909 if (!in) in mlx5_modify_nic_vport_vlans()
1320 memset(in, 0, sizeof(in)); in mlx5_set_eswitch_cvlan_info()
1370 u32 *in; in mlx5_set_vport_mtu() local
[all …]
H A Dmlx5_qp.c168 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_qp()
178 u32 *in; member
329 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen); in mlx5_core_qp_query()
340 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_xrcd_alloc()
354 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_xrcd_dealloc()
414 return mlx5_cmd_exec(dev, (void *)&in, sizeof(in), in mlx5_core_drain_dct()
453 return mlx5_cmd_exec(dev, (void *)&in, sizeof(in), in mlx5_core_destroy_dct()
466 return mlx5_cmd_exec(dev, (void *)&in, sizeof(in), in mlx5_core_dct_query()
479 return mlx5_cmd_exec(dev, (void *)&in, sizeof(in), in mlx5_core_arm_dct()
492 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in destroy_rq_tracked()
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Df51 in tcp 1.1.1.1,0 2.2.2.2,2222
2 in tcp 1.1.1.1,1 2.2.2.2,2222
3 in tcp 1.1.1.1,23 2.2.2.2,2222
4 in tcp 1.1.1.1,21 2.2.2.2,2222
5 in tcp 1.1.1.1,1023 2.2.2.2,2222
6 in tcp 1.1.1.1,1024 2.2.2.2,2222
7 in tcp 1.1.1.1,1025 2.2.2.2,2222
15 in udp 1.1.1.1,0 2.2.2.2,2222
16 in udp 1.1.1.1,1 2.2.2.2,2222
17 in udp 1.1.1.1,23 2.2.2.2,2222
[all …]
H A Df61 in tcp 2.2.2.2,2222 1.1.1.1,0
2 in tcp 2.2.2.2,2222 1.1.1.1,1
3 in tcp 2.2.2.2,2222 1.1.1.1,23
4 in tcp 2.2.2.2,2222 1.1.1.1,21
5 in tcp 2.2.2.2,2222 1.1.1.1,1023
6 in tcp 2.2.2.2,2222 1.1.1.1,1024
7 in tcp 2.2.2.2,2222 1.1.1.1,1025
15 in udp 2.2.2.2,2222 1.1.1.1,0
16 in udp 2.2.2.2,2222 1.1.1.1,1
17 in udp 2.2.2.2,2222 1.1.1.1,23
[all …]
H A Dn18 in on zx0 255 10.1.1.1 10.1.1.2
9 in on zx0 255 10.1.1.2 10.1.1.1
10 in on zx0 255 10.2.2.1 10.2.1.1
11 in on zx0 255 10.2.2.2 10.2.1.1
12 in on zx0 255 10.2.2.3 10.1.1.1
13 in on zx0 255 10.2.3.4 10.2.2.2
14 in on zx0 255 10.1.1.1 10.2.2.2
15 in on zx0 255 10.1.1.2 10.2.2.2
16 in on zx0 255 10.1.1.0 10.3.4.5
17 in on zx0 255 10.1.1.1 10.3.4.5
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c225 byteSwap(ctx->in, 16); in isc_md5_update()
226 transform(ctx->buf, ctx->in); in isc_md5_update()
232 memcpy(ctx->in, buf, 64); in isc_md5_update()
233 byteSwap(ctx->in, 16); in isc_md5_update()
234 transform(ctx->buf, ctx->in); in isc_md5_update()
240 memcpy(ctx->in, buf, len); in isc_md5_update()
260 byteSwap(ctx->in, 16); in isc_md5_final()
261 transform(ctx->buf, ctx->in); in isc_md5_final()
262 p = (unsigned char *)ctx->in; in isc_md5_final()
266 byteSwap(ctx->in, 14); in isc_md5_final()
[all …]
/freebsd/usr.bin/calendar/calendars/
H A Dcalendar.freebsd8 01/01 Dimitry Andric <dim@FreeBSD.org> born in Utrecht, the Netherlands, 1969
9 01/01 Lev Serebryakov <lev@FreeBSD.org> born in Leningrad, USSR, 1979
19 01/06 Michael Osipov <michaelo@FreeBSD.org> born in Baku, USSR, 1983
25 01/12 Kristof Provost <kp@FreeBSD.org> born in Aalst, Belgium, 1983
35 01/19 Ruslan Ermilov <ru@FreeBSD.org> born in Simferopol, USSR, 1974
38 01/21 Mahdi Mokhtari <mmokhi@FreeBSD.org> born in Tehran, Iran, 1995
52 02/01 Doug Rabson <dfr@FreeBSD.org> born in London, England, 1966
124 03/15 Paolo Pisati <piso@FreeBSD.org> born in Lodi, Italy, 1977
239 06/03 CHOI Junho <cjh@FreeBSD.org> born in Seoul, Korea, 1974
289 07/10 Jung-uk Kim <jkim@FreeBSD.org> born in Seoul, Korea, 1971
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c126 byteReverse(ctx->in, 16); in MD5Update()
127 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
134 os_memcpy(ctx->in, buf, 64); in MD5Update()
135 byteReverse(ctx->in, 16); in MD5Update()
136 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
143 os_memcpy(ctx->in, buf, len); in MD5Update()
160 p = ctx->in + count; in MD5Final()
170 byteReverse(ctx->in, 16); in MD5Final()
171 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final()
174 os_memset(ctx->in, 0, 56); in MD5Final()
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di819 pass in proto icmp all icmp-type inforeq
20 pass in proto icmp all icmp-type inforep
21 pass in proto icmp all icmp-type maskrep
22 pass in proto icmp all icmp-type maskreq
24 pass in proto icmp all icmp-type redir
25 pass in proto icmp all icmp-type unreach
29 pass in proto icmp all icmp-type timest
31 pass in proto icmp all icmp-type timex
32 pass in proto icmp all icmp-type 254
55 pass in proto icmp all icmp-type redir
[all …]
H A Df51 block in proto tcp from any port = 23 to any
2 block in proto udp from any port = 23 to any
3 block in proto tcp/udp from any port = 23 to any
4 pass in proto tcp from any port <= 1023 to any
5 pass in proto udp from any port <= 1023 to any
7 block in proto tcp from any port >= 1024 to any
8 block in proto udp from any port >= 1024 to any
10 pass in proto tcp from any port >= 1024 to any
11 pass in proto udp from any port >= 1024 to any
25 pass in proto tcp from any port = 23 to any
[all …]
H A Df61 block in proto tcp from any to any port = 23
2 block in proto udp from any to any port = 23
3 block in proto tcp/udp from any to any port = 23
4 pass in proto tcp from any to any port <= 1023
5 pass in proto udp from any to any port <= 1023
7 block in proto tcp from any to any port >= 1024
8 block in proto udp from any to any port >= 1024
10 pass in proto tcp from any to any port >= 1024
11 pass in proto udp from any to any port >= 1024
25 pass in proto tcp from any to any port = 23
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c125 UINT4 in[16]; in MD5Update() local
140 mdContext->in[mdi++] = *inBuf++; in MD5Update()
145 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) | in MD5Update()
148 ((UINT4)mdContext->in[ii]); in MD5Update()
149 Transform (mdContext->buf, in); in MD5Update()
160 UINT4 in[16]; in MD5Final() local
166 in[14] = mdContext->i[0]; in MD5Final()
167 in[15] = mdContext->i[1]; in MD5Final()
178 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) | in MD5Final()
181 ((UINT4)mdContext->in[ii]); in MD5Final()
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.cc171 in.header.uid, in.header.gid, in.header.pid, in debug_request()
172 in.header.unique, in.header.len, buflen); in debug_request()
182 in.body.bmap.block, in.body.bmap.blocksize); in debug_request()
266 in.body.lseek.whence, in.body.lseek.offset); in debug_request()
274 in.body.mkdir.mode, in.body.mkdir.umask); in debug_request()
284 in.body.mknod.mode, in.body.mknod.rdev, in debug_request()
302 in.body.readdir.fh, in.body.readdir.offset, in debug_request()
347 in.body.setlk.fh, in.body.setlk.owner, in debug_request()
370 in.body.write.offset, in.body.write.size, in debug_request()
800 bzero(in.get(), sizeof(*in)); in loop()
[all …]
/freebsd/lib/msun/tests/
H A Dconj_test.c74 complex float in; in ATF_TC_BODY() local
80 __imag__ in = tests[2 * i + 1]; in ATF_TC_BODY() local
83 ATF_REQUIRE(fpequal_cs(libcrealf(in), __real__ in, true)); in ATF_TC_BODY()
84 ATF_REQUIRE(fpequal_cs(libcreal(in), __real__ in, true)); in ATF_TC_BODY()
85 ATF_REQUIRE(fpequal_cs(libcreall(in), __real__ in, true)); in ATF_TC_BODY()
86 ATF_REQUIRE(fpequal_cs(libcimagf(in), __imag__ in, true)); in ATF_TC_BODY()
87 ATF_REQUIRE(fpequal_cs(libcimag(in), __imag__ in, true)); in ATF_TC_BODY()
88 ATF_REQUIRE(fpequal_cs(libcimagl(in), __imag__ in, true)); in ATF_TC_BODY()
93 "conjf(%#.2g + %#.2gI): wrong value", creal(in), cimag(in) in ATF_TC_BODY()
101 "conj(%#.2g + %#.2gI): wrong value", creal(in), cimag(in)); in ATF_TC_BODY()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c159 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; in MD5Transform() local
162 memcpy(in, block, sizeof(in)); in MD5Transform()
165 in[a] = (u_int32_t)( in MD5Transform()
178 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); in MD5Transform()
179 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); in MD5Transform()
180 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17); in MD5Transform()
181 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22); in MD5Transform()
182 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7); in MD5Transform()
183 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12); in MD5Transform()
184 MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17); in MD5Transform()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di121 pass in inet from 1.1.1.1/32 to 2.2.2.2/32
2 pass in inet from 2.2.2.0/24 to 4.4.4.4/32
3 pass in inet from 3.3.3.3/32 to 4.4.4.4/32
4 pass in inet from 2.2.2.0/24 to 5.5.5.5/32
5 pass in inet from 3.3.3.3/32 to 5.5.5.5/32
6 pass in inet from 2.2.2.0/24 to 6.6.6.6/32
7 pass in inet from 3.3.3.3/32 to 6.6.6.6/32
8 pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 22
33 pass in from pool/101 to hash/202
34 pass in from hash/303 to pool/404
[all …]
H A Di82 block in inet proto icmp from any to any icmp-type unreach code 1
19 pass in inet proto icmp from any to any icmp-type echo
20 pass in inet proto icmp from any to any icmp-type echorep
21 pass in inet proto icmp from any to any icmp-type inforeq
22 pass in inet proto icmp from any to any icmp-type inforep
23 pass in inet proto icmp from any to any icmp-type maskrep
26 pass in inet proto icmp from any to any icmp-type redir
31 pass in inet proto icmp from any to any icmp-type timest
33 pass in inet proto icmp from any to any icmp-type timex
34 pass in inet proto icmp from any to any icmp-type 254
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0004.ok1 block drop in all
2 block drop in proto tcp all
3 block drop in proto tcp all
4 block drop in proto udp all
5 block drop in all
6 block drop in inet from 10.0.0.0/8 to any
7 block drop in inet from ! 10.0.0.0/8 to any
8 block drop in inet from 10.0.0.0/8 to any
9 block drop in inet from 172.16.0.0/12 to any
10 block drop in proto tcp from any port = ssh to any
[all …]
H A Dpf0047.in1 pass in on lo0 all label ""
3 pass in all label "$if"
4 pass in on lo0 all label "$if"
5 pass in on lo0 all label "$if$if"
7 pass in on lo0 all label "$srcaddr"
22 pass in on lo0 all label "!$dstaddr!"
36 pass in on lo0 all label "x$srcportx"
49 pass in on lo0 all label "$dstport"
54 pass in on lo0 all label "$proto"
62 pass in on lo0 all label "$nr"
[all …]
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c62 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_access_reg()
77 return mlx5_core_access_reg(dev, in, sizeof(in), dev->caps.fpga, in mlx5_fpga_caps()
89 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_op()
155 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_query()
175 err = mlx5_core_access_reg(dev, in, sizeof(in), out, in mlx5_fpga_ctrl_connect()
186 err = mlx5_core_access_reg(dev, in, sizeof(in), out, in mlx5_fpga_ctrl_connect()
236 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_create_qp()
259 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_modify_qp()
272 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_query_qp()
289 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_destroy_qp()
[all …]
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c158 memcpy(&in, buf, sizeof(in)); in test_param_int()
168 le_copy(cmp, &in, sizeof(in)); in test_param_int()
185 memcpy(&in, buf, sizeof(in)); in test_param_long()
195 le_copy(cmp, &in, sizeof(in)); in test_param_long()
211 memcpy(&in, buf, sizeof(in)); in test_param_uint()
221 le_copy(cmp, &in, sizeof(in)); in test_param_uint()
238 memcpy(&in, buf, sizeof(in)); in test_param_ulong()
265 memcpy(&in, buf, sizeof(in)); in test_param_int32()
292 memcpy(&in, buf, sizeof(in)); in test_param_uint32()
319 memcpy(&in, buf, sizeof(in)); in test_param_int64()
[all …]

12345678910>>...183