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

12345678

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dcomp.h10 #include <openssl/comp.h>
/freebsd-13-stable/sys/net/
H A Dslcompress.c56 #define INCR(counter) ++comp->counter;
65 sl_compress_init(struct slcompress *comp, int max_state) argument
68 struct cstate *tstate = comp->tstate;
72 bzero((char *)comp, sizeof(*comp));
75 bzero((char *)comp->tstate, sizeof(comp->tstate));
76 bzero((char *)comp->rstate, sizeof(comp->rstate));
84 comp
154 sl_compress_tcp(struct mbuf *m, struct ip *ip, struct slcompress *comp, int compress_cid) argument
409 sl_uncompress_tcp(u_char **bufp, int len, u_int type, struct slcompress *comp) argument
453 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-13-stable/sys/dev/mlxfw/
H A Dmlxfw_fsm.c109 struct mlxfw_mfa2_component *comp)
119 err = mlxfw_dev->ops->component_query(mlxfw_dev, comp->index,
126 if (comp->data_size > comp_max_size) {
128 comp->index, comp->data_size, comp_max_size);
137 comp->index,
138 comp->data_size);
149 offset < MLXFW_ALIGN_UP(comp->data_size, comp_align_bits);
151 block_ptr = comp->data + offset;
152 block_size = (u16) min_t(u32, comp
107 mlxfw_flash_component(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, struct mlxfw_mfa2_component *comp) argument
193 struct mlxfw_mfa2_component *comp; local
[all...]
H A Dmlxfw_mfa2.c67 * +----------------------------------+ |comp index=i |
528 struct mlxfw_mfa2_component comp; member in struct:mlxfw_mfa2_comp_data
565 const struct mlxfw_mfa2_tlv_component_descriptor *comp; local
572 comp = mlxfw_mfa2_file_component_find(mfa2_file, psid, psid_size,
574 if (!comp)
577 cb_offset = (u64) be32_to_cpu(comp->cb_offset_h) << 32 |
578 be32_to_cpu(comp->cb_offset_l);
579 comp_size = be32_to_cpu(comp->size);
585 comp_data->comp.data_size = comp_size;
586 comp_data->comp
608 mlxfw_mfa2_file_component_put(struct mlxfw_mfa2_component *comp) argument
[all...]
/freebsd-13-stable/contrib/less/
H A Dpattern.c33 struct re_pattern_buffer *comp = (struct re_pattern_buffer *) local
36 if (re_compile_pattern(pattern, strlen(pattern), comp))
38 free(comp);
48 *comp_pattern = comp;
51 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t)); local
52 if (regcomp(comp, pattern, REGCOMP_FLAG))
54 free(comp);
64 *comp_pattern = comp;
70 pcre *comp = pcre_compile(pattern, local
73 if (comp
86 pcre2_code *comp = pcre2_compile((PCRE2_SPTR)pattern, strlen(pattern), local
112 char *comp; local
124 struct regexp *comp; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c11 int (*comp)(const void *, const void *); member in struct:stack_st
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfiutil.c162 scan_firmware(struct mfi_info_component *comp) argument
166 len = strlen(comp->name);
169 len = strlen(comp->version);
172 len = strlen(comp->build_date);
175 len = strlen(comp->build_time);
181 display_firmware(struct mfi_info_component *comp, const char *tag) argument
184 printf("%-*s %-*s %-*s %-*s %s\n", fw_name_width, comp->name,
185 fw_version_width, comp->version, fw_date_width, comp->build_date,
186 fw_time_width, comp
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dslcompress.c86 sl_compress_init(struct slcompress *comp, int max_state) argument
89 register struct cstate *tstate = comp->tstate;
91 memset(comp, '\0', sizeof *comp);
98 comp->last_cs = &tstate[0];
99 comp->last_recv = 255;
100 comp->last_xmit = 255;
101 comp->flags = SLF_TOSS;
161 struct slcompress *comp,
165 register struct cstate *cs = comp
159 sl_compress_tcp(struct mbuf * m, struct ip * ip, struct slcompress *comp, struct slstat *slstat, int compress_cid) argument
432 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp, struct slstat *slstat, int max_state) argument
[all...]
/freebsd-13-stable/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-13-stable/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c115 const struct rndis_comp_hdr *comp; local
126 if (dlen < sizeof(*comp)) {
130 comp = data;
132 KASSERT(comp->rm_rid > HN_RNDIS_RID_COMPAT_MAX,
133 ("invalid RNDIS rid 0x%08x\n", comp->rm_rid));
134 vmbus_xact_ctx_wakeup(sc->hn_xact, comp, dlen);
261 const struct rndis_comp_hdr *comp; local
265 KASSERT(min_complen >= sizeof(*comp),
271 comp = hn_rndis_xact_exec1(sc, xact, reqlen, &hn_nvs_sendctx_none,
273 if (comp
324 const struct rndis_query_comp *comp; local
536 const struct rndis_set_comp *comp; local
847 const struct rndis_init_comp *comp; local
[all...]
/freebsd-13-stable/libexec/fingerd/
H A Dfingerd.c78 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog; local
153 comp = &av[2];
156 *comp-- = "-k";
179 *comp-- = "-l";
189 *comp = ++lp;
191 *comp = prog;
197 for (ap = comp; *ap != NULL; ++ap)
214 execv(prog, comp);
/freebsd-13-stable/crypto/openssl/crypto/lhash/
H A Dlhash_local.h21 OPENSSL_LH_COMPFUNC comp; member in struct:lhash_st
/freebsd-13-stable/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-13-stable/contrib/apr/include/
H A Dapr_skiplist.h162 * @param comp The comparison function to use
166 apr_skiplist_compare comp);
208 * @param comp The comparison function to use for placement into the skip list
211 void *data, apr_skiplist_compare comp);
228 * @param comp The comparison function to use for placement into the skip list
231 void *data, apr_skiplist_compare comp);
248 * @param comp The comparison function to use for placement into the skip list
255 apr_skiplist_compare comp);
285 * @param comp The comparison function to use for placement into the skip list
290 apr_skiplist_freefunc myfree, apr_skiplist_compare comp);
[all...]
/freebsd-13-stable/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-13-stable/lib/libc/gen/
H A Dfmtmsg.c119 char *comp, *output; local
137 while ((comp = nextcomp(msgverb)) != NULL) {
138 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
141 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
144 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
147 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
151 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
/freebsd-13-stable/sys/dev/iser/
H A Diser_verbs.c99 ISER_DBG("conn %p got send comp error", iser_conn);
101 ISER_DBG("conn %p got recv comp error", iser_conn);
162 struct iser_comp *comp = (struct iser_comp *)data; local
163 struct ib_cq *cq = comp->cq;
164 struct ib_wc *const wcs = comp->wcs;
169 while ((n = ib_poll_cq(cq, ARRAY_SIZE(comp->wcs), wcs)) > 0) {
188 struct iser_comp *comp = cq_context; local
190 taskqueue_enqueue(comp->tq, &comp->task);
230 struct iser_comp *comp local
271 struct iser_comp *comp = &device->comps[i]; local
277 struct iser_comp *comp = &device->comps[i]; local
299 struct iser_comp *comp = &device->comps[i]; local
553 iser_conn_state_comp_exch(struct iser_conn *iser_conn, enum iser_conn_state comp, enum iser_conn_state exch) argument
[all...]
/freebsd-13-stable/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-13-stable/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-13-stable/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-13-stable/sys/ofed/drivers/infiniband/core/
H A Dsa.h52 complete(&client->comp);
/freebsd-13-stable/usr.bin/calendar/
H A Dsunpos.c58 comp(char *s, double v, double c) function
168 comp("ZJ", ZJ, expZJ);
169 comp("UTHM", UTHM, expUTHM);
170 comp("D", D, expD);
171 comp("T", T, expT);
172 comp("L", L, fixup(&expL));
173 comp("M", M, fixup(&expM));
174 comp("epsilon", epsilon, fixup(&expepsilon));
175 comp("lambda", lambda, fixup(&explambda));
176 comp("alph
[all...]
/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor.c121 static void dump_component(struct g_virstor_component *comp);
650 clear_metadata(struct g_virstor_component *comp) argument
656 comp->gcons->provider->name);
658 error = g_access(comp->gcons, 0, 1, 0);
661 buf = malloc(comp->gcons->provider->sectorsize, M_GVIRSTOR,
663 error = g_write_data(comp->gcons,
664 comp->gcons->provider->mediasize -
665 comp->gcons->provider->sectorsize,
667 comp->gcons->provider->sectorsize);
669 g_access(comp
881 remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp, boolean_t delay) argument
1379 struct g_virstor_component *comp; local
1466 struct g_virstor_component *comp; local
1563 struct g_virstor_component *comp; local
1776 allocate_chunk(struct g_virstor_softc *sc, struct g_virstor_component **comp, u_int *comp_no_p, u_int *chunk) argument
1822 dump_component(struct g_virstor_component *comp) argument
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c178 verify(const char *refname, enum comp_type comp) argument
204 if (comp != STORE) {
219 if (comp == MSZIP && rsize == ARCHIVE_FATAL && archive_zlib_version() == NULL) {
258 if (comp != STORE) {
278 verify2(const char *refname, enum comp_type comp) argument
285 if (comp == MSZIP && archive_zlib_version() == NULL) {
302 if (comp != STORE) {
325 if (comp != STORE) {
344 verify3(const char *refname, enum comp_type comp) argument
362 if (comp !
[all...]
/freebsd-13-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \

Completed in 146 milliseconds

12345678