HomeSort by: relevance | last modified time | path
    Searched refs:ifile (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/ssh/
ssh.c 413 run [-bg] [-i ifile] [-o ofile] [-e efile] program [args...]\n\
423 char *opt, *ifile, *ofile, *efile; local
434 ifile = ofile = efile = NULL;
443 ifile = argv[0];
483 if (ifile)
484 child_newfd(0, ifile, O_RDONLY);
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 529 FILE *ifile; local
544 if ((ifile = fopen(ifilename, "r")) == NULL) {
624 fgets(buf, sizeof(buf), ifile);
640 fgets(buf, sizeof(buf), ifile);
646 while(fgets(buf, sizeof(buf), ifile) != NULL)
649 fclose(ifile);
  /src/sys/ufs/lfs/
lfs.h 177 #define LFS_IFILE_INUM 1 /* 1: IFILE inode number */
212 # define LFS_ATIME_IFILE 0 /* Store atime info in ifile (optional in LFSv1) */
679 typedef union ifile { union
683 } IFILE;
684 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile64));
686 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile32));
687 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile_v1));
691 * Cleaner information structure. This resides in the ifile and is used
883 uint32_t dlfs_ifpb; /* 104: IFILE entries per block */
958 uint32_t dlfs_ifpb; /* 152: IFILE entries per block *
    [all...]
lfs_segment.c 165 * XXX KS - Set modification time on the Ifile, so the cleaner can
168 * case that wouldn't happen to the Ifile until we checkpoint).
184 * Ifile and meta data blocks are not marked busy, so segment writes MUST be
349 * the Ifile, it creates an inconsistent checkpoint,
350 * since the Ifile information for the new segment
352 * sending the Ifile through again in case there
354 * This second Ifile write could *also* cross a segment
491 * Write the inode/file if dirty and it's not the IFILE.
599 * If we're cleaning we only write cleaning and ifile blocks, and
653 panic("lfs_segwrite: ifile read:
823 bool ifile, rolling, checkpointing, cleaning; local
    [all...]
lfs_accessors.h 677 /* Read in the block with a specific segment usage entry from the ifile. */
685 panic("lfs: ifile read: segentry %llu: error %d\n", \
837 /* Read in the block with a specific inode from the ifile. */
840 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \
843 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \
846 (IP) = (IFILE *)((IFILE_V1 *)(BP)->b_data + \
857 panic("lfs: ifile ino %d read %d", (int)(IN), _e); \
863 (IP) = (IFILE *)((IFILE64 *)(IP) + 1); \
865 (IP) = (IFILE *)((IFILE32 *)(IP) + 1); \
867 (IP) = (IFILE *)((IFILE_V1 *)(IP) + 1);
    [all...]
  /src/usr.bin/m4/
eval.c 720 doincl(const char *ifile)
728 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {

Completed in 27 milliseconds