sunos32_misc.c | 810 static inline int sunos32_sys_socket_common(struct lwp *, register_t *, 813 sunos32_sys_socket_common(struct lwp *l, register_t *retval, int type) function in typeref:typename:int 841 return sunos32_sys_socket_common(l, retval, SCARG(uap, type)); 858 return sunos32_sys_socket_common(l, retval, SCARG(uap, type));
|