Searched refs:df (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-9.3-release/tools/tools/zfsboottest/
H A Dzfsboottest.sh57 mountpoint=`df -t zfs "${bootfs}" 2>/dev/null | tail -1 | awk '{print $6}'`
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A Dyacc.y360 struct _db_factory *df;
370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));
374 (df, _CITRUS_MAPPER_STD_SYM_TYPE, _CITRUS_MAPPER_STD_TYPE_ROWCOL));
379 (df, _CITRUS_MAPPER_STD_SYM_INFO, &data, 1));
384 (df, _CITRUS_MAPPER_STD_SYM_ROWCOL_EXT_ILSEQ, &data, 1));
389 (df, _CITRUS_MAPPER_STD_SYM_TABLE, &data, 1));
402 size = _db_factory_calc_size(df);
406 (df, _CITRUS_MAPPER_STD_MAGIC, &data));
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrind.sh115 sort -df -k 1,2 xindex > index
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dfixit.conf16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
/freebsd-9.3-release/contrib/gcc/
H A Dddg.h30 /* For struct df. */
31 #include "df.h"
171 ddg_ptr create_ddg (basic_block, struct df *, int closing_branch_deps);
H A Dloop-iv.c64 #include "df.h"
105 static struct df *df = NULL; variable in typeref:struct:df
112 struct df *
115 return df;
202 /* Clears the information about ivs stored in df. */
207 unsigned i, n_defs = DF_DEFS_SIZE (df);
213 def = DF_DEFS_GET (df, i);
248 bool first_time = (df == NULL);
255 df
[all...]
H A Dcfgloop.h357 extern struct df *iv_current_loop_df (void);
H A Dlibgcc2.h280 #define __floatdidf __NDW(float,df)
284 #define __floatundidf __NDW(floatun,df)
/freebsd-9.3-release/etc/rc.d/
H A Dinitrandom59 ( ps -fauxww; sysctl -a; date; df -ib; dmesg; ps -fauxww ) \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmip.h168 uint32_t df : 1; member in struct:__anon6322
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddexplorer234 df -k > Info/df-k # Disk
536 rm Info/df-k
H A Ddtruss24 # dtruss df -h # run and examine the "df -h" command
107 dtruss df -h # run and examine "df -h"
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Ddexplorer234 df -k > Info/df-k # Disk
536 rm Info/df-k
H A Ddtruss24 # dtruss df -h # run and examine the "df -h" command
107 dtruss df -h # run and examine "df -h"
/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c985 FILE *df; local
987 df = fopen(drift_file, "r");
988 if (df != NULL)
992 fscanf(df, "%4d.%03d", &idrift, &fdrift);
993 fclose(df);
1013 FILE *df; local
1015 df = fopen(drift_file, "w");
1016 if (df != NULL)
1023 fprintf(df, "%4d.%03d %c%ld.%06ld %.24s\n", idrift, fdrift,
1026 fclose(df);
[all...]
/freebsd-9.3-release/sbin/restore/
H A Ddirs.c108 static FILE *df, *mf; variable
149 if (fd == -1 || (df = fdopen(fd, "w")) == NULL) {
186 if (fclose(df) != 0)
395 if (fwrite(dirbuf, DIRBLKSIZ, 1, df) != 1)
411 if (fwrite(dirbuf, (int)dirloc, 1, df) != 1)
413 seekpt = ftell(df);
/freebsd-9.3-release/release/picobsd/bridge/
H A Dcrunch.conf107 progs df
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf107 progs df
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Doption_survey.sh90 ( df -i ${MNT} ) > ${FDIR}/_.df
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h315 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
316 int dump_all_config_trees(FILE *df, int comment);
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile41 debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c1780 dkioc_free_t df; local
1783 if (ddi_copyin((void *)arg, &df, sizeof (df), flag)) {
1793 if (df.df_start >= zv->zv_volsize)
1795 if (df.df_start + df.df_length > zv->zv_volsize)
1796 df.df_length = DMU_OBJECT_END;
1798 rl = zfs_range_lock(&zv->zv_znode, df.df_start, df.df_length,
1805 zvol_log_truncate(zv, tx, df
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c7160 struct deltafrag *df;
7176 *dftail = df = xmalloc (sizeof *df);
7177 *(dftail = &df->next) = NULL;
7179 df->pos = strtoul (p, (char **) &q, 10);
7186 df->nlines = strtoul (p, (char **) &q, 10);
7197 df->type = FRAG_ADD;
7198 i = df->nlines;
7215 df->new_lines = p;
7216 df
7157 struct deltafrag *df; local
[all...]
/freebsd-9.3-release/gnu/lib/libgcc/
H A DMakefile50 .for mode in sf df xf
55 .for mode in sf df xf tf
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh35 TARGET_PART=`df / | sed '
47 TARGET_PART=`df / | sed '

Completed in 706 milliseconds

1234