Searched refs:in (Results 176 - 200 of 4358) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_asn1.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
69 * No patent licenses or other rights except those expressly stated in
121 int i2d_SSL_SESSION(SSL_SESSION *in, unsigne argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c15 GAS is distributed in the hope that it will be useful,
30 /* The routines in this file handle macro definition and expansion.
69 /* Whether we are in alternate syntax mode. */
73 /* Whether we are in MRI mode. */
103 /* Switch in and out of alternate mode on the fly. */
111 /* Switch in and out of MRI mode on the fly. */
151 to the dot. With the alternate, labels have to start in
240 get_token (int idx, sb *in, sb *name) argument
242 if (idx < in->len
243 && is_name_beginner (in
266 getstring(int idx, sb *in, sb *acc) argument
352 get_any_string(int idx, sb *in, sb *out) argument
484 do_formals(macro_entry *macro, int idx, sb *in) argument
614 define_macro(int idx, sb *in, sb *label, int (*get_line) (sb *), char *file, unsigned int line, const char **namep) argument
695 get_apost_token(int idx, sb *in, sb *name, int kind) argument
709 sub_actual(int start, sb *in, sb *t, struct hash_control *formal_hash, int kind, sb *out, int copyifnotthere) argument
756 macro_expand_body(sb *in, sb *out, formal_entry *formals, struct hash_control *formal_hash, const macro_entry *macro) argument
987 macro_expand(int idx, sb *in, macro_entry *m, sb *out) argument
1288 expand_irp(int irpc, int idx, sb *in, sb *out, int (*get_line) (sb *)) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
44 DIF_INSTR_R1(in), DIF_INSTR_R2(in), DIF_INSTR_RD(in));
50 dif_instr_t in, FILE *fp)
52 (void) fprintf(fp, "%-4s %u", name, DIF_INSTR_LABEL(in));
57 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
60 DIF_INSTR_R1(in), DIF_INSTR_R
49 dt_dis_branch(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
65 dt_dis_store(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
74 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
81 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
89 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
97 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
131 dt_dis_lda(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
144 dt_dis_ldv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
157 dt_dis_stv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
170 dt_dis_setx(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
184 dt_dis_sets(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
197 dt_dis_ret(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
204 dt_dis_call(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
214 dt_dis_pushts(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
238 dt_dis_xlate(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.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
123 u32 *in, int inlen)
130 MLX5_SET(create_qp_in, in, opcode, MLX5_CMD_OP_CREATE_QP);
132 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out));
148 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP);
149 MLX5_SET(destroy_qp_in, in, qpn, qp->qpn);
159 u32 in[MLX5_ST_SZ_DW(destroy_qp_in)] = {0}; local
165 MLX5_SET(destroy_qp_in, in, opcod
121 mlx5_core_create_qp(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, u32 *in, int inlen) argument
177 u32 *in; member in struct:mbox_info
316 u32 in[MLX5_ST_SZ_DW(query_qp_in)] = {0}; local
327 u32 in[MLX5_ST_SZ_DW(alloc_xrcd_in)] = {0}; local
341 u32 in[MLX5_ST_SZ_DW(dealloc_xrcd_in)] = {0}; local
350 mlx5_core_create_dct(struct mlx5_core_dev *dev, struct mlx5_core_dct *dct, u32 *in, int inlen, u32 *out, int outlen) argument
399 u32 in[MLX5_ST_SZ_DW(drain_dct_in)] = {0}; local
412 u32 in[MLX5_ST_SZ_DW(destroy_dct_in)] = {0}; local
449 u32 in[MLX5_ST_SZ_DW(query_dct_in)] = {0}; local
462 u32 in[MLX5_ST_SZ_DW(arm_dct_in)] = {0}; local
472 mlx5_core_create_rq_tracked(struct mlx5_core_dev *dev, u32 *in, int inlen, struct mlx5_core_qp *rq) argument
497 mlx5_core_create_sq_tracked(struct mlx5_core_dev *dev, u32 *in, int inlen, struct mlx5_core_qp *sq) argument
[all...]
H A Dtransobj.h4 * 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
33 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen,
35 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 *in, int inlen);
38 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen,
40 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 *in, int inlen);
43 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, int inlen,
46 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen,
48 int mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in,
[all...]
/freebsd-11-stable/share/examples/netgraph/
H A Dether.bridge29 # bridged, add all the interface in the BRIDGE_IFACES to the LOCAL_IFACES.
39 # here in ${BRIDGE_IFACES}. If you want to include the local host
41 # listed in ${BRIDGE_IFACES}). Of course, any ${LOCAL_IFACE} must
75 for KLD in ng_ether ng_bridge; do
87 for ETHER in ${BRIDGE_IFACES} ${LOCAL_IFACES}; do
102 for ETHER in ${BRIDGE_IFACES}; do
111 for LOCAL_IFACE in ${LOCAL_IFACES}; do
117 # Set all interfaces in promiscuous mode and don't overwrite src addr.
118 for ETHER in ${BRIDGE_IFACES}; do
127 for ETHER in
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in1 # Makefile.in generated automatically by automake 1.3.2 from Makefile.am
4 # This Makefile.in is free software; the Free Software Foundation
8 # This program is distributed in the hope that it will be useful,
104 am-eject.in \
105 amd2ldif.in \
106 amd2sun.in \
107 ctl-amd.in \
108 ctl-hlfsd.in \
109 fixrmtab.in \
110 fix-amd-map.in \
[all...]
/freebsd-11-stable/sys/crypto/rijndael/
H A Dtest00.c5 * 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
46 uint8_t in[LL]; local
55 in[i] = i;
56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out);
60 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in);
63 printf("%02x", in[i]);
64 if (in[
[all...]
/freebsd-11-stable/etc/rc.d/
H A Datm16 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
12 # notice, this list of conditions and the following disclaimer in the
54 for natm in ${natm_interfaces} ; do
60 for dev in ${atm_load} ; do
66 case ${dev} in
108 for phy in ${atmdev}; do
123 case ${macaddr_args} in
149 case ${prefix_args} in
165 case ${ilmid} in
[all...]
H A Dmountcritlocal23 case ${extra_netfs_types} in
34 for i in ${netfs_types}; do
52 case ${err} in
H A Drtadvd40 case ${rtadvd_interfaces} in
43 for i in `list_net_interfaces`; do
44 case $i in
61 # rtadvd -R "in ipsec ah/transport/fec0:0:0:1::1-fec0:0:0:10::1/require" ${ipv6_network_interfaces}
64 # rtadvd -R "in ipsec ah/transport/ff05::2-fec0:0:0:10::1/require" ${ipv6_network_interfaces}
/freebsd-11-stable/usr.bin/getconf/tests/
H A Dgetconf_test.sh5 # 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
48 case "$arch_type" in
71 for var in $POSIX_CONSTANTS; do
74 for var in $POSIX_PATH_CONSTANTS; do
89 for prog_env in ${SUPPORTED_PROGRAM_ENVS}; do
90 for var in $POSIX_CONSTANTS; do
107 for prog_env in ${UNSUPPORTED_PROGRAM_ENVS}; do
108 for var in
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dbuild8 case "$1" in
14 case "$SIG" in
38 # in the build-aux directory if there's not another config.guess earlier
42 case "$CVO" in
52 case "$NTP_BDIR" in
54 case "$IAM" in
62 case "$CVO" in
75 case "$NTP_BDIR" in
90 case "$CONFIG_ARGS" in
99 case "$CONFIG_ARGS" in
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sbin/newfs/
H A Dt_enable_quotas.sh6 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
12 # notice, this list of conditions and the following disclaimer in the
28 for e in le be; do
29 for v in 1 2; do
30 for q in "user" "group"; do
/freebsd-11-stable/sys/crypto/blowfish/
H A Dbf_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
71 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
76 n2l(in,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
82 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
87 n2l(in,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dc_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
65 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
70 n2l(in,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Decb3_enc.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
67 const unsigned char *in = &(*input)[0]; local
70 c2l(in, l
[all...]
/freebsd-11-stable/crypto/heimdal/tools/
H A DMakefile.am33 krb5-config: krb5-config.in
34 $(subst) $(srcdir)/krb5-config.in > $@.new
38 heimdal-gssapi.pc: heimdal-gssapi.pc.in
39 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
45 krb5-config.in \
46 heimdal-gssapi.pc.in \
/freebsd-11-stable/lib/libc/inet/
H A Dinet_netof.c5 * 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
39 #include <netinet/in.h>
49 inet_netof(struct in_addr in) argument
51 in_addr_t i = ntohl(in.s_addr);
/freebsd-11-stable/tools/build/
H A Dcheck-links.sh9 case " ${libkey} " in
35 case "${flag}" in
51 case $mime in
61 for libc in /lib/libc.so.*; do
72 for lib in $(readelf -d $1 | awk '$2 ~ /\(?NEEDED\)?/ { sub(/\[/,"",$NF); sub(/\]/,"",$NF); print $NF }'); do
75 for libpair in ${ldd_libs}; do
76 case "${libpair}" in
91 for fct in ${lib_symbols}; do
92 case " ${unresolved_symbols} ${bss_symbols} " in
105 # Add in crt
[all...]
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
73 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
78 n2l(in, l
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
74 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, argument
79 c2l(in,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
70 c2l(in,
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_sta.h2 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
24 * This program is distributed in the hope that it will be useful, but
34 * The full GNU General Public License is included in this distribution
35 * in the file called COPYING.
48 * Redistribution and use in source and binary forms, with or without
54 * * Redistributions in binary form must reproduce the above copyright
55 * notice, this list of conditions and the following disclaimer in
87 * All these stations are reflected in the fw's station table. The driver
91 * All the data related to a station is held in the structure %iwl_mvm_sta
92 * which is embed in th
[all...]

Completed in 161 milliseconds

1234567891011>>