Searched refs:get_ctx (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/fst/ |
H A D | fst.h | 120 struct fst_get_peer_ctx **get_ctx, 132 struct fst_get_peer_ctx **get_ctx,
|
/freebsd/sys/x86/iommu/ |
H A D | x86_iommu.h | 80 struct iommu_ctx *(*get_ctx)(struct iommu_unit *iommu, member
|
H A D | iommu_utils.c | 282 return (x86_iommu->get_ctx(iommu, dev, rid, id_mapped, rmrr_init)); in iommu_get_ctx()
|
H A D | amd_drv.c | 1087 .get_ctx = amdiommu_get_ctx,
|
H A D | intel_drv.c | 1320 .get_ctx = dmar_get_ctx,
|
/freebsd/sys/dev/ntb/ |
H A D | ntb_if.m | 107 METHOD void * get_ctx {
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hostapd.c | 2311 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 D | wpa_supplicant.c | 6555 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
|