Searched refs:association (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddictionary.h26 struct association { struct
29 association() : v(0) {} function in struct:association
47 association *table;
H A Ddictionary.cpp43 table = new association[n];
74 association *old_table = table;
75 table = new association[size];
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dlibntpq.h45 /* NTP association type identifier */
85 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.h102 * Structure to hold association data
104 struct association { struct
H A Dlibntpq.c169 * association int The association ID that should be read
183 int ntpq_queryhost(unsigned short VARSET, unsigned short association, char *resultbuf, int maxlen) argument
191 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
294 * association IDs
295 * maxentries int maximum number of association IDs that can
299 * int number of association IDs stored in resultbuf
301 * 0 (zero) if a failure occured or no association has
334 * The obtained association IDs can be read by using the ntpq_get_assoc_id
342 * int number of association ID
[all...]
H A Dntpq.c389 * lookup of the current association IDs for a given ntpd. It also
390 * caches the status word for each association, retrieved incidentally.
392 struct association * assoc_cache;
1096 * Check the association ID to make sure it matches what
3795 const struct association *ass1 = t1;
3796 const struct association *ass2 = t2;
H A Dntpq-subs.c91 "print list of association ID's and statuses for the server's peers" },
288 extern struct association *assoc_cache;
427 * checkassocid - return the association ID, checking to see if it is valid
441 "***Invalid association ID %lu specified\n",
758 "No information returned for%s association %u\n",
985 * findassidrange - verify a range of association ID's
1129 xprintf(fp, "No association ID's returned\n");
1191 (void) xprintf(fp, "No association ID's in list\n");
1387 * passociations - print the association list
1401 * lpassociations - print the long association lis
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.h316 * core are locked. Having only 1 association available for
358 * @param association
359 * Which association to read line from
368 cvmx_l2c_tag_t cvmx_l2c_get_tag(uint32_t association, uint32_t index)
374 * @param association
375 * Which association to read line from
382 cvmx_l2c_tag_t cvmx_l2c_get_tag_v2(uint32_t association, uint32_t index, uint32_t tad);
H A Dcvmx-l2c.c750 union cvmx_l2c_tag cvmx_l2c_get_tag_v2(uint32_t association, uint32_t index, uint32_t tad) argument
755 if ((int)association >= cvmx_l2c_get_num_assoc()) {
756 cvmx_dprintf("ERROR: cvmx_l2c_get_tag association out of range\n");
767 (association << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) |
791 tmp_tag = __read_l2_tag(association, index);
834 union cvmx_l2c_tag cvmx_l2c_get_tag(uint32_t association, uint32_t index) argument
839 if ((int)association >= cvmx_l2c_get_num_assoc()) {
840 cvmx_dprintf("ERROR: cvmx_l2c_get_tag association out of range\n");
851 (association << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) |
876 tmp_tag = __read_l2_tag(association, inde
[all...]

Completed in 146 milliseconds