/freebsd/libexec/rbootd/ |
H A D | parseconf.c | 197 if (Clients) in ParseConfig() 198 client->next = Clients; in ParseConfig() 199 Clients = client; in ParseConfig()
|
H A D | utils.c | 299 while (Clients != NULL) { in FreeClients() 300 ctmp = Clients; in FreeClients() 301 Clients = Clients->next; in FreeClients()
|
H A D | conf.c | 78 CLIENT *Clients = NULL; /* list of addrs we'll accept */ variable
|
H A D | defs.h | 143 extern CLIENT *Clients; /* list of addrs we'll accept */
|
H A D | rbootd.c | 332 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next) in FindClient()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 105 Clients, enumerator 621 getLibSection(File, TBDKey::AllowableClients, TBDKey::Clients, Targets); in parseToInterfaceFile() 624 AttrToTargets Clients = *ClientsOrErr; in parseToInterfaceFile() local 664 for (auto &[Lib, Targets] : Clients) in parseToInterfaceFile() 973 Array Clients = in serializeIF() local 974 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets); in serializeIF() 975 insertNonEmptyValues(Library, TBDKey::AllowableClients, std::move(Clients)); in serializeIF()
|
H A D | TextStub.cpp | 242 enum Option { Clients, Libraries }; enumerator 346 case MetadataSection::Option::Clients: in mapping() 1032 auto OptionKind = MetadataSection::Option::Clients; in mapKeysToValuesV4()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | moxa,moxart-dma.txt | 23 Clients:
|
H A D | fsl-imx-dma.txt | 34 Clients have to specify the DMA requests with phandles in a list.
|
H A D | arm-pl08x.txt | 31 Clients
|
H A D | ste-dma40.txt | 31 Clients
|
H A D | ti-edma.txt | 210 Clients should use a single channel number per DMA request.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ |
H A D | Plugins.def.in | 11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
|
/freebsd/lib/clang/include/Plugins/ |
H A D | Plugins.def | 11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | development.rst | 31 standards. Clients expect the support to be feature-complete and
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | rpmh-rsc.txt | 29 will be an aggregate of the sleep votes from each of those subsystems. Clients
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set1_host.pod | 27 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
|
H A D | SSL_CTX_set_ct_validation_callback.pod | 87 Clients that require SCTs are expected to not have enabled any aNULL ciphers
|
H A D | SSL_CTX_set_options.pod | 227 If this option is set, Encrypt-then-MAC is disabled. Clients will not 235 If this option is set, Extended Master Secret is disabled. Clients will
|
H A D | SSL_CTX_new.pod | 201 is not recommended. Clients should avoid creating "holes" in the set of
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptParser.td | 60 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README-MULTI-AP | 14 only at routers (repeaters, gateways, ...), not at clients. Clients are not
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.mux | 6 requests from clients. Clients communicate over this socket using a
|
H A D | PROTOCOL | 455 Clients should prefer host-bound authentication when advertised by 491 extension with multiple versions (though this is unlikely). Clients MUST 601 Clients should not attempt to exceed these limits as the server might sever
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_err.et | 29 error_code CLIENT_REVOKED, "Clients credentials have been revoked"
|