| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get_005_pos.ksh | 70 ?(class_${class}_)expandsize) ;& 71 class_${optclass}_fragmentation) ;;
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 3582 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() 3590 switch (class_) { in qc_getset_idle_timeout() 3626 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout() 3647 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() 3653 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail() 3694 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() 3703 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling() 3737 static int qc_get_stream_write_buf_stat(QCTX *ctx, uint32_t class_, in qc_get_stream_write_buf_stat() 3746 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat() 3787 int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_ in ossl_quic_get_value_uint() 3576 qc_getset_idle_timeout(QCTX * ctx,uint32_t class_,uint64_t * p_value_out,uint64_t * p_value_in) qc_getset_idle_timeout() argument 3641 qc_get_stream_avail(QCTX * ctx,uint32_t class_,int is_uni,int is_remote,uint64_t * value) qc_get_stream_avail() argument 3688 qc_getset_event_handling(QCTX * ctx,uint32_t class_,uint64_t * p_value_out,uint64_t * p_value_in) qc_getset_event_handling() argument 3731 qc_get_stream_write_buf_stat(QCTX * ctx,uint32_t class_,uint64_t * p_value_out,size_t (* getter)(QUIC_SSTREAM * sstream)) qc_get_stream_write_buf_stat() argument 3781 ossl_quic_get_value_uint(SSL * s,uint32_t class_,uint32_t id,uint64_t * value) ossl_quic_get_value_uint() argument 3828 ossl_quic_set_value_uint(SSL * s,uint32_t class_,uint32_t id,uint64_t value) ossl_quic_set_value_uint() argument [all...] |
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_ssl.h | 116 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, 118 __owur int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id,
|
| /freebsd/sys/net/altq/ |
| H A D | altq_rmclass.c | 715 ifd->class_[i] = NULL; in rmc_init() 1091 ifd->class_[ifd->qi_] = cl; in _rmc_wrr_dequeue_next() 1197 ifd->class_[ifd->qi_] = cl; in _rmc_prr_dequeue_next() 1260 if ((cl = ifd->class_[ifd->qo_]) == NULL) in rmc_update_class_util() 1384 cl = ifd->class_[ifd->qo_]; in rmc_update_class_util() 1412 ifd->class_[ifd->qo_] = NULL; in rmc_update_class_util()
|
| H A D | altq_rmclass.h | 218 rm_class_t *class_[RM_MAXQUEUED]; /* class sending */ member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_value_uint.pod | 33 int SSL_get_value_uint(SSL *ssl, uint32_t class_, uint32_t id, 35 int SSL_set_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 358 * to *pipe_handle. class_ is a QUIC_CML_CLASS value. 368 int class_,
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zpool_prop.c | 85 CLASS_##uclass, class_##lclass, sfeatures)
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 7953 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() argument 7958 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint() 7965 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() argument 7970 return ossl_quic_set_value_uint(s, class_, id, value); in SSL_set_value_uint()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2496 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2497 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|
| H A D | ssl.h.in | 2449 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2450 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|