| /freebsd-14.2/crypto/openssh/ |
| H A D | auth-options.c | 553 tmp = additional->required_from_host_cert; in sshauthopt_merge() 558 tmp = additional->required_from_host_keys; in sshauthopt_merge() 573 } else if (additional->nenv) { in sshauthopt_merge() 575 additional->env, additional->nenv) != 0) in sshauthopt_merge() 582 } else if (additional->npermitopen > 0) { in sshauthopt_merge() 584 additional->permitopen, additional->npermitopen) != 0) in sshauthopt_merge() 594 additional->permitlisten, additional->npermitlisten) != 0) in sshauthopt_merge() 614 if (additional->valid_before != 0 && in sshauthopt_merge() 623 additional->force_command != NULL) { in sshauthopt_merge() 625 additional->force_command) == 0) { in sshauthopt_merge() [all …]
|
| H A D | README.privsep | 36 automatically (so you won't see the additional process mentioned below). 39 will require 1 additional process per login session.
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | zpool_replace_001_neg.ksh | 49 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat) 61 /$TESTDIR/disk-additional.dat 65 /$TESTDIR/disk-additional.dat
|
| H A D | zpool_attach_001_neg.ksh | 48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat) 60 /$TESTDIR/disk-additional.dat 64 /$TESTDIR/disk-additional.dat
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | os_cflags.m4 | 2 dnl Specify additional compile options based on the OS and the compiler 4 AC_MSG_CHECKING([additional compiler flags]) 15 # turn on additional headers 104 AC_MSG_CHECKING([additional linker flags])
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | make | 12 # by additional escaping point character 14 # and NSIS script with "!include" by additional escaping point character
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ERR_new.pod | 35 number I<lib> and the reason code I<reason>, and additional data as a 37 The additional data is processed with L<BIO_snprintf(3)> to form the 38 additional data string, which is allocated and store in the error
|
| H A D | PKCS12_parse.pod | 20 certificate to B<*cert> and any additional certificates to B<*ca>. 25 the private key, the corresponding certificate, or the additional certificates, 31 then additional certificates are appended in the given order to B<*ca>.
|
| H A D | SSL_CTX_set_cipher_list.pod | 79 additional restrictions apply. All ciphers have additional requirements. 84 RSA ciphers using DHE need a certificate and key and additional DH-parameters
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-mvebu.txt | 51 In order to use the GPIO lines in PWM mode, some additional optional 56 - reg: an additional register set is needed, for the GPIO Blink 60 additional register range needed for PWM operation.
|
| /freebsd-14.2/contrib/sqlite3/tea/ |
| H A D | README | 2 Architecture (TEA). For additional information on SQLite see 33 additional maintenance by the project developer to synchronise with
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 49 station and is handled appropriately by wpa_supplicant, but two additional 50 features are required. It must send an additional information element in each 63 be handled specially by hostapd, because it must add an additional information 67 fronthaul and backhaul at the same time. The additional information element must 113 When a WPS M1 message has an additional subelement that indicates a request for 149 6. Enrollee sends M1 with additional Multi-AP subelement.
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_CLANG_EXTRAS | 1 Build additional clang and llvm tools, such as bugpoint and
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
| H A D | cpm.txt | 36 If they are the same, the additional 39 refresh mode and any additional power
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | ti,omap-iommu.txt | 13 and needs no additional data in the pargs specifier. Please 24 syscon node that contains the additional control
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-bindings.txt | 30 In order to differentiate between these 2 PHYs, an additional specifier should be 71 device defined previously. Note that the phy handle has an additional specifier
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 498 unsigned additional) { in forPrototypePlus() argument 502 additional += llvm::count_if( in forPrototypePlus() 508 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus() 512 unsigned additional) { in forPrototypePlus() argument 513 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | msi.txt | 10 potentially including additional information. 71 must be described with additional properties. 74 additional properties to describe the relationship between devices on the bus
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | fsl,imx6q-pcie.txt | 18 - clock-names: Must include the following additional entries: 46 - clock names: Must include the following additional entries: 63 - clock-names: Must include the following additional entries:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | socfpga-dwmac.txt | 6 The device node has additional properties: 29 This device node has additional phandle dependency, the sgmii converter:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | sata_highbank.yaml | 32 Indicates the number of additional clock cycles to transmit before 38 Indicates the number of additional clock cycles to transmit after
|
| /freebsd-14.2/usr.bin/login/ |
| H A D | README | 1 This login has additional functionalities. They are all based on (part of)
|
| /freebsd-14.2/usr.bin/calendar/tests/ |
| H A D | calendar.comment | 11 1 13 http://localhost.local/ // URL with additional comment
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | getrrsetbyname.c | 175 struct dns_rr *additional; member 445 resp->additional = parse_dns_rrsection(answer, size, &cp, in parse_dns_response() 447 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response() 628 free_dns_rr(p->additional); in free_dns_response()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| H A D | zpool_attach_001_neg.ksh | 60 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
|