| /freebsd/sys/i386/i386/ |
| H A D | mp_machdep.c | 141 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 D | mp_machdep.c | 112 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 D | ext2_alloc.c | 209 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 D | ffs_alloc.c | 578 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 D | mac80211.c | 977 .start_ap = rtw_ops_start_ap,
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 1061 .start_ap = iwl_mvm_mld_start_ap,
|
| H A D | mac80211.c | 6413 .start_ap = iwl_mvm_start_ap,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | main.c | 1530 .start_ap = mt7921_start_ap,
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1275 int (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
|
| H A D | mac80211.h | 1073 …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 D | main.c | 1773 .start_ap = mt7915_start_ap,
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 1966 .start_ap = rtw89_ops_start_ap,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | main.c | 2170 .start_ap = mt7925_start_ap,
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mac80211.c | 2768 .start_ap = iwl_mld_start_ap_ibss,
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 6178 .start_ap = brcmf_cfg80211_start_ap,
|