| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 31 static QUIC_CONNECTION *create_qc_from_incoming_conn(QUIC_LISTENER *ql, QUIC_CHANNEL *ch); 72 QUIC_LISTENER *ql; member 259 QUIC_LISTENER *ql; in expect_quic_as() local 268 ctx->ql = NULL; in expect_quic_as() 300 ql = (QUIC_LISTENER *)s; in expect_quic_as() 301 ctx->obj = &ql->obj; in expect_quic_as() 302 ctx->qd = ql->domain; in expect_quic_as() 303 ctx->ql = ql; in expect_quic_as() 311 ctx->ql = qc->listener; /* never changes, so can be read without lock */ in expect_quic_as() 361 ctx->ql = xso->conn->listener; in expect_quic_as() [all …]
|
| H A D | quic_port.c | 463 QUIC_LISTENER *ql = NULL; in port_new_handshake_layer() local 475 ql = (QUIC_LISTENER *)port->user_ssl_arg; in port_new_handshake_layer() 493 if (ql != NULL && ql->obj.ssl.ctx->new_pending_conn_cb != NULL) in port_new_handshake_layer() 494 if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx, user_ssl, in port_new_handshake_layer() 495 ql->obj.ssl.ctx->new_pending_conn_arg)) { in port_new_handshake_layer()
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-discard-granularity.m4 | 9 struct queue_limits ql __attribute__ ((unused)); 10 ql.discard_granularity = 0; 15 AC_MSG_CHECKING([whether ql->discard_granularity is available]) 19 ZFS_LINUX_TEST_ERROR([ql->discard_granularity])
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_alloc.cpp | 163 qlinks_t ql; /* Links on free list */ member 238 data->freelist[i].ql.flink = &data->freelist[i]; in set_thr_data() 239 data->freelist[i].ql.blink = &data->freelist[i]; in set_thr_data() 303 KMP_DEBUG_ASSERT(b->ql.blink == 0); in __kmp_bget_dequeue() 305 p = (void *)b->ql.flink; in __kmp_bget_dequeue() 325 b->ql.blink = 0; in __kmp_bget_enqueue() 335 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue() 343 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue() 353 b->ql.flink = BFH(th->th.th_local.bget_list); in __kmp_bget_enqueue() 373 KMP_DEBUG_ASSERT(thr->freelist[bin].ql.blink->ql.flink == in __kmp_bget_insert_into_freelist() [all …]
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | gen_template.c | 323 struct tlist *ql; in tlist_find_by_name() 324 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) { in tlist_find_by_name() 325 if (strcmp(ql->name, name) == 0) in tlist_find_by_name() 326 return ql; in tlist_find_by_name() 335 struct tlist *ql = tlist_find_by_name(qname); in tlist_cmp_name() 336 return tlist_cmp(tl, ql); 340 tlist_cmp(const struct tlist *tl, const struct tlist *ql) in tlist_cmp() 345 ret = strcmp(tl->header, ql->header); in tlist_cmp() 348 q = ASN1_TAILQ_FIRST(&ql->template); in tlist_cmp() 376 struct tlist *ql; in tlist_find_dup() 321 struct tlist *ql; tlist_find_by_name() local 333 struct tlist *ql = tlist_find_by_name(qname); tlist_cmp_name() local 338 tlist_cmp(const struct tlist * tl,const struct tlist * ql) tlist_cmp() argument 374 struct tlist *ql; tlist_find_dup() local [all...] |
| /freebsd/crypto/libecc/src/nn/ |
| H A D | nn_div.c | 197 word_t borrow, qstar, qh, ql, rh, rl; /* for 3-by-2 div. */ in _nn_divrem_normalized() local 230 WORD_MUL(qh, ql, rl, v); in _nn_divrem_normalized() 231 WORD_MUL(qstar, ql, rh, v); in _nn_divrem_normalized() 233 qh = (word_t)(qh + ql); in _nn_divrem_normalized() 234 qstar = (word_t)(qstar + (qh < ql)); in _nn_divrem_normalized() 651 word_t bh, bl, qh, ql, rm, rhl[2], phl[2]; in _word_divrem() local 688 ql = (rm / bh); in _word_divrem() 689 ql = WORD_MIN(ql, HWORD_MASK); in _word_divrem() 690 WORD_MUL(phl[1], phl[0], ql, (b)); in _word_divrem() 694 ql = (word_t) (ql - (word_t)larger); in _word_divrem() [all …]
|
| /freebsd/contrib/bmake/mk/ |
| H A D | gendirdeps.mk | 305 ql.$o := ${dir_list:${skip_ql:${M_ListToSkip}}:M$o*/*/*:C,$o([^/]+)/(.*),\2.\1,:S,.${HOST_TARGET},.… 306 qualdir_list += ${ql.$o} 308 .info ${RELDIR}: o=$o ${ql.$o qualdir_list:L:@v@$v=${$v}@}
|
| H A D | ChangeLog | 1927 qualify $ql with loop iterator to ensure correct results.
|
| /freebsd/share/mk/ |
| H A D | gendirdeps.mk | 305 ql.$o := ${dir_list:${skip_ql:${M_ListToSkip}}:M$o*/*/*:C,$o([^/]+)/(.*),\2.\1,:S,.${HOST_TARGET},.… 306 qualdir_list += ${ql.$o} 308 .info ${RELDIR}: o=$o ${ql.$o qualdir_list:L:@v@$v=${$v}@}
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_div.c | 400 BN_ULONG ql, qh; in bn_div_fixed_top() local 403 ql = LBITS(q); in bn_div_fixed_top() 405 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|
| /freebsd/tests/sys/netinet/ |
| H A D | output.sh | 320 …_ports=`jexec ${jname}b sockstat -4ql | awk "\\\$3 == ${cmd_pid} {print \\\$6}"|awk -F: "{print \\… 327 jexec ${jname}b sockstat -6ql | awk "\$3 == ${cmd_pid}" 449 …_ports=`jexec ${jname}b sockstat -4ql | awk "\\\$3 == ${cmd_pid} {print \\\$6}"|awk -F: "{print \\… 456 jexec ${jname}b sockstat -4ql | awk "\$3 == ${cmd_pid}"
|
| /freebsd/contrib/libucl/tests/basic/ |
| H A D | 3.res | 12 list = "info -ql";
|
| H A D | 3.in | 18 list: info -ql,
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | apache | 27 >>5 string org.apache.hadoop.hive.ql.io.RCFile$KeyBuffer Apache Hive RC file version 0
|
| /freebsd/tests/sys/netinet6/ |
| H A D | output6.sh | 358 …_ports=`jexec ${jname}b sockstat -6ql | awk "\\\$3 == ${cmd_pid} {print \\\$6}"|awk -F: "{print \\… 365 jexec ${jname}b sockstat -6ql | awk "\$3 == ${cmd_pid}" 500 …_ports=`jexec ${jname}b sockstat -6ql | awk "\\\$3 == ${cmd_pid} {print \\\$6}"|awk -F: "{print \\… 507 jexec ${jname}b sockstat -6ql | awk "\$3 == ${cmd_pid}"
|
| /freebsd/contrib/bc/vs/tests/ |
| H A D | tests_bc.bat | 5 set args=-ql
|
| /freebsd/sys/dev/isp/ |
| H A D | isp_target.c | 109 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql) in isp_target_notify() argument 150 *optrp = ISP_NXT_QENTRY(*optrp, ql); in isp_target_notify()
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 264 $(srcroot)test/unit/ql.c \
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 3723 attr -ql "${path}"
|
| /freebsd/contrib/sendmail/ |
| H A D | PGPKEYS | 97 A/0eTw15SzWVMX8G/XJ87q+2GBaGHu1mGkv/CYbhFu+oqDLuLfVIH/QonHkIW+ql
|