Home
last modified time | relevance | path

Searched refs:association (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/contrib/ntp/html/scripts/
H A Dconfopt.txt2 <li class='inline'><a href='confopt.html#server'>server - configure client association</a></li>\
3 <li class='inline'><a href='confopt.html#peer'>peer - configure symmetric peer association</a></li>\
4 …line'><a href='confopt.html#broadcast'>broadcast - configure broadcast server association</a></li>\
5 …ref='confopt.html#manycastclient'>manycastclient - configure manycast client association</a></li>\
6 <li class='inline'><a href='confopt.html#pool'>pool - configure pool association</a></li>\
7 <li class='inline'><a href='confopt.html#unpeer'>unpeer - remove association</a></li>\
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td577 let association = AS_None;
584 let association = AS_Block;
589 let association = AS_None;
601 let association = AS_Block;
629 let association = AS_Block;
633 let association = AS_None;
637 let association = AS_Delimited;
650 let association = AS_Delimited;
662 let association = AS_Delimited;
668 let association = AS_Delimited;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td280 let association = AS_Block;
306 let association = AS_Block;
322 let association = AS_None;
345 let association = AS_Block;
375 let association = AS_Block;
400 let association = AS_Block;
422 let association = AS_Loop;
428 let association = AS_None;
437 let association = AS_None;
454 let association = AS_Declaration;
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dlibntpq.h85 extern int ntpq_queryhost(unsigned short VARSET, associd_t association,
91 extern int ntpq_queryhost_peervars(associd_t association, char *resultbuf, int maxlen);
H A Dntpq.texi202 System variables are assigned an association ID of zero and system name space,
203 while each association is assigned a nonzero association ID and peer namespace.
225 @tab association ID
358 except for a range of association IDs.
359 This range is determined from the association list cached by
384 association ID or @url{decode.html#kiss, kiss code}.
478 and each association separately.
542 system peer association ID
645 for each association.
653 association ID
[all …]
H A Dlibntpq.c183 int ntpq_queryhost(unsigned short VARSET, unsigned short association, char *resultbuf, int maxlen) in ntpq_queryhost() argument
191 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap); in ntpq_queryhost()
H A Dntpq-opts.def119 Open an unconnected UDP association to ntpd (the default
415 System variables are assigned an association id of zero and system name
416 space, while each association is assigned a nonzero association id and
436 is displayed in hex format and the association number is also displayed.
443 .It Cm assid Ta association id
517 command for a range of association ids.
524 command for a range of association ids.
785 Status information is also available on a per-association basis.
840 system peer association id
893 billboard for each association.
[all …]
H A Dntpq.h101 * Structure to hold association data
103 struct association {
104 struct association { global() struct
105 assidassociation global() argument
106 statusassociation global() argument
H A Dinvoke-ntpq.texi290 System variables are assigned an association id of zero and system name
291 space, while each association is assigned a nonzero association id and
313 is displayed in hex format and the association number is also displayed.
322 @item @code{assid} @code{Ta} @code{association} @code{id}
396 command for a range of association ids.
403 command for a range of association ids.
665 Status information is also available on a per-association basis.
720 system peer association id
773 billboard for each association
[all...]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib237 "The association ID of the current syspeer."
503 "The association ID. This is an internal, unique ID."
511 "The hostname or other descriptive name for the association."
529 "The type of address of the association. Can be either IPv4 or
540 the association. The type and size depends on the
542 uni/multi/broadcast association."
550 "The time offset to the association as a string."
559 "The association stratum value."
583 "The root dispersion of the association."
617 NTP entity from this association.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td158 // the association in the AS_FromLeaves case.
159 def AS_None : Association<"None"> {} // No association
171 // association will be computed based on associations of the leaf constructs:
178 // This association is not valid for leaf constructs.
232 Association association = AS_FromLeaves;
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt30 typically have a fixed association to the master device, whereas multiple-
49 association of masters to be configured. Note that an IOMMU can by design
156 /* static association with IOMMU */
162 /* static association with IOMMU */
/freebsd/usr.sbin/ctld/
H A Dnvmf.hh51 struct nvmf_association *association() { return p_association.get(); } in association() function
H A Dnvmf.cc437 nvmf_qpair_up qp(nvmf_accept(association(), &qparams, &nc, &data)); in handle_connection()
440 nvmf_association_error(association())); in handle_connection()
H A Dnvmf_discovery.cc488 nvmf_qpair_up qp(nvmf_accept(association(), &qparams, &nc, &data)); in handle_connection()
491 nvmf_association_error(association())); in handle_connection()
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.def97 persistent association with a remote server or peer or reference
195 Additional information on association behavior can be found in the
204 client mode association with a number of remote servers.
210 client mode association with the specified remote server or local
221 persistent symmetric-active mode association with the specified
233 command mobilizes a persistent broadcast mode association.
260 manycast client mode association for the multicast address
340 Says the association can be preempted.
355 forcing the association to always survive the selection and clustering algorithms.
358 be used while testing an association.
[all …]
H A Dinvoke-ntp.conf.texi92 persistent association with a remote server or peer or reference
150 Additional information on association behavior can be found in the
159 client mode association with a number of remote servers.
165 client mode association with the specified remote server or local
176 persistent symmetric-active mode association with the specified
188 command mobilizes a persistent broadcast mode association.
215 manycast client mode association for the multicast address
295 Says the association can be preempted.
310 forcing the association to always survive the selection and clustering algorithms.
313 be used while testing an association
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dber7 # The file formats are standardized by the GSMA (GSM association).
/freebsd/contrib/tcsh/nls/french/
H A Dset2028 26 Sans COMMANDE, imprime l'association pour TOUCHE.\n
/freebsd/packages/wpa/
H A Dwpa.ucl38 IEEE 802.11 authentication/association support of the wlan(4) module and can
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod59 BIO_destroy_pair() destroys the association between two connected BIOs. Freeing
60 up any half of the pair will automatically destroy the association.
/freebsd/contrib/wpa/hostapd/
H A DChangeLog92 * fixed FT-EAP initial mobility domain association using PMKSA caching
102 determine with AKM was used for an association
138 - reject release 2 or newer association without PMF
146 * added RSSI-based association rejection from OCE
357 - allow PMKSA cache entry to be removed without association
605 this association)
626 hostapd to reject association with any station that does not support
738 * fix WPS association with both WPS IE and WPA/RSN IE present with
854 (adds a new association ping to protect against unauthenticated
855 authenticate or (re)associate request frames dropping association)
[all …]
/freebsd/sys/ufs/ufs/
H A DREADME.acls9 Access control lists allow the association of fine-grained discretionary
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.def112 Open an unconnected UDP association to ntpd (the default
585 Add a configured peer association at the given address and
588 association with the same peer may be deleted when this command is
636 association to be deleted.
638 association may persist in an unconfigured mode if the remote peer
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt31 - ranges: Encodes CS to memory region association.

123