Searched refs:fstat (Results 376 - 400 of 400) sorted by relevance

<<111213141516

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c3496 if (fstat(fd, &sb) == -1) {
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c2685 if (fstat(fileno(prov->pxc_file), &f_stat) == -1) {
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3220 if (fstat(fd, &buf) == -1) {
3222 bail_msg("%s fstat: %s", filename, strerror(errno));
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c683 if (fstat(fd, &s) < 0) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2524 if (fstat(fileno(hfp), &statb) != 0) {
2526 _("IP: Cannot fstat file(%s)\n"), ifinst);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c3653 * maintenace mode. The check is made with fstat() to
3656 if (fstat(fileno(infile), &sbuf) == -1) {
H A Dipsecconf.c1609 * as fstat() stats the file pointed to by the symbolic
1634 if (fstat(fd, &sbuf2) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c4227 if ((err = fstat(fileno(infile), &statbuf)) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1650 if (perm_fd == -1 || fstat(perm_fd, &st) == -1)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c3913 if (fstat(fd, &stbuf) >= 0 || errno != EBADF)
H A Dreadcf.c128 if (fstat(sm_io_getinfo(cf, SM_IO_WHAT_FD, NULL), &statb) < 0)
130 syserr("cannot fstat");
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c3081 (void) fstat(fd, &status);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3923 ret = fstat(st_fd, &stb);
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2495 if (fstat(didpp->d_data.d_desc.d_descriptor, &stat) < 0) {
2496 warning(gettext("main_servproc:fstat failed. "
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c2519 if (fstat(image_fd, &statbuf) != 0) {
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c3235 if (fstat(fd, &st) == -1) {
3236 PERROR(gettext("fstat()"));
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2133 if (fstat(ttyf, &statb) != 0) {
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4408 if (fstat(file_fd, &statbuf) == -1) {
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c4592 if (fstat(fd, &st) == -1 || !S_ISREG(st.st_mode)) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c5625 (void) fstat(fd, &s);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9735 * as fstat() stats the file pointed to by the symbolic
9766 if (fstat(fd, &sbuf2) == -1) {
9768 gettext("Cannot fstat lock file %s\n"),
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2874 if (fstat(fd, &sb) != 0) {
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c7404 if ((err = fstat(fileno(infile), &statbuf)) != 0) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7843 if ((err = fstat(fileno(uaf), &ua_st)) != 0) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16585 if (fstat(fd, &st) == -1) {

Completed in 650 milliseconds

<<111213141516