Searched refs:start_ap (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/mips/mips/
H A Dmp_machdep.c180 start_ap(int cpuid) function
263 if ((error = start_ap(cpuid)) != 0) {
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_alloc.c167 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
213 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
223 idp = &start_ap[start_lvl - 1];
238 if (start_ap[start_lvl-1].in_lbn == idp->in_lbn)
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmp_machdep.c160 static int start_ap(int apic_id);
947 if (!start_ap(apic_id)) {
975 start_ap(int apic_id) function
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_machdep.c208 static int start_ap(int apic_id);
671 /* bootAP is set in start_ap() to our ID. */
980 if (!start_ap(apic_id)) {
1080 start_ap(int apic_id) function
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c149 static int start_ap(int apic_id);
531 /* bootAP is set in start_ap() to our ID. */
774 if (!start_ap(cpu)) {
942 start_ap(int apic_id) function
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_alloc.c512 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
565 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
575 idp = &start_ap[start_lvl - 1];
591 start_ap[start_lvl - 1].in_lbn == idp->in_lbn)
738 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
791 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
801 idp = &start_ap[start_lvl - 1];
817 start_ap[start_lvl - 1].in_lbn == idp->in_lbn)

Completed in 61 milliseconds