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

/freebsd-10.1-release/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-10.1-release/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.h101 * Structure to hold association data
103 struct association { struct
H A Dlibntpq.c166 * association int The association ID that should be read
180 int ntpq_queryhost(unsigned short VARSET, unsigned short association, char *resultbuf, int maxlen) argument
188 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
291 * association IDs
292 * maxentries int maximum number of association IDs that can
296 * int number of association IDs stored in resultbuf
298 * 0 (zero) if a failure occured or no association has
331 * The obtained association IDs can be read by using the ntpq_get_assoc_id
339 * int number of association ID
[all...]
H A Dntpq.c367 * lookup of the current association IDs for a given ntpd. It also
368 * caches the status word for each association, retrieved incidentally.
370 struct association * assoc_cache;
1032 * Check the association ID to make sure it matches what
3503 const struct association *ass1 = t1;
3504 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;
386 * checkassocid - return the association ID, checking to see if it is valid
400 "***Invalid association ID %lu specified\n",
715 "No information returned for%s association %u\n",
942 * findassidrange - verify a range of association ID's
1086 fprintf(fp, "No association ID's returned\n");
1148 (void) fprintf(fp, "No association ID's in list\n");
1344 * passociations - print the association list
1358 * lpassociations - print the long association lis
[all...]
/freebsd-10.1-release/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...]
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddummynet.txt53 association of flowsets and schedulers is configurable e.g.

Completed in 140 milliseconds