Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmac.h299 #define MAC_STAT_ISACOUNTER(_stat) ( \ argument
300 (_stat) == MAC_STAT_MULTIRCV || \
301 (_stat) == MAC_STAT_BRDCSTRCV || \
302 (_stat) == MAC_STAT_MULTIXMT || \
303 (_stat) == MAC_STAT_BRDCSTXMT || \
304 (_stat) == MAC_STAT_NORCVBUF || \
305 (_stat) == MAC_STAT_IERRORS || \
306 (_stat) == MAC_STAT_UNKNOWNS || \
307 (_stat) == MAC_STAT_NOXMTBUF || \
308 (_stat) == MAC_STAT_OERRORS || \
[all …]
/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c78 extern int _stat(const char*, struct stat*);
404 if (!_stat(buf, &st)) in runve()
409 if (path != (const char*)buf && _stat(path, &st)) in runve()
747 if ((r = _stat(path, st)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in stat()
750 r = _stat(buf, st); in stat()
944 if (_stat(path, &fs) || (fs.st_mode & S_IWUSR) || _chmod(path, (fs.st_mode | S_IWUSR) & S_IPERM)) in ctime_now()
/titanic_41/usr/src/lib/libast/common/features/
H A Domitted67 if (_stat("bar", &st))
71 printf("#define _stat _stat64\n");
/titanic_41/usr/src/lib/libc/port/sys/
H A Dstat.c84 #pragma weak _stat = stat macro
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h64 #define stat _stat
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_service.c92 enum clnt_stat _stat; \
94 _stat = (*(callb))(resp, NULL, (rpcp)->nr_handle); \
95 if (_stat != RPC_SUCCESS && _stat != RPC_TIMEDOUT) { \
100 "stat %d, err %d\n", descr, _stat, \
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c81 struct _stat s; in get_from_module_dir()
99 found = !_stat(name, &s); in get_from_module_dir()
/titanic_41/usr/src/lib/libsys/common/
H A Dmapfile-vers341 _stat;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c33 #define stat _stat
/titanic_41/usr/src/lib/libbc/sparc/
H A DMakefile136 setgid.o _stat.o seteuid.o setegid.o signalmap.o syscall.o \
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2442 _stat;
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in134 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|_stat
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE539 features/botched: add cygwin _stat => _stat64