sunos_misc.c | 592 static inline int sunos_sys_socket_common(struct lwp *, register_t *, 595 sunos_sys_socket_common(struct lwp *l, register_t *retval, int type) function in typeref:typename:int 623 return sunos_sys_socket_common(l, retval, SCARG(uap, type)); 640 return sunos_sys_socket_common(l, retval, SCARG(uap, type));
|