Searched refs:late (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sbin/swapon/
H A Dswapon.c87 int sflag, lflag, late, hflag; local
90 sflag = lflag = late = hflag = 0;
135 late = 1;
176 strstr(fsp->fs_mntops, "late") &&
177 late == 0)
180 strstr(fsp->fs_mntops, "late") == NULL &&
181 late != 0)
372 } else if (strcmp(token, "late") == 0) {
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c139 hrtime_t late; local
141 late = dtrace_gethrtime() - pcpu->profc_expected;
145 CPU->cpu_profile_upc, late, 0, 0);
/freebsd-10-stable/sys/cddl/dev/profile/
H A Dprofile.c248 hrtime_t late; local
253 late = gethrtime() - pcpu->profc_expected;
255 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected);
273 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0);
/freebsd-10-stable/sbin/mount/
H A Dmount.c248 int all, ch, i, init_flags, late, failok, mntsize, rval, have_fstab, ro; local
252 all = init_flags = late = onlylate = 0;
273 late = 1;
276 late = 1;
339 if (!hasopt(fs->fs_mntops, "late") && onlylate)
341 if (hasopt(fs->fs_mntops, "late") && !late)
743 } else if (strcmp(p, "late") == 0) {
745 * "late" is used to prevent certain file
746 * systems from being mounted before late
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dsys.mk142 # late customizations
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk98 ${CLANG_TBLGEN} -gen-clang-attr-late-parsed-list \
/freebsd-10-stable/sys/mips/mips/
H A Dexception.S733 mflo v0 # get lo/hi late to avoid stall
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6827 % @setfilename. If done too late, it may not override everything
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex6698 % @setfilename. If done too late, it may not override everything

Completed in 105 milliseconds