Searched refs:SYS_write (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | syscall.h | 57 #define SYS_write 4 macro
|
/illumos-gate/usr/src/uts/common/brand/sn1/ |
H A D | sn1_brand.c | 245 sn1_emulation_table[SYS_write] = 1; /* 4 */ in _init()
|
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/ |
H A D | sn1_brand.c | 111 IN_KERNEL_SYSCALL(write, SYS_write) /* 4 */
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.S | 200 mov SYS_write, %g1
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 344 ((code) == SYS_write || (code) == SYS_pwrite || \ 811 ((code) == SYS_write || (code) == SYS_pwrite || \ in sysexit()
|
H A D | main.c | 701 praddset(&traceeven, SYS_write); in main()
|
H A D | print.c | 600 ((code) == SYS_write || (code) == SYS_pwrite || \
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 332 case SYS_write: in lwp_restartable()
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 736 return (__systemcall(rval, SYS_write + 1024, fd, bufferp, in s10_pwrite() 759 return (__systemcall(rval, SYS_write + 1024, fd, bufferp, in s10_pwrite64()
|