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

12345678910

/freebsd-11-stable/sys/net/
H A Dslcompress.c54 #define INCR(counter) ++comp->counter;
63 sl_compress_init(struct slcompress *comp, int max_state) argument
66 struct cstate *tstate = comp->tstate;
70 bzero((char *)comp, sizeof(*comp));
73 bzero((char *)comp->tstate, sizeof(comp->tstate));
74 bzero((char *)comp->rstate, sizeof(comp->rstate));
82 comp
153 sl_compress_tcp(struct mbuf *m, struct ip *ip, struct slcompress *comp, int compress_cid) argument
410 sl_uncompress_tcp(u_char **bufp, int len, u_int type, struct slcompress *comp) argument
454 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-11-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-11-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-11-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-11-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-11-stable/usr.sbin/ppp/
H A Dslcompress.c84 sl_compress_init(struct slcompress *comp, int max_state) argument
87 register struct cstate *tstate = comp->tstate;
89 memset(comp, '\0', sizeof *comp);
96 comp->last_cs = &tstate[0];
97 comp->last_recv = 255;
98 comp->last_xmit = 255;
99 comp->flags = SLF_TOSS;
159 struct slcompress *comp,
163 register struct cstate *cs = comp
157 sl_compress_tcp(struct mbuf * m, struct ip * ip, struct slcompress *comp, struct slstat *slstat, int compress_cid) argument
430 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp, struct slstat *slstat, int max_state) argument
[all...]
/freebsd-11-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
832 const struct rndis_init_comp *comp; local
[all...]
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c76 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog; local
151 comp = &av[2];
154 *comp-- = "-k";
177 *comp-- = "-l";
187 *comp = ++lp;
189 *comp = prog;
195 for (ap = comp; *ap != NULL; ++ap)
212 execv(prog, comp);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dblkptr.c48 enum zio_compress comp, int uncompressed_size, int compressed_size)
56 comp != ZIO_COMPRESS_OFF);
57 ASSERT3U(comp, >=, ZIO_COMPRESS_OFF);
58 ASSERT3U(comp, <, ZIO_COMPRESS_FUNCTIONS);
62 BP_SET_COMPRESS(bp, comp);
47 encode_embedded_bp_compressed(blkptr_t *bp, void *data, enum zio_compress comp, int uncompressed_size, int compressed_size) argument
/freebsd-11-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-11-stable/lib/libc/gen/
H A Dfmtmsg.c117 char *comp, *output; local
135 while ((comp = nextcomp(msgverb)) != NULL) {
136 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
139 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
142 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
145 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
149 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A Dstack.c83 int (*old) (const void *, const void *) = sk->comp;
85 if (sk->comp != c)
87 sk->comp = c;
97 if ((ret = sk_new(sk->comp)) == NULL)
110 ret->comp = sk->comp;
126 ret->comp = sk->comp;
168 ret->comp = c;
255 if (st->comp
[all...]
/freebsd-11-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-11-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-11-stable/usr.sbin/services_mkdb/
H A Duniq.c47 static int comp(const char *, char **, size_t *);
77 if (!comp(line, &compline, &complen)) {
110 comp(const char *origline, char **compline, size_t *len) function
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dcomp_err.c1 /* crypto/comp/comp_err.c */
64 #include <openssl/comp.h>
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dsa.h50 complete(&client->comp);
/freebsd-11-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-11-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-11-stable/sys/geom/virstor/
H A Dg_virstor.c117 static void dump_component(struct g_virstor_component *comp);
660 clear_metadata(struct g_virstor_component *comp) argument
666 comp->gcons->provider->name);
668 error = g_access(comp->gcons, 0, 1, 0);
671 buf = malloc(comp->gcons->provider->sectorsize, M_GVIRSTOR,
673 error = g_write_data(comp->gcons,
674 comp->gcons->provider->mediasize -
675 comp->gcons->provider->sectorsize,
677 comp->gcons->provider->sectorsize);
679 g_access(comp
889 remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp, boolean_t delay) argument
1387 struct g_virstor_component *comp; local
1474 struct g_virstor_component *comp; local
1571 struct g_virstor_component *comp; local
1784 allocate_chunk(struct g_virstor_softc *sc, struct g_virstor_component **comp, u_int *comp_no_p, u_int *chunk) argument
1830 dump_component(struct g_virstor_component *comp) argument
[all...]
/freebsd-11-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-11-stable/sys/ofed/include/rdma/
H A Drdmavt_mr.h88 struct completion comp; /* complete when refcount goes to zero */ member in struct:rvt_mregion
126 complete(&mr->comp);
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc.h113 int comp; /* -compact */ member in struct:mdoc_bd
120 int comp; /* -compact */ member in struct:mdoc_bl
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_skiplist.c250 apr_skiplist_compare comp,
254 apr_skiplist_add_index(sl, comp, compk);
257 sl->compare = comp;
263 apr_skiplist_compare comp,
269 apr_skiplist_find(sl->index, (void *)comp, &m);
274 apr_skiplist_set_compare(ni, comp, compk);
302 apr_skiplist_compare comp,
309 int compared = comp(data, m->next->data);
338 apr_skiplist_compare comp,
343 if (!comp) {
249 apr_skiplist_set_compare(apr_skiplist *sl, apr_skiplist_compare comp, apr_skiplist_compare compk) argument
262 apr_skiplist_add_index(apr_skiplist *sl, apr_skiplist_compare comp, apr_skiplist_compare compk) argument
300 skiplisti_find_compare(apr_skiplist *sl, void *data, apr_skiplistnode **ret, apr_skiplist_compare comp, int last) argument
336 find_compare(apr_skiplist *sli, void *data, apr_skiplistnode **iter, apr_skiplist_compare comp, int last) argument
369 apr_skiplist_find_compare(apr_skiplist *sl, void *data, apr_skiplistnode **iter, apr_skiplist_compare comp) argument
381 apr_skiplist_last_compare(apr_skiplist *sl, void *data, apr_skiplistnode **iter, apr_skiplist_compare comp) argument
439 insert_compare(apr_skiplist *sl, void *data, apr_skiplist_compare comp, int add, apr_skiplist_freefunc myfree) argument
580 apr_skiplist_insert_compare(apr_skiplist *sl, void *data, apr_skiplist_compare comp) argument
594 apr_skiplist_add_compare(apr_skiplist *sl, void *data, apr_skiplist_compare comp) argument
608 apr_skiplist_replace_compare(apr_skiplist *sl, void *data, apr_skiplist_freefunc myfree, apr_skiplist_compare comp) argument
705 apr_skiplist_remove_compare(apr_skiplist *sli, void *data, apr_skiplist_freefunc myfree, apr_skiplist_compare comp) argument
[all...]

Completed in 230 milliseconds

12345678910