Home
last modified time | relevance | path

Searched full:in (Results 1 – 25 of 10661) sorted by relevance

12345678910>>...427

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h10 * COPYING in the main directory of this source tree, or the
13 * Redistribution and use in source and binary forms, with or
21 * - Redistributions in binary form must reproduce the above
23 * disclaimer in the documentation and/or other materials
29 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
30 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
31 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
69 const char *ib_get_sa_method_str(IN uint8_t method);
73 * [in] Network order METHOD ID value.
[all …]
H A Dosm_sm.h9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
192 void osm_sm_construct(IN osm_sm_t * p_sm);
196 * [in] Pointer to a SM object to construct.
[all …]
/freebsd/sys/kern/
H A Dvnode_if.src5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
11 # notice, this list of conditions and the following disclaimer in the
20 # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 # Above each of the vop descriptors in lines starting with %%
33 # columns are in, out and error respectively. The "in" column defines
45 # indirection (**vpp) and that name is hard-coded in vnode_if.awk !
55 IN struct vnode *vp;
[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
10 01/01 Alexander Langer <alex@FreeBSD.org> born in Duesseldorf, Nordrhein-Westfalen, Germany, 1981
11 01/01 Zach Leslie <zleslie@FreeBSD.org> born in Grand Junction, Colorado, United States, 1985
12 01/02 Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> born in Bucharest, Romania, 1980
13 01/02 Patrick Li <pat@FreeBSD.org> born in Beijing, People's Republic of China, 1985
14 01/03 Tetsurou Okazaki <okazaki@FreeBSD.org> born in Mobara, Chiba, Japan, 1972
15 01/04 Hiroyuki Hanai <hanai@FreeBSD.org> born in Kagawa pre., Japan, 1969
16 01/05 D Scott Phillips <scottph@FreeBSD.org> born in Anderson, Indiana, 1983
17 01/06 Adriaan de Groot <adridg@FreeBSD.org> born in Calgary, Canada, 1973
[all …]
/freebsd/contrib/unbound/util/
H A Das112.c8 * Redistribution and use in source and binary forms, with or without
15 * Redistributions in binary form must reproduce the above copyright notice,
16 * this list of conditions and the following disclaimer in the documentation
26 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45 "10.in-addr.arpa.",
46 "16.172.in-addr.arpa.",
47 "17.172.in-addr.arpa.",
48 "18.172.in-addr.arpa.",
[all …]
/freebsd/sys/contrib/zlib/
H A DChangeLog4 Changes in 1.3.1 (22 Jan 2024)
5 - Reject overflows of zip header fields in minizip
6 - Fix bug in inflateSync() for data held in bit buffer
8 - Fix decision on the emission of Zip64 end records in minizip
10 - Neutralize zip file traversal attacks in miniunz
11 - Fix a bug in ZLIB_DEBUG compiles in check_match()
14 Changes in 1.3 (18 Aug 2023)
16 - Fix bug in deflateBound() for level 0 and memLevel 9
21 - Rewrite of zran in examples (see zran.c version history)
23 - Fix reading disk number start on zip64 files in minizip
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {0}; in mlx5_alloc_transport_domain() local
39 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_alloc_transport_domain()
41 MLX5_SET(alloc_transport_domain_in, in, uid, uid); in mlx5_alloc_transport_domain()
43 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_alloc_transport_domain()
[all …]
H A Dmlx5_port.c4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
41 u32 *in = NULL; in mlx5_core_access_reg() local
44 in = mlx5_vzalloc(inlen); in mlx5_core_access_reg()
46 if (!in || !out) in mlx5_core_access_reg()
49 data = MLX5_ADDR_OF(access_register_in, in, register_data); in mlx5_core_access_reg()
[all …]
H A Dmlx5_vport.c4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 static int mlx5_modify_nic_vport_context(struct mlx5_core_dev *mdev, void *in,
41 u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {0}; in _mlx5_query_vport_state() local
43 MLX5_SET(query_vport_state_in, in, opcode, in _mlx5_query_vport_state()
45 MLX5_SET(query_vport_state_in, in, op_mod, opmod); in _mlx5_query_vport_state()
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di81 pass in proto icmp from localhost to localhost icmp-type timest
2 block in proto icmp from any to any icmp-type unreach code 1
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
[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
6 pass in proto tcp/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
9 block in proto tcp/udp from any port >= 1024 to any
10 pass in proto tcp from any port >= 1024 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
6 pass in proto tcp/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
9 block in proto tcp/udp from any to any port >= 1024
10 pass in proto tcp from any to any port >= 1024
[all …]
/freebsd/contrib/unbound/testdata/
H A Diter_minimise_chain.rpl23 . IN NS
25 . IN NS K.ROOT-SERVERS.NET.
27 K.ROOT-SERVERS.NET. IN A 193.0.14.129
35 com. IN NS
37 com. IN NS a.gtld-servers.net.
39 a.gtld-servers.net. IN A 192.5.6.30
51 com. IN A
53 com. IN NS a.gtld-servers.net.
55 a.gtld-servers.net. IN A 192.5.6.30
63 example.com. IN NS
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di81 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest
2 block in inet proto icmp from any to any icmp-type unreach code 1
3 pass in inet proto icmp from any to any icmp-type unreach code 15
4 pass in inet proto icmp from any to any icmp-type unreach code 13
5 pass in inet proto icmp from any to any icmp-type unreach code 8
6 pass in inet proto icmp from any to any icmp-type unreach code 4
7 pass in inet proto icmp from any to any icmp-type unreach code 9
8 pass in inet proto icmp from any to any icmp-type unreach code 11
9 pass in inet proto icmp from any to any icmp-type unreach code 14
10 pass in inet proto icmp from any to any icmp-type unreach code 10
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsFixupKinds.h20 // This table *must* be in the same order of
22 // in MipsAsmBackend.cpp.
25 // Branch fixups resulting in R_MIPS_16.
28 // Pure 32 bit data fixup resulting in - R_MIPS_32.
31 // Full 32 bit data relative data fixup resulting in - R_MIPS_REL32.
34 // Jump 26 bit fixup resulting in - R_MIPS_26.
37 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16.
40 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16.
43 // 16 bit fixup for GP offest resulting in - R_MIPS_GPREL16.
46 // 16 bit literal fixup resulting in - R_MIPS_LITERAL.
[all …]
/freebsd/crypto/heimdal/
H A DNEWS4 - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege
22 in kadmind (extract keytab)
30 - KCM is polished up and now used in production
31 - NTLM first class citizen, credentials stored in KCM
37 - Disabled write support NDBM hdb backend (read still in there) since
64 - Store KDC offset in credentials
77 - Partial support for MIT kadmind rpc protocol in kadmind
78 - Better support for finding keytab entries when using SPN aliases in the KDC
79 - Support BER in ASN.1 library (needed for CMS)
80 - Support decryption in Keychain private keys
[all …]
/freebsd/stand/efi/include/
H A Defiprot.h8 under a license and may only be used or copied in accordance
11 reproduced, stored in a retrieval system, or transmitted in any
52 IN struct _EFI_BLOCK_IO *This,
53 IN BOOLEAN ExtendedVerification
59 IN struct _EFI_BLOCK_IO *This,
60 IN UINT32 MediaId,
61 IN EFI_LBA LBA,
62 IN UINTN BufferSize,
70 IN struct _EFI_BLOCK_IO *This,
71 IN UINT32 MediaId,
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto.h9 * Michigan is not used in any advertising or publicity
13 * University of Michigan is included in any copy of any
26 * OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN
71 * may care about in a certificate
78 * that we may care about in a certificate
117 (krb5_context context, /* IN */
118 pkinit_plg_crypto_context plg_cryptoctx, /* IN */
119 pkinit_req_crypto_context req_cryptoctx, /* IN */
120 pkinit_identity_crypto_context id_cryptoctx, /* IN */
129 (krb5_context context, /* IN */
[all …]
H A Dpkinit_lib.c10 * Michigan is not used in any advertising or publicity
14 * University of Michigan is included in any copy of any
27 * OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN
99 free_krb5_pa_pk_as_req(krb5_pa_pk_as_req **in) in free_krb5_pa_pk_as_req() argument
101 if (*in == NULL) return; in free_krb5_pa_pk_as_req()
102 free((*in)->signedAuthPack.data); in free_krb5_pa_pk_as_req()
103 if ((*in)->trustedCertifiers != NULL) in free_krb5_pa_pk_as_req()
104 free_krb5_external_principal_identifier(&(*in)->trustedCertifiers); in free_krb5_pa_pk_as_req()
105 free((*in)->kdcPkId.data); in free_krb5_pa_pk_as_req()
106 free(*in); in free_krb5_pa_pk_as_req()
[all …]
/freebsd/contrib/ldns/ldns/
H A Ddnssec_verify.h40 * \param[in] *chain The chain to free
48 * \param[in] *chain The dnssec_data_chain to free
55 * \param[in] *out The file stream to print to
56 * \param[in] *chain The dnssec_data_chain to print
63 * \param[in] *out The file stream to print to
64 * \param[in] *fmt The format of the textual representation
65 * \param[in] *chain The dnssec_data_chain to print
77 * \param[in] *res resolver structure for further needed queries
78 * \param[in] qflags resolution flags
79 * \param[in] *data_set The original rrset where the chain ends
[all …]
H A Ddnssec.h8 * A bunch of defines that are used in the DNS
56 * \param[in] name The dname of the RRset covered by the RRSIG to find
57 * \param[in] type The type of the RRset covered by the RRSIG to find
58 * \param[in] rrs List of rrs to search in
70 * \param[in] rrsig The rrsig to find the DNSKEY for
71 * \param[in] rrs The rr list to find the key in
81 * \param[in] nsec The nsec to get the covered type bitmap of
115 * calculates a keytag of a key for use in DNSSEC.
117 * \param[in] key the key as an RR to use for the calc.
124 * \param[in] key the key as uncompressed wireformat rdata.
[all …]
/freebsd/sbin/pfctl/tests/files/
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"
8 pass in on lo0 from 0/0 to any label "$srcaddr"
9 pass in on lo0 from 127.0.0.1 to any label "$srcaddr"
10 pass in on lo0 from 127.0.0.1 to any label "$srcaddr$srcaddr"
11 pass in on lo0 from 127.0.0.1 to any label ":$srcaddr:$srcaddr:"
12 pass in on lo0 from 127.0.0.1/8 to any label "$srcaddr"
[all …]
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 …]
/freebsd/contrib/bmake/unit-tests/
H A Dmoderrs.exp3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
4 in target "mod-unknown-direct"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
9 in target "mod-unknown-indirect"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
13 in target "unclosed-direct"
16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
17 in target "unclosed-indirect"
21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
22 in target "unfinished-indirect"
[all …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_s.c14 assertMakeDir("in", 0755); in DEFINE_TEST()
15 assertMakeDir("in/d1", 0755); in DEFINE_TEST()
16 assertMakeFile("in/d1/foo", 0644, "foo"); in DEFINE_TEST()
17 assertMakeFile("in/d1/bar", 0644, "bar"); in DEFINE_TEST()
19 assertMakeFile("in/d1/realfile", 0644, "realfile"); in DEFINE_TEST()
20 assertMakeSymlink("in/d1/symlink", "realfile", 0); in DEFINE_TEST()
22 assertMakeFile("in/d1/hardlink1", 0644, "hardlinkedfile"); in DEFINE_TEST()
23 assertMakeHardlink("in/d1/hardlink2", "in/d1/hardlink1"); in DEFINE_TEST()
26 systemf("%s -cf - -s /foo/bar/ in/d1/foo > NUL 2> check.err", in DEFINE_TEST()
39 systemf("%s -cf test1_1.tar -s /foo/bar/ in/d1/foo", testprog); in DEFINE_TEST()
[all …]

12345678910>>...427