Searched refs:assoc (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h310 associd_t assoc; /* peer association ID */ member in struct:peer
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1763 register struct assoc *next;
1778 next = ftalloc(struct assoc);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c4290 CRYPTO_RESP, peer->assoc, NULL);
4345 peer->assoc, NULL);
4863 * host assoc return action
4907 associd_t assoc; local
4916 assoc = (associd_t)(intptr_t)context;
4917 pool = findpeerbyassoc(assoc);
4920 "Could not find assoc %u for pool DNS %s",
4921 assoc, name);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h765 enum uni_connid_assoc assoc; member in struct:uni_ie_connid
H A Duni_ie.c3957 uni_print_tbl("mode", ie->assoc, assoc_tbl, cx);
3985 switch(ie->assoc) {
4006 APP_BYTE(msg, 0x80 | (ie->assoc << 3) | ie->type);
4028 ie->assoc = (c >> 3) & 3;
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1322 struct assoc **pre, *pt;
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c232 struct assoc const *curassoc;
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2718 ndis_get_assoc(struct ndis_softc *sc, ndis_wlan_bssid_ex **assoc) argument
2748 *assoc = malloc(bs->nwbx_len, M_TEMP, M_NOWAIT);
2749 if (*assoc == NULL) {
2753 bcopy((char *)bs, (char *)*assoc, bs->nwbx_len);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4414 for (const GenericSelectionExpr::Association assoc : gse->associations()) {
4415 subTypes.push_back(assoc.getTypeSourceInfo());
4416 Expr *sub = assoc.getAssociationExpr();
4417 if (assoc.isSelected())
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c2583 static int wps_process_assoc_state(struct wps_data *wps, const u8 *assoc) argument
2587 if (assoc == NULL) {
2592 a = WPA_GET_BE16(assoc);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c4526 * @param assoc Associated queue (that is, the EQ for a CQ, the CQ for a MQ, and so on).
4533 sli4_queue_t *assoc, uint16_t ulp)
4569 assoc->u.flag.is_mq = TRUE;
4596 if (create(sli4, sli4->bmbx.virt, SLI4_BMBX_SIZE, &q->dma, assoc ? assoc->id : 0, ulp)) {
4532 sli_queue_alloc(sli4_t *sli4, uint32_t qtype, sli4_queue_t *q, uint32_t n_entries, sli4_queue_t *assoc, uint16_t ulp) argument
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1437 OTUS_DPRINTF(sc, OTUS_DEBUG_STATE, "new assoc isnew=%d addr=%s\n",
2730 otus_set_chan(struct otus_softc *sc, struct ieee80211_channel *c, int assoc) argument
2826 cmd.check_loop_count = assoc ? htole32(2000) : htole32(1000);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c335 /* Mixed assoc can be only stereo or theoretically mono. */
3163 int i, j, cnt, max, type, dir, assoc, seq, first, hpredir; local
3216 assoc = HDA_CONFIG_DEFAULTCONF_ASSOCIATION(w->wclass.pin.config);
3218 if (assoc != j) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3842 wpi_send_rxon(struct wpi_softc *sc, int assoc, int async) argument
3849 if (assoc && wpi_check_bss_filter(sc) != 0) {

Completed in 408 milliseconds

123