Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 419) sorted by last modified time

12345678910>>...17

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1730 if (fstat(doorfd, &st) < 0) { in make_daemon_exclusive()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c538 if (fstat(mfd, &stbuf) < 0 || !S_ISCHR(stbuf.st_mode)) { in check_and_unmount_floppy()
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c578 if (fstat(fd, &stbuf)) {
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3886 ret = fstat(st_fd, &stb); in st_init()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c313 if (fstat(fd, &sbuf) == -1) in dof_prune()
389 if (fstat(fd, &sbuf) == -1) in etcsystem_prune()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c4272 if ((err = fstat(fileno(infile), &statbuf)) != 0) { in cmd_file()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2158 if (fstat(fd, &stats) == -1) in issock()
3009 if (fstat(ptmfd, &buf) < 0) { in doit()
3027 if (fstat(netfd, &buf) < 0) { in doit()
H A Din.rlogind.c149 if (fstat(fd, &stats) == -1) in issock()
1373 if (fstat(ptmfd, &buf) < 0) in protocol()
1391 if (fstat(netfd, &buf)) in protocol()
H A Din.comsat.c218 fstat(uf, &statbf); in onalrm()
338 if (fstat(fd, &stb) != 0 || stb.st_uid != pwd->pw_uid) { in notify()
370 if (fstat(mbox, &stb) == -1 || lstat(name, &stl) == -1) { in notify()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c687 if (fstat(infd, &insbuf) == -1) { in execute_cmd()
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c141 if (fstat(fd, &stbuf) == -1) { in setup_infile()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1329 if (fstat(fd, &st) < -1) { in command_chain()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc85 link path=usr/share/man/man2/fstat.2 target=stat.2
/illumos-gate/usr/src/man/man2/
H A DMakefile201 fstat.2 \
399 fstat.2 := LINKSRC = stat.2
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2849 if (fstat(fd, &st) == 0 && in zpool_relabel_disk()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2629 fstat;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c451 (fstat(fd, &statf) == 0) && in find_ttyname()
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c412 if(fstat(TTYIN, &buff) < 0) { in main()
536 if ( fstat(Cn, &Cnsbuf) == 0 ) in main()
H A Deio.c146 fstat(fd1, &statbuf);
369 fstat(fileno(fp1), &statbuf);
H A Dcntrl.c355 if (Restart && !(fstat(fileno(fp), &stbuf))) { in cntrl()
480 if (fstat (fileno(fp), &stbuf)) { in cntrl()
646 if (fstat(fileno(fp), &stbuf)) /* never fail but .. */ in cntrl()
831 if(fstat(fileno(fp), &stbuf)) { in cntrl()
913 if (fstat(fileno(fp), &stbuf)) { in cntrl()
1076 if (fstat(fileno(fp), &stbuf)) { in cntrl()
1230 ASSERT(fstat(fileno(fp), &stbuf) == 0, Ct_STAT, in cntrl()
H A Danlwrk.c106 (void) fstat(fileno(fp), &stbuf); in anlwrk()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c81 int fstat(int, struct stat *);
469 /* 28 */ SYSENT_CI("fstat", fstat, 2),
/illumos-gate/usr/src/cmd/bhyve/
H A Dqemu_fwcfg.c622 if (fstat(fd, &sb) < 0) { in qemu_fwcfg_parse_cmdline_arg()
H A Dpci_passthru.c739 if (fstat(fd, &sbuf) < 0) { in passthru_init_rom()
H A Dmevent.c360 if (fstat(mevp->me_poll.mp_fd, &st) != 0) { in mevent_poll_file_attrib()
492 if (fstat(mevp->me_fd, &st) != 0) { in mevent_update_one_vnode()

12345678910>>...17