Home
last modified time | relevance | path

Searched full:qc (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c27 static void qc_cleanup(QUIC_CONNECTION *qc, int have_lock);
29 static int create_channel(QUIC_CONNECTION *qc, SSL_CTX *ctx);
30 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs);
38 static void qc_update_reject_policy(QUIC_CONNECTION *qc);
39 static void qc_touch_default_xso(QUIC_CONNECTION *qc);
40 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch);
41 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso,
45 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active);
73 QUIC_CONNECTION *qc; member
86 else if (!ctx->is_stream && ctx->qc != NULL) in quic_set_last_error()
[all …]
H A Dquic_tserver.c82 QUIC_CONNECTION *qc = NULL; in ossl_quic_tserver_new() local
142 qc = OPENSSL_zalloc(sizeof(*qc)); in ossl_quic_tserver_new()
143 if (qc == NULL) in ossl_quic_tserver_new()
145 srv->ssl = (SSL *)qc; in ossl_quic_tserver_new()
146 qc->ch = srv->ch; in ossl_quic_tserver_new()
162 OPENSSL_free(qc); in ossl_quic_tserver_new()
H A Dquic_local.h282 int ossl_quic_conn_on_handshake_confirmed(QUIC_CONNECTION *qc);
290 void ossl_quic_conn_raise_protocol_error(QUIC_CONNECTION *qc,
295 void ossl_quic_conn_on_remote_conn_close(QUIC_CONNECTION *qc,
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c58 passwdqc_params_t qc; member
182 if ((int)strlen(newpass) > params->qc.max) { in check_max()
183 if (params->qc.max != 8) { in check_max()
214 if (i && (int)v > params->qc.min[i - 1]) break; in parse()
215 params->qc.min[i] = v; in parse()
222 params->qc.max = v; in parse()
227 params->qc.passphrase_words = v; in parse()
232 params->qc.match_length = v; in parse()
236 params->qc.similar_deny = 0; in parse()
239 params->qc.similar_deny = 1; in parse()
[all …]
/freebsd/contrib/atf/atf-sh/
H A Datf-sh.3259 .It Nm atf_expect_death Qo reason Qc Qo ... Qc
262 .It Nm atf_expect_exit Qo exitcode Qc Qo reason Qc Qo ... Qc
271 .It Nm atf_expect_fail Qo reason Qc
295 .It Nm atf_expect_signal Qo signo Qc Qo reason Qc Qo ... Qc
304 .It Nm atf_expect_timeout Qo reason Qc Qo ... Qc
309 .It Nm atf_check Qo [options] Qc Qo command Qc Qo [args] Qc
323 .It Nm atf_check_equal Qo expected_expression Qc Qo actual_expression Qc
328 .It Nm atf_check_not_equal Qo expected_expression Qc Qo actual_expression Qc
/freebsd/usr.sbin/sysrc/
H A Dsysrc.8257 .Pq usually Qo " " Qc or Qo , Qc .
318 .Pq usually Qo " " Qc or Qo , Qc .
436 .Dl appends Qo gif0 Qc to $cloned_interfaces Pq see APPENDING VALUES .
440 .Dl removes Qo gif0 Qc from $cloned_interfaces Pq see SUBTRACTING VALUES .
/freebsd/sys/kern/
H A Dsubr_vmem.c548 qcache_t *qc; in qc_import()
554 qc = arg; in qc_import()
556 if (vmem_xalloc(qc->qc_vmem, qc->qc_size, 0, 0, 0, in qc_import()
570 qcache_t *qc; in qc_release()
573 qc = arg; in qc_release()
575 vmem_xfree(qc->qc_vmem, (vmem_addr_t)store[i], qc->qc_size); in qc_release()
581 qcache_t *qc; in qc_init()
591 qc in qc_init()
550 qcache_t *qc; qc_import() local
572 qcache_t *qc; qc_release() local
583 qcache_t *qc; qc_init() local
1327 qcache_t *qc; vmem_alloc() local
1466 qcache_t *qc; vmem_free() local
[all...]
/freebsd/tools/test/stress2/misc/
H A Dquota9.sh36 qc() { function
75 qc $mntpoint
84 qc $mntpoint; s=$?
/freebsd/usr.sbin/jls/
H A Djls.c559 int qc; in quoted_print() local
573 qc = '"'; in quoted_print()
575 qc = '\''; in quoted_print()
577 qc = 0; in quoted_print()
580 qc = '"'; in quoted_print()
585 if (qc && pflags & PRINT_QUOTED) in quoted_print()
586 xo_emit("{P:/%c}", qc); in quoted_print()
590 if (qc && pflags & PRINT_QUOTED) in quoted_print()
591 xo_emit("{P:/%c}", qc); in quoted_print()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.c398 u32 ic = 0, qc = 0, temp = 0; in rtw8822c_dac_cal_adc()
432 rtw8822c_dac_cal_rf_mode(rtwdev, &ic, &qc); in rtw8822c_dac_cal_adc()
434 "[DACK] before: i=0x%x, q=0x%x\n", ic, qc); in rtw8822c_dac_cal_adc()
441 if (qc != 0x0) { in rtw8822c_dac_cal_adc()
442 qc = 0x400 - qc; in rtw8822c_dac_cal_adc()
443 *adc_qc = qc; in rtw8822c_dac_cal_adc()
445 temp = (ic & 0x3ff) | ((qc & 0x3ff) << 10); in rtw8822c_dac_cal_adc()
452 rtw8822c_dac_cal_rf_mode(rtwdev, &ic, &qc); in rtw8822c_dac_cal_adc()
454 "[DACK] after: i=0x%08x, q=0x%08x\n", ic, qc); in rtw8822c_dac_cal_adc()
397 u32 ic = 0, qc = 0, temp = 0; rtw8822c_dac_cal_adc() local
520 u32 ic, qc, ic_in, qc_in; rtw8822c_dac_cal_step2() local
572 u32 ic, qc; rtw8822c_dac_cal_step3() local
946 u32 ic = 0, qc = 0, i; rtw8822c_rf_dac_cal() local
[all...]
/freebsd/sbin/devd/
H A Ddevd.conf.5142 .Dq Ic match Qo Li class Qc Qq Ar string .
145 .Dq Ic match Qo Li device-name Qc Qq Ar string .
156 .It Ic match Qo Ar variable Qc Qq Ar value ;
183 .Dq Ic match Qo Li subdevice Qc Qq Ar string .
192 .It Ic match Qo Ar variable Qc Qq Ar value ;
215 .It Ic match Qo Ar system | subsystem | type | notify Qc Qq Ar value ;
/freebsd/usr.sbin/jail/
H A Djail.c1038 int c, qc; in quoted_print() local
1041 qc = !*p ? '"' in quoted_print()
1046 if (qc) in quoted_print()
1047 putc(qc, fp); in quoted_print()
1049 if (c == '\\' || c == qc) in quoted_print()
1053 if (qc) in quoted_print()
1054 putc(qc, fp); in quoted_print()
/freebsd/lib/libutil/
H A Dlogin_cap.c147 char qc = 0; in remove_quotes() local
155 * If qc is 0, then we haven't found in remove_quotes()
158 if (qc == 0) { in remove_quotes()
164 qc = str[indx]; in remove_quotes()
170 loc = strchr(str, qc); in remove_quotes()
173 qc = 0; in remove_quotes()
/freebsd/crypto/openssl/include/internal/
H A Dquic_rx_depack.h17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
/freebsd/crypto/openssl/test/
H A Dtestrsa2048.pem12 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
/freebsd/crypto/openssl/Configurations/
H A D50-haiku.conf11 ARFLAGS => "qc",
/freebsd/contrib/libarchive/libarchive/test/
HDtest_read_format_lha_filename_utf16.lzh.uu12 M"P!%QC"Y,,@P__\;`$'D5O!-H)35`?4-F(*15=4!Y%;P3:"4U0$&``"A+0<`
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_mismatch.txt41 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
H A Devppkey_mismatch_ecx.txt52 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
H A Devppkey_rsa_kem.txt23 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
/freebsd/share/man/man4/
H A Dcfi.451 .Cd " compatible =" Qo cfi-flash Qc ;
H A Dhidquirk.475 .Qo BusId VendorId ProductId LowRevision HighRevision HQ_QUIRK,... Qc
/freebsd/sbin/dhclient/
H A Ddhclient.conf.5461 .It Ic interface Qo Ar name Qc { Ar declarations ... No }
471 .It Ic media Qo Ar "media setup" Qc Oo , Qo Ar "media setup" Qc , Ar ... Oc ;
/freebsd/usr.sbin/jail/tests/
H A Djail_basic_test.sh141 jail -f jail.conf -qc basejail
156 jail -f jail.conf -qc basejail
/freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/
H A Ddhparams.pem106 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC

12345