Searched refs:filenum (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test.kshlib44 typeset -i filenum=0
45 while (( filenum < num_files )); do
47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
48 (( filenum = filenum + 1 ))
/illumos-gate/usr/src/lib/libcurses/screen/
H A Drestart.c58 restartterm(char *term, int filenum, int *errret) argument
59 /* int filenum - This is a UNIX file descriptor, not a stdio ptr. */
72 (void) setupterm(term, filenum, (int *) 0);
H A Dsetupterm.c229 setupterm(char *term, int filenum, int *errret) argument
230 /* filenum - This is a UNIX file descriptor, not a stdio ptr. */
438 if (filenum == 1 && !isatty(filenum))
439 filenum = 2; /* Allow output redirect */
441 cur_term->Filedes = (short)filenum;
561 if (ioctl(filenum, TIOCGWINSZ, &w) != -1) {
H A Dllib-lcurses902 int restartterm(char * term, int filenum, int *errret);
953 int setupterm(char *term, int filenum, int *errret);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/write_dirs/
H A Dwrite_dirs_001_pos.ksh66 typeset -i filenum=50
68 fill_fs "" $dirnum $filenum $bytes $num_writes
H A Dwrite_dirs_002_pos.ksh67 typeset -i filenum=5000
69 fill_fs "" $dirnum $filenum $bytes $num_writes
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_003_pos.ksh95 typeset -i filenum=0
117 while (( $filenum <= 2 )); do
118 file_write -o create -f $bigdir${dirnum}/file${filenum} \
123 "<(( $dirnum * 3 + $filenum ))>" \
127 ((filenum = filenum + 1))
129 filenum=0
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrd.h109 int filenum; /* number of files to process */ variable
H A Dauditrt.h244 extern int filenum; /* number of files total */
H A Dmain.c456 ar, filenum, pcbnum, total_procs, total_layers);
528 "pcbnum %d filenum %d mfp %d msp %d ly %d tot %d\n\n",
529 pcbnum, filenum, maxfiles_proc, max_sproc,
H A Doption.c914 filenum++; /* count of total files to be processed */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c329 async_filenoprintf(int filenum, const char *format, ...) argument
338 (void) write(filenum, buffer, strlen(buffer));
354 int filenum = (intptr_t)arg; local
364 async_filenoprintf(filenum, "%s [Signal %d (%s)]\n",
367 async_filenoprintf(filenum, "%s\n", buffer);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1253 filenum = 1;
1630 (mt.mt_fileno != (filenum-1))) {
1634 tape, mt.mt_fileno+1, filenum);
2428 filenum > 1) {
2429 msg(info, dumpdev, filenum);
2430 if (rmtioctl(MTFSF, filenum-1) < 0) {
2431 msg(fail, filenum);
2440 filenum > 1) {
2441 msg(info, dumpdev, filenum);
2442 fsf.mt_count = filenum
[all...]
H A Ddumponline.c385 filenum++;
H A Ddump.h162 daddr32_t filenum; /* position of dump on 1st volume */ variable
H A Ddumpmain.c47 daddr32_t filenum = 0; /* current file number on tape */ variable
485 if (!filenum)
486 filenum = 1;

Completed in 105 milliseconds