/titanic_53/usr/src/lib/libc/i386/sys/ |
H A D | door.s | 54 * All of the syscalls except door_return() follow the same pattern.
|
/titanic_53/usr/src/cmd/truss/ |
H A D | main.c | 337 iflag = TRUE; /* implies no interruptable syscalls */ in main() 345 case 'i': /* don't show interruptable syscalls */ in main() 371 case 'v': /* verbose interpretation of syscalls */ in main() 375 case 'x': /* raw interpretation of syscalls */ in main() 454 "usage:\t%s [-fcaeildDEF] [-[tTvx] [!]syscalls] [-[sS] [!]signals]\\\n", in main() 907 /* millisecond timeout is for sleeping syscalls */ in worker_thread() 1087 * Special cases. Most syscalls are traced on exit. in worker_thread()
|
H A D | ipc.c | 259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */ in checkproc()
|
/titanic_53/usr/src/cmd/sendmail/libsm/ |
H A D | signal.c | 51 ** and restartable syscalls
|
/titanic_53/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 204 * This macro is usable for brands which have the same number of syscalls
|
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 32 my @syscalls = qw(getprojid); 46 @EXPORT_OK = (@constants, @syscalls, @libcalls, @private); 47 %EXPORT_TAGS = (CONSTANTS => \@constants, SYSCALLS => \@syscalls,
|
/titanic_53/usr/src/lib/libnsl/nsl/ |
H A D | t_optmgmt.c | 86 * block them, so interruptible syscalls could still get EINTR. in _tx_optmgmt()
|
H A D | t_accept.c | 75 * block them, so interruptible syscalls could still get EINTR. in _tx_accept()
|
/titanic_53/usr/src/uts/common/os/ |
H A D | sysent.c | 282 * NTP syscalls 688 * Syscalls 213-225: 32-bit system call support for large files. 692 * needed as native syscalls on the 32-bit kernel). 1041 * Syscalls 213-225: 32-bit system call support for large files.
|
/titanic_53/usr/src/uts/common/sys/ |
H A D | timex.h | 241 * NTP syscalls
|
H A D | modctl.h | 688 #define MODDEBUG_NOAUL_SYS 0x00000040 /* no Autounloading syscalls */
|
/titanic_53/usr/src/lib/libnsl/rpc/ |
H A D | auth_sys.c | 161 * syscalls.
|
/titanic_53/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 541 const char *syscalls[] = { in dhcp_ipc_strerror() local 572 syscalls[error], error_string); in dhcp_ipc_strerror()
|
/titanic_53/usr/src/uts/intel/ia32/os/ |
H A D | desctbls.c | 1330 * Currently the hypervisor only supports 64-bit syscalls via in brand_interpositioning_enable() 1331 * syscall instruction. The 32-bit syscalls are handled by in brand_interpositioning_enable()
|
H A D | sysi86.c | 412 * When a process with a private LDT execs, fast syscalls must be enabled for
|
H A D | sundep.c | 450 * preserve fast syscalls, cause if we -don't- get descheduled,
|
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 277 /* The test is just to reduce syscalls if timeouts aren't used */ in reset_timer()
|
/titanic_53/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 310 * SYS_lwp_create syscalls can manually set the current thread's in s10_brandsys()
|
/titanic_53/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm.s | 392 / old style syscalls. Perhaps this preempt++-- will go away soon?
|
/titanic_53/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 337 * potentially handy stuff that saves us on syscalls.
|
/titanic_53/usr/src/cmd/ypcmd/yppasswd/ |
H A D | changepasswd.c | 749 /* These tests are cheaper than failing syscalls */ in changepasswd()
|
/titanic_53/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 91 static kcondvar_t srndpool_read_cv; /* serializes poll/read syscalls */
|
/titanic_53/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 111 static kcondvar_t rndpool_read_cv; /* serializes poll/read syscalls */
|
/titanic_53/usr/src/lib/libproc/common/ |
H A D | libproc.h | 714 #define SYS2STR_MAX 32 /* max. string length of syscalls (like SIG2STR_MAX) */
|
/titanic_53/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 170 * set to 'nosys') and legacy support of old SunOS 4.x syscalls (with 174 * SYSCALL_TRAP is used to support LP64 syscalls and SYSCALL_TRAP32 2859 * for ILP32 and LP64 syscalls respectively. this is done in
|