Home
last modified time | relevance | path

Searched refs:start_ap (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/i386/i386/
H A Dmp_machdep.c141 static int start_ap(int apic_id);
407 if (!start_ap(apic_id)) { in start_all_aps()
502 start_ap(int apic_id) in start_ap() function
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c112 static int start_ap(int apic_id, vm_paddr_t boot_address);
484 if (!start_ap(apic_id, boot_address)) { in start_all_aps()
525 start_ap(int apic_id, vm_paddr_t boot_address) in start_ap()
523 start_ap(int apic_id, vm_paddr_t boot_address) start_ap() function
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c209 struct indir start_ap[EXT2_NIADDR + 1], end_ap[EXT2_NIADDR + 1], *idp; in ext2_reallocblks() local
255 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ext2_reallocblks()
265 idp = &start_ap[start_lvl - 1]; in ext2_reallocblks()
281 if (start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ext2_reallocblks()
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c578 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs1() local
631 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks_ufs1()
641 idp = &start_ap[start_lvl - 1]; in ffs_reallocblks_ufs1()
658 start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ffs_reallocblks_ufs1()
845 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs2() local
898 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks_ufs2()
908 idp = &start_ap[start_lvl - 1]; in ffs_reallocblks_ufs2()
925 start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ffs_reallocblks_ufs2()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c977 .start_ap = rtw_ops_start_ap,
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1061 .start_ap = iwl_mvm_mld_start_ap,
H A Dmac80211.c6413 .start_ap = iwl_mvm_start_ap,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1530 .start_ap = mt7921_start_ap,
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1275 int (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
H A Dmac80211.h1073 …int (*start_ap)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *link_co… member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c1773 .start_ap = mt7915_start_ap,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1966 .start_ap = rtw89_ops_start_ap,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmain.c2170 .start_ap = mt7925_start_ap,
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c2768 .start_ap = iwl_mld_start_ap_ibss,
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6178 .start_ap = brcmf_cfg80211_start_ap,