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

/freebsd-12-stable/contrib/bmake/mk/
H A Dldorder.mk21 # and associate each with _LDORDER_USE to output the relevant
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h62 if (wpa_s->driver->associate) {
63 return wpa_s->driver->associate(wpa_s->drv_priv, params);
H A Dwpa_priv.c301 if (iface->drv_priv == NULL || iface->driver->associate == NULL)
336 res = iface->driver->associate(iface->drv_priv, &params);
337 wpa_printf(MSG_DEBUG, "drv->associate: res=%d", res);
/freebsd-12-stable/contrib/tzcode/zic/
H A Dzic.c109 static void associate(void);
584 associate();
726 associate(void) function
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c827 .associate = wpa_driver_privsep_associate,
H A Ddriver.h761 * addr - MAC address of the station to associate
813 * Data for struct wpa_driver_ops::associate().
819 * responsible for selecting with which BSS to associate. */
2389 * associate - Request driver to associate
2395 int (*associate)(void *priv, member in struct:wpa_driver_ops
2411 * associate(), add_pmkid() can be used to add new PMKSA cache entries
2430 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
2448 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
2687 * wpa_supplicant can act as the SME. If not implemented, associate()
[all...]
H A Ddriver_bsd.c1788 .associate = wpa_driver_bsd_associate,
H A Ddriver_ndis.c1105 * Some NDIS drivers refuse to associate in open mode
1111 "workaround to allow driver to associate "
3203 wpa_driver_ndis_ops.associate = wpa_driver_ndis_associate;
/freebsd-12-stable/contrib/gcc/
H A Dfold-const.c1423 /* We can associate addition and subtraction together (even
1481 /* Re-associate trees split by the above function. T1 and T2 are either
1482 expressions to associate or null. Return the new expression, if any. If
5871 /* If these are the same operation types, we can associate them
8894 associate:
8895 /* In most languages, can't associate operations on floats through
8897 don't associate floats at all, unless the user has specified
8907 associate each group together, the constants with literals,
8915 /* With undefined overflow we can only associate constants
8929 /* The only case we can still associate wit
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex5256 \let\lastnode=\empty % no node to associate with

Completed in 299 milliseconds