Searched refs:_stat (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac.h | 310 #define MAC_STAT_ISACOUNTER(_stat) ( \ argument 311 (_stat) == MAC_STAT_MULTIRCV || \ 312 (_stat) == MAC_STAT_BRDCSTRCV || \ 313 (_stat) == MAC_STAT_MULTIXMT || \ 314 (_stat) == MAC_STAT_BRDCSTXMT || \ 315 (_stat) == MAC_STAT_NORCVBUF || \ 316 (_stat) == MAC_STAT_IERRORS || \ 317 (_stat) == MAC_STAT_UNKNOWNS || \ 318 (_stat) == MAC_STAT_NOXMTBUF || \ 319 (_stat) == MAC_STAT_OERRORS || \ [all …]
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 78 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_44/usr/src/lib/libast/common/features/ |
H A D | omitted | 67 if (_stat("bar", &st)) 71 printf("#define _stat _stat64\n");
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 84 #pragma weak _stat = stat macro
|
/titanic_44/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 64 #define stat _stat
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 92 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_44/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | init_os_ctx.c | 81 struct _stat s; in get_from_module_dir() 99 found = !_stat(name, &s); in get_from_module_dir()
|
/titanic_44/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 341 _stat;
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_file.c | 33 #define stat _stat
|
/titanic_44/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 136 setgid.o _stat.o seteuid.o setegid.o signalmap.o syscall.o \
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2529 _stat;
|
/titanic_44/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 134 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|_stat
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 539 features/botched: add cygwin _stat => _stat64
|