Searched defs:start_ap (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | mp_machdep.c | 504 start_ap(int apic_id) in start_ap() function
|
/freebsd/sys/amd64/amd64/ |
H A D | mp_machdep.c | 476 start_ap(int apic_id, vm_paddr_t boot_address) in start_ap() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 579 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs1() local 846 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs2() local
|
/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
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 1090 …int (*start_ap)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *link_co… member
|
H A D | cfg80211.h | 1266 s32 (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
|