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

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

Completed in 12 milliseconds