Home
last modified time | relevance | path

Searched refs:r_vals (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Devent_port.c54 r.r_vals = _portfs(PORT_CREATE | PORT_SYS_NOPORT, 0, 0, 0, 0, 0); in port_create()
62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events, in port_associate()
73 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, to->tv_sec, in port_get()
76 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, 0, 0, NULL); in port_get()
89 r.r_vals = _portfs(PORT_GETN, port, (uintptr_t)list, max, *nget, in port_getn()
107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0); in port_dissociate()
115 r.r_vals = _portfs(PORT_SEND, port, events, (uintptr_t)user, NULL, in port_send()
131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object, in _port_dispatch()
134 r.r_vals = _portfs(PORT_DISPATCH | PORT_SYS_NOSHARE, port, in _port_dispatch()
147 r.r_vals = _portfs(PORT_SENDN | PORT_SYS_NOPORT, in port_sendn()
[all …]
/titanic_41/usr/src/uts/common/syscall/
H A Dgetpid.c55 return (r.r_vals); in getpid()
H A Dutssys.c86 rv.r_vals = 0; in utssys32()
108 return (error == 0 ? rv.r_vals : (int64_t)set_errno(error)); in utssys32()
205 rv.r_vals = 0; in utssys64()
219 return (error == 0 ? rv.r_vals : (int64_t)set_errno(error)); in utssys64()
H A Dsigprocmask.c89 return (rv.r_vals); in lwp_sigmask()
H A Dsidsys.c82 return (r.r_vals); in allocids()
H A Dgid.c140 return (r.r_vals); in getgid()
H A Duid.c185 return (r.r_vals); in getuid()
H A Dauditsys.c94 rvp->r_vals = result; in auditsys()
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport.c564 r.r_vals = 0; in portfs()
572 return (r.r_vals); in portfs()
579 return (r.r_vals); in portfs()
640 return (r.r_vals); in portfs()
711 return (r.r_vals); in portfs()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c961 rval.r_vals = 0; in nl7c_process()
1052 sti->sti_nl7c_rcv_rval = rval.r_vals; in nl7c_process()
H A Dsocktpi.c3036 rp->r_vals = sti->sti_nl7c_rcv_rval; in nl7c_sorecv()
3040 rp->r_vals = 0; in nl7c_sorecv()
3152 rval.r_vals = sti->sti_nl7c_rcv_rval; in sotpi_recvmsg()
H A Dsockcommon_subr.c728 rvalp->r_vals = 0; in so_dequeue_msg()
/titanic_41/usr/src/uts/common/c2/
H A Daudit_start.c359 rval->r_vals)); in audit_finish()
H A Daudit_event.c1876 id = (int)rval->r_vals; in auf_msgsys()
1945 id = (int)rval->r_vals; in auf_semsys()
2304 id = (int)rval->r_vals; in auf_shmsys()
3557 fd = (int)rval->r_vals; in auf_accept()
/titanic_41/usr/src/uts/common/sys/
H A Dsystm.h383 int64_t r_vals; member
/titanic_41/usr/src/cmd/praudit/
H A Dtoken.c1177 &rval.r_vals, 1)) != 0) in return_value64_token()
1196 &rval.r_vals, 1)) != 0) in return_value64_token()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1110 return (rval.r_vals); in syscall_ap()
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c941 return (rval.r_vals); in syscall_ap()
/titanic_41/usr/src/uts/common/os/
H A Dfork.c588 return (r.r_vals); in cfork()
H A Daio.c307 rvp->r_vals = 0; in kaio()