Searched refs:comp (Results 101 - 125 of 271) sorted by relevance

1234567891011

/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h583 int comp = 0; \
587 comp = (cmp)(elm, parent); \
588 if (comp < 0) \
590 else if (comp > 0) \
597 if (comp < 0) \
613 int comp; \
615 comp = cmp(elm, tmp); \
616 if (comp < 0) \
618 else if (comp > 0) \
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dsdio.h125 struct completion *comp; member in struct:ath10k_sdio_bus_request
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c48 struct completion comp; member in struct:mem_transfer
96 complete_all(&xfer->comp);
116 init_completion(&xfer.comp);
122 wait_for_completion(&xfer.comp);
/freebsd-current/usr.sbin/cxgbetool/
H A Dtcb_common.c277 switch(tvp->comp) {
311 tcb_code_err_exit("decompress_val, bad switch: %d",tvp->comp);
542 if (COMP_TX_MAX==tvp->comp || COMP_RCV_NXT==tvp->comp)
/freebsd-current/crypto/openssl/ssl/
H A Dt1_enc.c16 #include <openssl/comp.h>
157 const SSL_COMP *comp; local
176 comp = s->s3.tmp.new_compression;
215 if (comp != NULL) {
216 s->expand = COMP_CTX_new(comp->method);
271 if (comp != NULL) {
272 s->compress = COMP_CTX_new(comp->method);
473 SSL_COMP *comp; local
482 &mac_secret_size, &comp, s->ext.use_etm)) {
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartial_sort.h12 #include <__algorithm/comp.h>
H A Dpop_heap.h12 #include <__algorithm/comp.h>
H A Dincludes.h12 #include <__algorithm/comp.h>
H A Dpush_heap.h12 #include <__algorithm/comp.h>
H A Dset_intersection.h12 #include <__algorithm/comp.h>
H A Dset_difference.h12 #include <__algorithm/comp.h>
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2356 done > comp.present
2357 cut -f 2 -d ' ' < compfreq.total > comp.total
2366 # deal with this, if "kernel|X" is listed in comp.total
2368 # found to be present) we will add it to comp.present.
2369 # If "kernel|<anything>" is in comp.total but "kernel|X" is
2373 grep -E "^kernel\|${KCOMP}\$" comp.total >> comp.present
2375 if grep -qE "^kernel\|" comp.total &&
2376 ! grep -qE "^kernel\|${KCOMP}\$" comp.total; then
2388 sort -u < comp
[all...]
/freebsd-current/sys/sys/
H A Dtree.h851 __typeof(cmp(NULL, NULL)) comp = (cmp)(elm, parent); \
852 if (comp < 0) \
854 else if (comp > 0) \
868 __typeof(cmp(NULL, NULL)) comp; \
870 comp = cmp(elm, tmp); \
871 if (comp < 0) \
873 else if (comp > 0) \
888 __typeof(cmp(NULL, NULL)) comp; \
890 comp = cmp(elm, tmp); \
891 if (comp <
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbptree.c120 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx)
145 bt->bt_comp += comp;
119 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) argument
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h176 int64_t used, int64_t comp, int64_t uncomp);
178 int64_t used, int64_t comp, int64_t uncomp);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Duverbs.h108 struct completion comp; member in struct:ib_uverbs_device
171 struct ib_uverbs_comp_event_desc comp; member in union:ib_uverbs_event::__anon5753
H A Dib_multicast.c70 struct completion comp; member in struct:mcast_port
126 struct completion comp; member in struct:mcast_member
187 complete(&port->comp);
208 complete(&member->comp);
637 init_completion(&member->comp);
690 wait_for_completion(&member->comp);
835 init_completion(&port->comp);
868 wait_for_completion(&port->comp);
H A Dib_addr.c115 init_completion(&client->comp);
122 complete(&client->comp);
128 wait_for_completion(&client->comp);
843 struct completion comp; member in struct:resolve_cb_context
854 complete(&((struct resolve_cb_context *)context)->comp);
877 init_completion(&ctx.comp);
883 wait_for_completion(&ctx.comp);
/freebsd-current/sys/dev/qat/include/
H A Dicp_qat_fw.h230 #define ICP_QAT_FW_COMN_RESP_STATUS_BUILD(crypto, comp, xlat, eolb) \
233 (((comp)&QAT_COMN_RESP_CMP_STATUS_MASK) \
/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.h184 void scan_firmware(struct mfi_info_component *comp);
185 void display_firmware(struct mfi_info_component *comp, const char *tag);
/freebsd-current/sys/contrib/openzfs/lib/
H A DMakefile.am117 --no-comp-dir-path \
/freebsd-current/crypto/openssh/
H A Dkex.c341 const char *comp, const char *hkalgs)
375 prop[i] = xstrdup(comp ? comp : defprop[i]);
951 free(newkeys->comp.name);
952 explicit_bzero(&newkeys->comp, sizeof(newkeys->comp));
1084 choose_comp(struct sshcomp *comp, char *client, char *server) argument
1092 comp->type = COMP_DELAYED;
1094 comp->type = COMP_ZLIB;
1098 comp
339 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX], const char *kexalgos, const char *ciphers, const char *macs, const char *comp, const char *hkalgs) argument
[all...]
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c305 int comp; local
355 comp = sroute_compare(&key, s);
356 if (comp >= 0) {
/freebsd-current/contrib/tcsh/
H A Dtc.who.c197 int comp = -1, alldone; local
311 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
314 if (wp->who_next && comp == 0) { /* found the tty... */
/freebsd-current/crypto/openssl/ssl/record/
H A Dssl3_record.c40 unsigned char *comp; local
44 comp = r[i].comp;
47 r[i].comp = comp;
56 OPENSSL_free(r[i].comp);
57 r[i].comp = NULL;
819 if (rr->comp == NULL) {
820 rr->comp = (unsigned char *)
823 if (rr->comp
[all...]

Completed in 205 milliseconds

1234567891011