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

/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c181 start_ap(int cpuid) function
264 if ((error = start_ap(cpuid)) != 0) {
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c139 static int start_ap(int apic_id);
230 /* bootAP is set in start_ap() to our ID. */
361 if (!start_ap(apic_id)) {
461 start_ap(int apic_id) function
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c97 static int start_ap(int apic_id);
394 if (!start_ap(apic_id)) {
422 start_ap(int apic_id) function
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_alloc.c189 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
235 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
245 idp = &start_ap[start_lvl - 1];
261 if (start_ap[start_lvl - 1].in_lbn == idp->in_lbn)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c527 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
580 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
590 idp = &start_ap[start_lvl - 1];
607 start_ap[start_lvl - 1].in_lbn == idp->in_lbn)
776 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
829 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) ||
839 idp = &start_ap[start_lvl - 1];
856 start_ap[start_lvl - 1].in_lbn == idp->in_lbn)

Completed in 175 milliseconds