Home
last modified time | relevance | path

Searched refs:Clients (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/libexec/rbootd/
H A Dparseconf.c197 if (Clients) in ParseConfig()
198 client->next = Clients; in ParseConfig()
199 Clients = client; in ParseConfig()
H A Dutils.c299 while (Clients != NULL) { in FreeClients()
300 ctmp = Clients; in FreeClients()
301 Clients = Clients->next; in FreeClients()
H A Dconf.c78 CLIENT *Clients = NULL; /* list of addrs we'll accept */ variable
H A Ddefs.h143 extern CLIENT *Clients; /* list of addrs we'll accept */
H A Drbootd.c332 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next) in FindClient()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp105 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 DTextStub.cpp242 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 Dmoxa,moxart-dma.txt23 Clients:
H A Dfsl-imx-dma.txt34 Clients have to specify the DMA requests with phandles in a list.
H A Darm-pl08x.txt31 Clients
H A Dste-dma40.txt31 Clients
H A Dti-edma.txt210 Clients should use a single channel number per DMA request.
/freebsd/contrib/llvm-project/lldb/source/Plugins/
H A DPlugins.def.in11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
/freebsd/lib/clang/include/Plugins/
H A DPlugins.def11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst31 standards. Clients expect the support to be feature-complete and
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Drpmh-rsc.txt29 will be an aggregate of the sleep votes from each of those subsystems. Clients
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod27 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
H A DSSL_CTX_set_ct_validation_callback.pod87 Clients that require SCTs are expected to not have enabled any aNULL ciphers
H A DSSL_CTX_set_options.pod227 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 DSSL_CTX_new.pod201 is not recommended. Clients should avoid creating "holes" in the set of
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td60 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/freebsd/contrib/wpa/hostapd/
H A DREADME-MULTI-AP14 only at routers (repeaters, gateways, ...), not at clients. Clients are not
/freebsd/crypto/openssh/
H A DPROTOCOL.mux6 requests from clients. Clients communicate over this socket using a
H A DPROTOCOL455 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 Dkrb5_err.et29 error_code CLIENT_REVOKED, "Clients credentials have been revoked"

12