Home
last modified time | relevance | path

Searched refs:get_ctx (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/fst/
H A Dfst.h120 struct fst_get_peer_ctx **get_ctx,
132 struct fst_get_peer_ctx **get_ctx,
/freebsd/sys/x86/iommu/
H A Dx86_iommu.h80 struct iommu_ctx *(*get_ctx)(struct iommu_unit *iommu, member
H A Diommu_utils.c282 return (x86_iommu->get_ctx(iommu, dev, rid, id_mapped, rmrr_init)); in iommu_get_ctx()
H A Damd_drv.c1087 .get_ctx = amdiommu_get_ctx,
H A Dintel_drv.c1320 .get_ctx = dmar_get_ctx,
/freebsd/sys/dev/ntb/
H A Dntb_if.m107 METHOD void * get_ctx {
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c2311 static const u8 * fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_sta() argument
2314 struct sta_info *s = (struct sta_info *) *get_ctx; in fst_hostapd_get_sta()
2322 *get_ctx = (struct fst_get_peer_ctx *) s->next; in fst_hostapd_get_sta()
2327 *get_ctx = NULL; in fst_hostapd_get_sta()
2333 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_first() argument
2338 *get_ctx = (struct fst_get_peer_ctx *) hapd->sta_list; in fst_hostapd_get_peer_first()
2340 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
2345 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_next() argument
2348 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c6555 struct fst_get_peer_ctx **get_ctx, in wpas_fst_get_peer_first() argument
6560 *get_ctx = NULL; in wpas_fst_get_peer_first()
6569 struct fst_get_peer_ctx **get_ctx, in wpas_fst_get_peer_next() argument