Searched refs:start_ap (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/sys/i386/i386/ |
| HD | mp_machdep.c | 141 static int start_ap(int apic_id); 409 if (!start_ap(apic_id)) { in start_all_aps() 504 start_ap(int apic_id) in start_ap() function
|
| /freebsd-head/sys/amd64/amd64/ |
| HD | mp_machdep.c | 112 static int start_ap(int apic_id, vm_paddr_t boot_address); 435 if (!start_ap(apic_id, boot_address)) { in start_all_aps() 476 start_ap(int apic_id, vm_paddr_t boot_address) in start_ap() function
|
| /freebsd-head/sys/fs/ext2fs/ |
| HD | 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-head/sys/ufs/ffs/ |
| HD | 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-head/sys/contrib/dev/rtw88/ |
| HD | mac80211.c | 972 .start_ap = rtw_ops_start_ap,
|
| /freebsd-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | mld-mac80211.c | 1402 .start_ap = iwl_mvm_mld_start_ap,
|
| HD | mac80211.c | 6601 .start_ap = iwl_mvm_start_ap,
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7921/ |
| HD | main.c | 1520 .start_ap = mt7921_start_ap,
|
| /freebsd-head/sys/compat/linuxkpi/common/include/net/ |
| HD | cfg80211.h | 1320 s32 (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
|
| HD | mac80211.h | 1082 …int (*start_ap)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *link_co… member
|
| /freebsd-head/sys/contrib/dev/rtw89/ |
| HD | mac80211.c | 1849 .start_ap = rtw89_ops_start_ap,
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7915/ |
| HD | main.c | 1770 .start_ap = mt7915_start_ap,
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7925/ |
| HD | main.c | 2153 .start_ap = mt7925_start_ap,
|