/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 21-key-update.cnf | 5 test-0 = 0-update-key-client-update-not-requested 6 test-1 = 1-update-key-server-update-not-requested 7 test-2 = 2-update-key-client-update-requested 8 test-3 = 3-update-key-server-update-requested 11 [0-update-key-client-update-not-requested] 12 ssl_conf = 0-update-key-client-update-not-requested-ssl 14 [0-update-key-client-update-not-requested-ssl] 15 server = 0-update-key-client-update-not-requested-server 16 client = 0-update-key-client-update-not-requested-client 18 [0-update-key-client-update-not-requested-server] [all …]
|
H A D | 21-key-update.cnf.in | 19 name => "update-key-client-update-not-requested", 30 name => "update-key-server-update-not-requested", 41 name => "update-key-client-update-requested", 52 name => "update-key-server-update-requested",
|
/freebsd/ |
H A D | MAINTAINERS | 37 aio(4) asomers Pre-commit review requested. 38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 39 contrib/atf ngie,#test Pre-commit review requested. 40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested. 41 contrib/googletest ngie,#test Pre-commit review requested. 42 sbin/ipf cy Pre-commit review requested. 50 contrib/netbsd-tests ngie,#test Pre-commit review requested. 51 contrib/pjdfstest asomers,ngie,pjd,#test Pre-commit review requested. 54 etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE. 55 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE. [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop_win.c | 361 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 368 requested.sec = req_secs; in eloop_deplete_timeout() 369 requested.usec = req_usecs; in eloop_deplete_timeout() 372 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout() 375 eloop_register_timeout(requested.sec, in eloop_deplete_timeout() 376 requested.usec, in eloop_deplete_timeout() 393 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local 400 requested.sec = req_secs; in eloop_replenish_timeout() 401 requested.usec = req_usecs; in eloop_replenish_timeout() 404 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout() [all …]
|
H A D | eloop.c | 906 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 913 requested.sec = req_secs; in eloop_deplete_timeout() 914 requested.usec = req_usecs; in eloop_deplete_timeout() 917 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout() 920 eloop_register_timeout(requested.sec, in eloop_deplete_timeout() 921 requested.usec, in eloop_deplete_timeout() 938 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local 945 requested.sec = req_secs; in eloop_replenish_timeout() 946 requested.usec = req_usecs; in eloop_replenish_timeout() 949 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | ticket.c | 378 krb5_const_principal requested, in check_server_referral() argument 412 "realm"), requested->realm); in check_server_referral() 437 if (strcmp(requested->realm, returned->realm) != 0) { in check_server_referral() 442 requested->realm, returned->realm); in check_server_referral() 457 } else if (krb5_principal_compare(context, returned, requested) == 0) { in check_server_referral() 466 requested, in check_server_referral() 489 if (krb5_principal_compare(context, requested, returned) != TRUE && in check_server_referral() 490 (krb5_realm_compare(context, requested, returned) != TRUE && in check_server_referral() 510 krb5_const_principal requested, in check_client_referral() argument 537 "from realm %s", ""), requested->realm); in check_client_referral() [all …]
|
H A D | krb5_err.et | 24 error_code BADOPTION, "KDC can't fulfill requested option" 155 error_code KRB5_REALM_UNKNOWN, "Cannot find KDC for requested realm" 157 error_code KRB5_KDC_UNREACH, "Cannot contact any KDC for requested realm" 184 error_code KRB5_LNAME_NOTRANS, "No translation available for requested principal" 196 error_code KRB5_NO_TKT_IN_RLM, "Cannot find ticket for requested realm" 251 error_code KRB5_REALM_CANT_RESOLVE, "Cannot resolve KDC for requested realm"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 27 still necessary in order to acknowledge the servername requested by the client. 40 This is used to indicate that the servername requested by the client has been 46 In this case the servername requested by the client is not accepted and the 63 No alerts are sent and the server will not acknowledge the requested servername. 116 The function will return the servername requested by the client in this 117 handshake or NULL if none was requested. 158 Prior to 1.1.1e, when the client requested a servername in an initial TLSv1.2 162 been changed to return the servername requested in the original handshake. 167 servername requested in the original handshake. This has now been changed to
|
/freebsd/sys/dev/ichiic/ |
H A D | ig4_iic.c | 432 int requested = 0; in ig4iic_read() local 454 (requested - received)); in ig4iic_read() 455 target = MIN(requested + burst, (int)len); in ig4iic_read() 456 while (requested < target) { in ig4iic_read() 458 if (repeated_start && requested == 0) in ig4iic_read() 460 if (stop && requested == len - 1) in ig4iic_read() 463 requested++; in ig4iic_read() 467 if (requested != len && requested - received > IG4_FIFO_LOWAT) in ig4iic_read() 470 while (received < requested - lowat) { in ig4iic_read() 471 burst = MIN(requested - received, in ig4iic_read() [all …]
|
/freebsd/usr.bin/lastcomm/ |
H A D | lastcomm.c | 54 int requested(char *[], struct acctv3 *); 144 if (*argv && !requested(argv, &ab)) in main() 225 requested(char *argv[], struct acctv3 *acp) in requested() function
|
/freebsd/sys/contrib/device-tree/Bindings/spmi/ |
H A D | qcom,spmi-pmic-arb.txt | 39 cell 1: slave ID for the requested interrupt (0-15) 40 cell 2: peripheral ID for requested interrupt (0-255) 41 cell 3: the requested peripheral interrupt (0-7)
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | max6650.txt | 16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the 17 driver selects closed-loop mode and the requested speed.
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_if.m | 45 * @param[out] buf On success, the requested value will be written 49 * will be set to the actual size of the requested 54 * @retval ENOENT The requested variable was not found. 56 * small to hold the requested value.
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | variable.subr | 169 # requested (by setting $debug to non-NULL), otherwise false. 190 # Has the user specifically requested the network-portion of configuration and 193 # all non-interactive mode has been requested (by setting nonInteractive). 205 # Has the user specifically requested the ZFS-portion of configuration and 208 # non-interactive mode has been requested (by setting nonInteractive). 292 # Self-initialize unless requested otherwise
|
/freebsd/contrib/file/ |
H A D | configure.ac | 242 AC_MSG_ERROR([zlib support requested but not found]) 250 AC_MSG_ERROR([bzlib support requested but not found]) 258 AC_MSG_ERROR([xzlib support requested but not found]) 266 AC_MSG_ERROR([zstdlib support requested but not found]) 274 AC_MSG_ERROR([lzlib support requested but not found]) 283 AC_MSG_ERROR([lrzip support requested but not found])
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-hlcdc.txt | 13 - clock-names: the name of the 3 clocks requested by the HLCDC device. 15 - clocks: should contain the 3 clocks requested by the HLCDC device.
|
/freebsd/contrib/openpam/doc/man/ |
H A D | pam.man | 13 him the requested credentials is called the arbitrator. 16 user and perform whatever task he requested is a PAM transaction; the 17 context within which the server performs the requested task is called
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,cdce925.txt | 34 present, the clock runs at the requested frequency on average. Otherwise 35 the requested frequency is the maximum value of the SCC range.
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_program.c | 298 ssize_t ret, requested, avail; in child_read() local 304 requested = buf_len > SSIZE_MAX ? SSIZE_MAX : buf_len; in child_read() 329 ret = read(state->child_stdout, buf, requested); in child_read()
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | mobiveil-pcie.txt | 21 - apio-wins : number of requested apio outbound windows 25 - ppio-wins : number of requested ppio inbound windows
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 38 void StdThreadPool::grow(int requested) { in grow() argument 42 int newThreadCount = std::min<int>(requested, MaxThreadCount); in grow()
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_host.c | 735 nvmf_host_request_queues(struct nvmf_qpair *qp, u_int requested, u_int *actual) in nvmf_host_request_queues() argument 742 if (!qp->nq_admin || requested < 1 || requested > 65535) in nvmf_host_request_queues() 746 requested--; in nvmf_host_request_queues() 752 cmd.cdw11 = htole32((requested << 16) | requested); in nvmf_host_request_queues()
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 609 int found, locked = 0, requested, sv_fd; local 626 for (found = requested = 0; (dp = readdir(dirp)) != NULL;) { 699 ++requested; 744 if (requested > 1) 747 if (found > requested)
|
/freebsd/sys/dev/clk/ |
H A D | clknode_if.m | 54 # fout - requested output freqency. If clock cannot change frequency, 55 # then must return new requested frequency for his parent
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | LibeventConfigVersion.cmake.in | 3 # Check whether the requested PACKAGE_FIND_VERSION is compatible
|