HomeSort by: relevance | last modified time | path
    Searched defs:sunos32_sys_socket_common (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/sunos32/
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));

Completed in 14 milliseconds