Symbol: start_ap
sys/amd64/amd64/mp_machdep.c
112
static int start_ap(int apic_id, vm_paddr_t boot_address);
sys/amd64/amd64/mp_machdep.c
448
if (!start_ap(apic_id, boot_address)) {
sys/compat/linuxkpi/common/include/net/cfg80211.h
1214
int (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1070
int (*start_ap)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *link_conf);
sys/fs/ext2fs/ext2_alloc.c
209
struct indir start_ap[EXT2_NIADDR + 1], end_ap[EXT2_NIADDR + 1], *idp;
sys/fs/ext2fs/ext2_alloc.c
255
if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
sys/fs/ext2fs/ext2_alloc.c
265
idp = &start_ap[start_lvl - 1];
sys/fs/ext2fs/ext2_alloc.c
281
if (start_ap[start_lvl - 1].in_lbn == idp->in_lbn)
sys/i386/i386/mp_machdep.c
141
static int start_ap(int apic_id);
sys/i386/i386/mp_machdep.c
407
if (!start_ap(apic_id)) {
sys/ufs/ffs/ffs_alloc.c
578
struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp;
sys/ufs/ffs/ffs_alloc.c
631
if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
sys/ufs/ffs/ffs_alloc.c
641
idp = &start_ap[start_lvl - 1];
sys/ufs/ffs/ffs_alloc.c
658
start_ap[start_lvl - 1].in_lbn == idp->in_lbn)
sys/ufs/ffs/ffs_alloc.c
845
struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp;
sys/ufs/ffs/ffs_alloc.c
898
if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
sys/ufs/ffs/ffs_alloc.c
908
idp = &start_ap[start_lvl - 1];
sys/ufs/ffs/ffs_alloc.c
925
start_ap[start_lvl - 1].in_lbn == idp->in_lbn)