| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/df/ |
| Makefile | 30 LIBPROG= df 35 OBJS= df.o 42 POFILE= df.po 43 XGETFLAGS += -a -x df.xcl
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| strlcat.c | 43 char *df = dst; local 49 while (left-- != 0 && *df != '\0') 50 df++; 51 l1 = df - dst;
|
| /onnv/onnv-gate/usr/src/ucbcmd/df/ |
| Makefile | 28 PROG= df
|
| df.sh | 28 # Replace /usr/ucb/df 69 exec /usr/sbin/df $ARG
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_trans2_query_fs_information.c | 255 struct statvfs64 df; local 278 if ((rc = smb_fsop_statfs(sr->user_cr, snode, &df)) != 0) { 285 if (df.f_blocks > max_int) 286 df.f_blocks = max_int; 288 if (df.f_bavail > max_int) 289 df.f_bavail = max_int; 291 total_units = (uint32_t)df.f_blocks; 292 avail_units = (uint32_t)df.f_bavail; 294 sect_per_unit = df.f_frsize >> 9; 338 if ((rc = smb_fsop_statfs(sr->user_cr, snode, &df)) != 0) [all...] |
| smb_query_information_disk.c | 85 struct statvfs64 df; local 96 rc = smb_fsop_statfs(sr->user_cr, sr->tid_tree->t_snode, &df); 103 block_size = df.f_frsize; 104 total_blocks = df.f_blocks; 105 free_blocks = df.f_bavail;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| collect.c | 202 SM_FILE_T *df; local 211 df = bfopen(dfname, QueueFileMode, DataFileBufferSize, 215 if (df == NULL) 223 dfd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL); 232 return df; 288 register SM_FILE_T *df; local 306 df = NULL; 517 (void) sm_io_putc(df, SM_TIME_DEFAULT, 670 df = collect_eoh(e, numhdrs, hdrslen); 671 if (df == NULL [all...] |
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| dumpitime.c | 80 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 = safe_fopen(increm, "r+", 0664)) == (FILE *)NULL) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/krtld/ |
| kobj_subr.c | 88 char *df = dst; local 94 while (left-- != 0 && *df != '\0') 95 df++; 96 l1 = df - dst;
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| Makefile | 34 DFPROG= df 37 XPG4PROG= df 59 USRSBINF= df clri fsck volcopy ff 65 USRBIN2USRSBIN= df 82 df.o := CFLAGS += $(iBCS2FLAG) 95 POFILES_XPG4 = df.po.xpg4 99 $(POFILES_XPG4) := XGETFLAGS += -a -x df.xcl 100 $(DFPROG).po := XGETFLAGS += -a -x df.xcl 130 df df.xpg4: deffs.o $(FSLIB) $$(@F). [all...] |
| /onnv/onnv-gate/usr/src/cmd/tip/aculib/ |
| Makefile | 25 OBJS= biz22.o biz31.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
| Principal.java | 43 private static DateFormat df; field in class:Principal 262 PrExpireTime = df.parse(exp); 290 PwExpireTime = df.parse(exp); 310 return df.format(ModTime); 321 return df.format(PrExpireTime); 328 return df.format(LastSuccess); 335 return df.format(LastFailure); 342 return df.format(LastPwChange); 351 return df.format(PwExpireTime); 477 df = DateFormat.getDateTimeInstance(DateFormat.MEDIUM [all...] |
| /onnv/onnv-gate/usr/src/cmd/stat/vmstat/ |
| vmstat.c | 46 struct iodev_filter df; variable in typeref:struct:iodev_filter 130 df.if_max_iodevs = 4; 131 df.if_allowed_types = IODEV_DISK; 132 df.if_nr_names = 0; 133 df.if_names = safe_alloc(df.if_max_iodevs * sizeof (char *)); 134 (void) memset(df.if_names, 0, df.if_max_iodevs * sizeof (char *)); 137 df.if_nr_names < df.if_max_iodevs) [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| qeconvert.c | 46 dm.df = floating_form; /* E format. */ 98 dm.df = fixed_form; /* F format. */ 149 dm.df = floating_form;
|
| seconvert.c | 46 dm.df = floating_form; /* E format. */ 98 dm.df = fixed_form; /* F format. */ 149 dm.df = floating_form;
|
| /onnv/onnv-gate/usr/src/cmd/stat/iostat/ |
| iostat.c | 139 struct iodev_filter df; variable in typeref:struct:iodev_filter 224 df.if_allowed_types |= IODEV_DISK; 226 df.if_allowed_types |= IODEV_IOPATH_LTI; 230 df.if_allowed_types |= IODEV_IOPATH_LTI; 236 df.if_allowed_types |= IODEV_PARTITION; 246 df.if_allowed_types |= IODEV_CONTROLLER; 266 newss = acquire_snapshot(kc, types, &df); 319 newss = acquire_snapshot(kc, types, &df); 341 free(df.if_names); 1149 df.if_max_iodevs = safe_strtoi(optarg, "invalid limit") [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/ |
| Makefile | 40 SUBDIR2= df fssnap mkfs mount newfs volcopy
|
| /onnv/onnv-gate/usr/src/cmd/power/ |
| svc-power | 47 /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
|
| /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/ |
| private.h | 115 #define DFORTH_LO(df) (((u_dforth_t)(df)) & 0xffffffff) 116 #define DFORTH_HI(df) ((((u_dforth_t)(df)) >> 32) & 0xffffffff)
|
| /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| misc.c | 75 char *df = dst; local 81 while (left-- != 0 && *df != '\0') 82 df++; 83 l1 = df - dst;
|
| /onnv/onnv-gate/usr/src/cmd/acct/ |
| ckpacct.sh | 65 _blocks=`df $_adm | sed 's/.*://' | awk '{ print $1 }'`
|
| /onnv/onnv-gate/usr/src/lib/libc/port/fp/ |
| econvert.c | 70 dm.df = floating_form; /* E format. */ 115 dm.df = floating_form; /* E format. */ 160 dm.df = floating_form; /* E format. */
|
| fconvert.c | 49 dm.df = fixed_form; /* F format. */ 103 dm.df = fixed_form; /* F format. */ 157 dm.df = fixed_form; /* F format. */
|
| gconvert.c | 141 dm.df = floating_form; 168 dm.df = floating_form; 195 dm.df = floating_form;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/init.d/ |
| ncalogd | 60 df -l $1 > /dev/null 2>&1
|