Searched refs:sunos_sys_socket_common (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/compat/sunos/ |
H A D | 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) in sunos_sys_socket_common() function 623 return sunos_sys_socket_common(l, retval, SCARG(uap, type)); in sunos_sys_socket() 640 return sunos_sys_socket_common(l, retval, SCARG(uap, type)); in sunos_sys_socketpair()
|