Searched refs:df (Results 26 - 50 of 100) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp66 static void *df = 0; local
70 df = llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(
73 if (df)
74 ((void (*)(void *))df)(p);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbounce-resender.pl142 $df = "df$ident";
145 open(MSGBODY,">$df") || die "Can't write to $df: $!\n";
146 chmod(0600, $qf, $df);
192 ($dev, $ino) = (stat($df))[0 .. 1];
201 print MSGHDR "D$df\n";
223 ($dev, $ino) = (stat($df))[0 .. 1];
232 print MSGHDR "D$df\n";
H A Dre-mqueue.pl17 # Moves the qf* and df* files for a message from /var/spool/mqueue to
18 # /var/spool/mqueue2 if the df* file is over 2700 seconds old.
53 # times are not changed. All times must be cumulative from when the df*
93 # Allow zero-length df files (empty message body)
104 # NB This program can't handle separate qf/df/xf subdirectories
131 # chdir to $queueA and read the directory. When a df* file is found, stat it.
135 # Otherwise re-link the qf* and df* files into $queueB then release the lock.
139 @dfiles = grep(/^df/, readdir(QA));
149 ($mfile = $dfile) =~ s/^df//;
195 # Check df* fil
[all...]
/freebsd-9.3-release/sys/modules/nve/
H A DMakefile15 bzip2 -df ${.TARGET}.bz2
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddvmstat16 # dvmstat df -h # run and examine "df -h"
81 dvmstat df -h # run and examine "df -h"
H A Ddappprof23 # dappprof df -h # run and examine the "df -h" command
93 dappprof df -h # run and examine "df -h"
H A Ddapptrace25 # dapptrace df -h # run and examine the "df -h" command
102 dapptrace df -h # run and examine "df -h"
H A Dprocsystime21 # procsystime df -h # run and examine "df -h"
90 procsystime df -h # run and examine "df -h"
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Ddvmstat16 # dvmstat df -h # run and examine "df -h"
81 dvmstat df -h # run and examine "df -h"
H A Dprocsystime21 # procsystime df -h # run and examine "df -h"
90 procsystime df -h # run and examine "df -h"
/freebsd-9.3-release/contrib/gcc/
H A Dddg.c46 #include "df.h"
227 add_deps_for_def (ddg_ptr g, struct df *df, struct df_ref *rd)
230 struct df_ru_bb_info *bb_info = DF_RU_BB_INFO (df, g->bb);
262 struct df_ref *def = df_bb_regno_first_def_find (df, g->bb, regno);
271 if (df_find_use (df, g->nodes[i].insn, rd->reg))
283 add_deps_for_use (ddg_ptr g, struct df *df, struct df_ref *use)
287 struct df_ref *first_def = df_bb_regno_first_def_find (df, g->bb, regno);
292 bb_info = DF_RD_BB_INFO (df,
225 add_deps_for_def(ddg_ptr g, struct df *df, struct df_ref *rd) argument
281 add_deps_for_use(ddg_ptr g, struct df *df, struct df_ref *use) argument
313 build_inter_loop_deps(ddg_ptr g, struct df *df) argument
437 create_ddg(basic_block bb, struct df *df, int closing_branch_deps) argument
[all...]
H A Dloop-invariant.c53 #include "df.h"
157 static struct df *df = NULL; variable in typeref:struct:df
275 use = df_find_use (df, insn, x);
335 use1 = df_find_use (df, insn1, e1);
336 use2 = df_find_use (df, insn2, e2);
619 df_set_blocks (df, blocks);
620 df_analyze (df);
700 for (use = DF_INSN_GET (df, insn)->uses; use; use = use->next_ref)
797 ref = df_find_def (df, ins
[all...]
H A Dsee.c422 Relevant structures: web_entry (from df.h), see_entry_extra_info.
473 #include "df.h"
503 in df.h). It is placed in the extra_info field of a web_entry and holds the
616 static struct df *df = NULL; variable in typeref:struct:df
617 /* An array of web_entries. The i'th definition in the df object is associated
620 /* An array of web_entries. The i'th use in the df object is associated with
1334 /* Build the df object. */
1335 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES | DF_SUBREGS);
1336 df_rd_add_problem (df,
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dmdconfig295 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
157 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
188 for i in `df ${_dev} 2>/dev/null`; do _mp=$i; done
H A Dmdconfig89 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
161 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
/freebsd-9.3-release/release/i386/
H A Dfixit_crunch.conf10 progs df
/freebsd-9.3-release/release/pc98/
H A Dfixit-small_crunch.conf10 progs df
H A Dfixit_crunch.conf10 progs df
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dreduce.sh32 br=`awk 'NR == 2 {print $3}' $1/_.df`
33 bt=`awk 'NR == 2 {print $3}' $2/_.df`
/freebsd-9.3-release/sbin/reboot/
H A Dnextboot.sh101 df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
/freebsd-9.3-release/sys/xen/interface/hvm/
H A Dioreq.h54 uint8_t df:1; member in struct:ioreq
/freebsd-9.3-release/usr.bin/tip/tip/
H A DMakefile43 biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Ddappprof23 # dappprof df -h # run and examine the "df -h" command
93 dappprof df -h # run and examine "df -h"
H A Ddapptrace25 # dapptrace df -h # run and examine the "df -h" command
102 dapptrace df -h # run and examine "df -h"
/freebsd-9.3-release/release/scripts/
H A DdoFS.sh117 df -ki ${MNT}
119 set `df -ki ${MNT} | tail -1`

Completed in 325 milliseconds

1234