Searched refs:fstat (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/mips/boot/ |
D | addinitrd.c | 90 if (fstat (fd_initrd, &st) < 0) in main()
|
/linux-2.4.37.9/arch/x86_64/boot/tools/ |
D | build.c | 148 if (fstat (fd, &sb)) in main()
|
/linux-2.4.37.9/arch/i386/boot/tools/ |
D | build.c | 148 if (fstat (fd, &sb)) in main()
|
/linux-2.4.37.9/arch/ppc/boot/utils/ |
D | mkprep.c | 157 if (fstat(in, &info) < 0) in write_prep_partition()
|
/linux-2.4.37.9/arch/alpha/boot/tools/ |
D | objstrip.c | 115 if (fstat(fd, &st) == -1) { in main()
|
/linux-2.4.37.9/arch/cris/boot/tools/ |
D | build.c | 249 if (fstat (id, &sb)) { in main()
|
/linux-2.4.37.9/scripts/ |
D | mkdep.c | 537 fstat(fd, &st); in do_depend()
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 233 (int (*)(unsigned,struct stat *))SYS(fstat); in solaris_fstat() 254 (int (*)(unsigned,struct stat *))SYS(fstat); in solaris_fstat64()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 5835 uint8_t fstat; in ahd_init() local 5986 for (i = 20, fstat = FLX_FSTAT_BUSY; in ahd_init() 5987 (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) { in ahd_init() 5988 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat); in ahd_init()
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 935 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(3, 1), ...}) = 0
|