/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 427 FILE *qf; in chkquota() local 454 qf = fopen64(qffile, "r+"); in chkquota() 455 if (qf == NULL) { in chkquota() 460 if (fstat64(fileno(qf), &statb) < 0) { in chkquota() 462 fclose(qf); in chkquota() 469 fclose(qf); in chkquota() 476 fclose(qf); in chkquota() 488 if (ioctl(fileno(qf), _FIOFFS, NULL) == -1) { in chkquota() 492 (void) fclose(qf); in chkquota() 502 fclose(qf); in chkquota() [all …]
|
/titanic_44/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 234 FILE *qf; in repquota() local 241 qf = fopen64(qffile, "r"); in repquota() 242 if (qf == NULL) { in repquota() 246 if (fstat64(fileno(qf), &statb) < 0) { in repquota() 248 (void) fclose(qf); in repquota() 256 if (ioctl(fileno(qf), _FIOFFS, NULL) == -1) { in repquota() 260 (void) fclose(qf); in repquota() 265 (void) fread(&dqbuf, sizeof (struct dqblk), 1, qf); in repquota() 266 if (feof(qf)) in repquota() 273 (void) fclose(qf); in repquota()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas_callbacks.c | 88 register struct fas_cmd *qf = fas->f_c_qf; in fas_empty_callbackQ() local 93 while (qf) { in fas_empty_callbackQ() 94 sp = qf; in fas_empty_callbackQ() 95 qf = sp->cmd_forw; in fas_empty_callbackQ()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | tst.ZeroFunctionProbes.d.ksh | 50 -qf read'{printf("I am done"); exit(0);}'
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 361 char qf[MAXPATHLEN]; local 889 (void) sm_strlcpy(qf, queuename(e, ANYQFL_LETTER), 890 sizeof(qf)); 891 if (rename(tf, qf) < 0) 893 tf, qf, (int) geteuid()); 938 SYNC_DIR(qf, true); 948 sm_syslog(LOG_DEBUG, e->e_id, "queueup %s", qf); 2491 char qf[MAXPATHLEN]; local 2639 (void) sm_strlcpyn(qf, sizeof(qf), 3, qd, "/", d->d_name); 2640 if (stat(qf, &sbuf) < 0) [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 66 static const strflags_t qf[] = { variable 399 if (flag != NULL && streams_parse_flag(qf, flag, &mask) == -1) { in queue() 401 streams_flag_usage(qf); in queue() 406 streams_parse_flag(qf, not_flag, ¬_mask) == -1) { in queue() 408 streams_flag_usage(qf); in queue() 460 for (i = 0; qf[i].strf_name != NULL; i++) { in queue() 471 qf[i].strf_name, qf[i].strf_descr); in queue()
|
/titanic_44/usr/src/cmd/refer/ |
H A D | glue4.c | 28 FILE *qf, *gf; in grepcall() local
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userquota.cfg | 42 export QFILE=$TESTDIR/qf
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 290 # queue file mode (qf files)
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 292 directories. The names 'qf', 'df', and 'xf' are
|