Searched refs:fstat (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_fstat.c126 if (fstat(ts->ts_fd, &sbuf) == -1)
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c85 if (fstat(fd, &stat_buf) == -1) {
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile57 fstat.2 \
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c288 if (fstat(fd, &statbuf) < 0) {
508 if (fstat(fileno(mak), &makstat) < 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h228 * [XSI] This structure is used as the second parameter to the fstat(),
592 int fstat(int, struct stat *) __DARWIN_INODE64(fstat); variable
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl134 fcntl fdatasync fpathconf fstat fsync
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c111 if(fstat(fd, &stat_buf) == -1)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c315 my_err = fstat( my_fd, &my_sb );
317 printf( "fstat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
446 * Test close, fpathconf, fstat, open, pathconf system calls.
593 /* test fstat */
594 my_err = fstat( my_fd, &my_sb );
596 printf( "fstat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
600 printf( "fstat call failed - st_size is wrong \n" );
604 printf( "fstat call failed - st_mode does not indicate regular file \n" );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c2389 * Parameters: p The process doing the fstat
2412 * Notes: Internal implementation for all other fstat() related
2567 * Description: Extended version of fstat supporting returning extended
2570 * Parameters: p The process doing the fstat
2588 * fstat
2592 * Parameters: p The process doing the fstat
2600 fstat(proc_t p, register struct fstat_args *uap, __unused int32_t *retval) function
2612 * Parameters: p The process doing the fstat
2635 * Parameters: p The process doing the fstat

Completed in 101 milliseconds