Searched refs:comp (Results 1 - 25 of 271) sorted by relevance

1234567891011

/freebsd-current/crypto/openssl/include/internal/
H A Dcomp.h10 #include <openssl/comp.h>
/freebsd-current/crypto/openssh/regress/
H A Dproxy-connect.sh7 comp="no"
9 comp="no yes"
12 for c in $comp; do
13 verbose "plain username comp=$c"
17 fail "ssh proxyconnect comp=$c failed"
20 fail "bad SSH_CONNECTION comp=$c: " \
H A Dputty-transfer.sh9 comp="0"
11 comp="0 1"
14 for c in $comp; do
/freebsd-current/sys/net/
H A Dslcompress.c53 #define INCR(counter) ++comp->counter;
62 sl_compress_init(struct slcompress *comp, int max_state) argument
65 struct cstate *tstate = comp->tstate;
69 bzero((char *)comp, sizeof(*comp));
72 bzero((char *)comp->tstate, sizeof(comp->tstate));
73 bzero((char *)comp->rstate, sizeof(comp->rstate));
81 comp
151 sl_compress_tcp(struct mbuf *m, struct ip *ip, struct slcompress *comp, int compress_cid) argument
406 sl_uncompress_tcp(u_char **bufp, int len, u_int type, struct slcompress *comp) argument
450 sl_uncompress_tcp_core(u_char *buf, int buflen, int total_len, u_int type, struct slcompress *comp, u_char **hdrp, u_int *hlenp) argument
[all...]
/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_fsm.c107 struct mlxfw_mfa2_component *comp)
117 err = mlxfw_dev->ops->component_query(mlxfw_dev, comp->index,
124 if (comp->data_size > comp_max_size) {
126 comp->index, comp->data_size, comp_max_size);
135 comp->index,
136 comp->data_size);
147 offset < MLXFW_ALIGN_UP(comp->data_size, comp_align_bits);
149 block_ptr = comp->data + offset;
150 block_size = (u16) min_t(u32, comp
105 mlxfw_flash_component(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, struct mlxfw_mfa2_component *comp) argument
191 struct mlxfw_mfa2_component *comp; local
[all...]
/freebsd-current/contrib/less/
H A Dpattern.c29 struct re_pattern_buffer *comp = (struct re_pattern_buffer *) local
32 if (re_compile_pattern(pattern, strlen(pattern), comp))
34 free(comp);
44 *comp_pattern = comp;
47 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t)); local
48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0)))
50 free(comp);
60 *comp_pattern = comp;
66 pcre *comp = pcre_compile(pattern, local
70 if (comp
83 pcre2_code *comp = pcre2_compile((PCRE2_SPTR)pattern, strlen(pattern), local
110 char *comp; local
122 struct regexp *comp; local
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c11 int (*comp)(const void *, const void *); member in struct:stack_st
/freebsd-current/crypto/openssl/crypto/lhash/
H A Dlhash_local.h21 OPENSSL_LH_COMPFUNC comp; member in struct:lhash_st
/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.c193 scan_firmware(struct mfi_info_component *comp) argument
197 len = strlen(comp->name);
200 len = strlen(comp->version);
203 len = strlen(comp->build_date);
206 len = strlen(comp->build_time);
212 display_firmware(struct mfi_info_component *comp, const char *tag) argument
215 printf("%-*s %-*s %-*s %-*s %s\n", fw_name_width, comp->name,
216 fw_version_width, comp->version, fw_date_width, comp->build_date,
217 fw_time_width, comp
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D70-test_comp.t90 my @comp;
101 @comp = (
105 @comp = (0xff); #Unknown compression
107 $message->comp_meths(\@comp);
108 $message->comp_meth_len(scalar @comp);
/freebsd-current/usr.sbin/ppp/
H A Dslcompress.c82 sl_compress_init(struct slcompress *comp, int max_state) argument
85 register struct cstate *tstate = comp->tstate;
87 memset(comp, '\0', sizeof *comp);
94 comp->last_cs = &tstate[0];
95 comp->last_recv = 255;
96 comp->last_xmit = 255;
97 comp->flags = SLF_TOSS;
157 struct slcompress *comp,
161 register struct cstate *cs = comp
155 sl_compress_tcp(struct mbuf * m, struct ip * ip, struct slcompress *comp, struct slstat *slstat, int compress_cid) argument
428 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp, struct slstat *slstat, int max_state) argument
[all...]
/freebsd-current/contrib/lib9p/
H A Drfuncs.c66 const char *endp, *comp; local
75 comp = ".";
90 comp = "/";
103 * either comp==path, or comp[-1] is '/'.
106 * is *not* '/', we had comp>path initially, and
112 * comp==path, or comp[-1] is '/'.
114 * In all cases, we want all bytes from *comp
117 comp
[all...]
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c112 const struct rndis_comp_hdr *comp; local
123 if (dlen < sizeof(*comp)) {
127 comp = data;
129 KASSERT(comp->rm_rid > HN_RNDIS_RID_COMPAT_MAX,
130 ("invalid RNDIS rid 0x%08x\n", comp->rm_rid));
131 vmbus_xact_ctx_wakeup(sc->hn_xact, comp, dlen);
258 const struct rndis_comp_hdr *comp; local
262 KASSERT(min_complen >= sizeof(*comp),
268 comp = hn_rndis_xact_exec1(sc, xact, reqlen, &hn_nvs_sendctx_none,
270 if (comp
321 const struct rndis_query_comp *comp; local
533 const struct rndis_set_comp *comp; local
851 const struct rndis_init_comp *comp; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp28 st_regs[st].comp.sign_exp & 0x7fff; // Discard the sign bit.
30 if (st_regs[st].comp.mantissa == 0)
/freebsd-current/libexec/fingerd/
H A Dfingerd.c64 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog; local
139 comp = &av[2];
142 *comp-- = "-k";
165 *comp-- = "-l";
175 *comp = ++lp;
177 *comp = prog;
183 for (ap = comp; *ap != NULL; ++ap)
200 execv(prog, comp);
/freebsd-current/crypto/openssl/crypto/comp/
H A Dcomp_lib.c14 #include <openssl/comp.h>
90 int COMP_CTX_get_type(const COMP_CTX* comp) argument
92 return comp->meth ? comp->meth->type : NID_undef;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dblkptr.c49 enum zio_compress comp, int uncompressed_size, int compressed_size)
57 comp != ZIO_COMPRESS_OFF);
58 ASSERT3U(comp, >=, ZIO_COMPRESS_OFF);
59 ASSERT3U(comp, <, ZIO_COMPRESS_FUNCTIONS);
63 BP_SET_COMPRESS(bp, comp);
48 encode_embedded_bp_compressed(blkptr_t *bp, void *data, enum zio_compress comp, int uncompressed_size, int compressed_size) argument
/freebsd-current/lib/libc/gen/
H A Dfmtmsg.c116 char *comp, *output; local
134 while ((comp = nextcomp(msgverb)) != NULL) {
135 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
138 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
141 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
144 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
148 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
/freebsd-current/sys/dev/iser/
H A Diser_verbs.c98 ISER_DBG("conn %p got send comp error", iser_conn);
100 ISER_DBG("conn %p got recv comp error", iser_conn);
161 struct iser_comp *comp = (struct iser_comp *)data; local
162 struct ib_cq *cq = comp->cq;
163 struct ib_wc *const wcs = comp->wcs;
168 while ((n = ib_poll_cq(cq, ARRAY_SIZE(comp->wcs), wcs)) > 0) {
187 struct iser_comp *comp = cq_context; local
189 taskqueue_enqueue(comp->tq, &comp->task);
229 struct iser_comp *comp local
270 struct iser_comp *comp = &device->comps[i]; local
276 struct iser_comp *comp = &device->comps[i]; local
298 struct iser_comp *comp = &device->comps[i]; local
552 iser_conn_state_comp_exch(struct iser_conn *iser_conn, enum iser_conn_state comp, enum iser_conn_state exch) argument
[all...]
/freebsd-current/contrib/jemalloc/src/
H A Dwitness.c10 witness_comp_t *comp, void *opaque) {
13 witness->comp = comp;
9 witness_init(witness_t *witness, const char *name, witness_rank_t rank, witness_comp_t *comp, void *opaque) argument
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsel-gram.y58 %type <expr> comp
81 | comp { $$ = _hx509_make_expr(op_COMP, $1, NULL); }
88 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); } label
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_redircloexec.sh137 mkhelper comp 3 "{ ${TEST_SH} ./comp2; } 3>out"
142 cleanhelper comp
163 mkhelper comp 5 "( ${TEST_SH} ./comp2; ${TEST_SH} ./comp2 ) 5>out"
168 cleanhelper comp
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dbtree.h159 int comp = COMP(i, value); \
160 where->bti_offset = (i - (T *)buf) + (comp < 0); \
161 where->bti_before = (comp != 0); \
163 if (comp == 0) { \
/freebsd-current/usr.bin/calendar/
H A Dsunpos.c56 comp(char *s, double v, double c) function
166 comp("ZJ", ZJ, expZJ);
167 comp("UTHM", UTHM, expUTHM);
168 comp("D", D, expD);
169 comp("T", T, expT);
170 comp("L", L, fixup(&expL));
171 comp("M", M, fixup(&expM));
172 comp("epsilon", epsilon, fixup(&expepsilon));
173 comp("lambda", lambda, fixup(&explambda));
174 comp("alph
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dsa.h50 complete(&client->comp);

Completed in 357 milliseconds

1234567891011