Searched refs:df (Results 1 - 25 of 74) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrlcat.c43 char *df = dst; local
49 while (left-- != 0 && *df != '\0')
50 df++;
51 l1 = df - dst;
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A DMakefile28 LIBPROG= df
33 OBJS= df.o
45 POFILE= df.po
46 XGETFLAGS += -a -x df.xcl
/illumos-gate/usr/src/ucbcmd/df/
H A DMakefile28 PROG= df
H A Ddf.sh28 # Replace /usr/ucb/df
69 exec /usr/sbin/df $ARG
/illumos-gate/usr/src/lib/libm/common/C/
H A Dacos.c98 double z, p, q, r, w, s, c, df; local
143 df = s;
144 ((int *) &df)[LOWORD] = 0;
145 c = (z - df * df) / (s + df);
151 return (2.0 * (df + w));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c387 struct statvfs64 df; local
395 if ((rc = smb_fsop_statfs(sr->user_cr, node, &df)) != 0)
398 if (df.f_frsize < DEV_BSIZE)
399 df.f_frsize = DEV_BSIZE;
400 if (df.f_bsize < df.f_frsize)
401 df.f_bsize = df.f_frsize;
402 spu = df.f_bsize / df
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c200 SM_FILE_T *df; local
209 df = bfopen(dfname, QueueFileMode, DataFileBufferSize,
213 if (df == NULL)
221 dfd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL);
230 return df;
286 register SM_FILE_T *df; local
304 df = NULL;
515 (void) sm_io_putc(df, SM_TIME_DEFAULT,
668 df = collect_eoh(e, numhdrs, hdrslen);
669 if (df
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c80 FILE *df; local
96 if ((df = fopen(increm, "r")) == NULL) {
116 (void) flock(fileno(df), LOCK_SH);
117 readitimes(df);
118 (void) fclose(df);
122 readitimes(df)
123 FILE *df;
130 if (getrecord(df, idp) < 0) {
198 FILE *df; local
206 if ((df
[all...]
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A Dbootinstall.sh39 CURPOOL=$(df -k / | awk 'NR == 2 {print $1}' | sed 's,/.*,,')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dcleanup.ksh37 df -F zfs -h | grep "$TESTFS " >/dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dcleanup.ksh38 df -F zfs -h | grep "$TESTFS " >/dev/null
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_subr.c88 char *df = dst; local
94 while (left-- != 0 && *df != '\0')
95 df++;
96 l1 = df - dst;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib47 devtype=$(df -n / | awk '{print $3}')
50 rootpool=$(df / | \
67 devstr=$(df -lhF ufs | \
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile33 DFPROG= df
48 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
58 USRSBINF= df clri fsck volcopy ff
64 USRBIN2USRSBIN= df
65 USRXPG4BIN2USRSBIN= df
101 $(DFPROG).po := XGETFLAGS += -a -x df.xcl
123 df: deffs.o $(FSLIB) $$(@F).o
159 # Links from /usr/bin to /usr/sbin such as /usr/bin/df -> ../sbin/df
163 # Links from /usr/xpg4/bin to /usr/sbin such as /usr/xpg4/bin/df
[all...]
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c45 struct iodev_filter df; variable in typeref:struct:iodev_filter
123 df.if_max_iodevs = 4;
124 df.if_allowed_types = IODEV_DISK;
125 df.if_nr_names = 0;
126 df.if_names = safe_alloc(df.if_max_iodevs * sizeof (char *));
127 (void) memset(df.if_names, 0, df.if_max_iodevs * sizeof (char *));
130 df.if_nr_names < df
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqeconvert.c46 dm.df = floating_form; /* E format. */
98 dm.df = fixed_form; /* F format. */
149 dm.df = floating_form;
H A Dseconvert.c46 dm.df = floating_form; /* E format. */
98 dm.df = fixed_form; /* F format. */
149 dm.df = floating_form;
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c75 char *df = dst; local
81 while (left-- != 0 && *df != '\0')
82 df++;
83 l1 = df - dst;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h115 #define DFORTH_LO(df) (((u_dforth_t)(df)) & 0xffffffff)
116 #define DFORTH_HI(df) ((((u_dforth_t)(df)) >> 32) & 0xffffffff)
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power47 /usr/bin/df -k -F ufs |
49 read line # Skip past the header line of the df output
70 if [ X`df -n / | awk '{print $3}'` != "Xzfs" ] ; then
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile40 SUBDIR2= df fssnap mkfs mount newfs volcopy
/illumos-gate/usr/src/cmd/tip/aculib/
H A DMakefile24 OBJS= biz22.o biz31.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c144 struct iodev_filter df; variable in typeref:struct:iodev_filter
229 df.if_allowed_types |= IODEV_DISK;
231 df.if_allowed_types |= IODEV_IOPATH_LTI;
235 df.if_allowed_types |= IODEV_IOPATH_LTI;
241 df.if_allowed_types |= IODEV_PARTITION;
251 df.if_allowed_types |= IODEV_CONTROLLER;
271 newss = acquire_snapshot(kc, types, &df);
324 newss = acquire_snapshot(kc, types, &df);
346 free(df.if_names);
1166 df
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dckpacct.sh65 _blocks=`df $_adm | sed 's/.*://' | awk '{ print $1 }'`
/illumos-gate/usr/src/lib/libc/port/fp/
H A Deconvert.c70 dm.df = floating_form; /* E format. */
115 dm.df = floating_form; /* E format. */
160 dm.df = floating_form; /* E format. */

Completed in 170 milliseconds

123