Searched refs:DTYPE_SOCKET (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d183 inline int DTYPE_SOCKET = 2;
184 #pragma D binding "1.1" DTYPE_SOCKET
201 F->fg_ops->fo_type == DTYPE_SOCKET ? "<socket>" :
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c415 case DTYPE_SOCKET:
418 if (FILEGLOB_DTYPE(fp->f_fglob) == DTYPE_SOCKET)
425 if (FILEGLOB_DTYPE(fp->f_fglob) == DTYPE_SOCKET)
525 case DTYPE_SOCKET:
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c601 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
709 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
879 if (fp->f_type == DTYPE_SOCKET) {
902 if (fp->f_type == DTYPE_SOCKET) {
2342 } else if (fp->f_type == DTYPE_SOCKET) {
2368 if (fp->f_type == DTYPE_SOCKET)
2386 if (fp->f_type == DTYPE_SOCKET) {
2581 } else if (fp->f_type == DTYPE_SOCKET) {
2611 if (fp->f_type == DTYPE_SOCKET)
2626 if (fp->f_type == DTYPE_SOCKET) {
[all...]
H A Dkern_descrip.c454 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_PIPE && fp->f_type != DTYPE_SOCKET) {
871 if (fp->f_type == DTYPE_SOCKET) {
883 if (fp->f_type == DTYPE_SOCKET) {
909 if (fp->f_type == DTYPE_SOCKET) {
930 if (fp->f_type == DTYPE_SOCKET) {
2873 case DTYPE_SOCKET:
3084 case DTYPE_SOCKET:
3485 if (fp->f_type != DTYPE_SOCKET) {
4154 if (fp->f_type != DTYPE_SOCKET) {
5740 case DTYPE_SOCKET
[all...]
H A Dsys_socket.c101 DTYPE_SOCKET,
H A Dkern_resource.c796 FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_SOCKET) {
816 FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_SOCKET ) {
H A Duipc_usrreq.c2117 if (FILEGLOB_DTYPE(fg) != DTYPE_SOCKET ||
2234 if (FILEGLOB_DTYPE(tfg) == DTYPE_SOCKET &&
H A Dkern_guarded.c669 case DTYPE_SOCKET:
H A Dproc_info.c1975 if (FILEGLOB_DTYPE(fg) != DTYPE_SOCKET) {
H A Duipc_syscalls.c1572 if (fp->f_type != DTYPE_SOCKET) {
/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h141 DTYPE_SOCKET, /* communications endpoint */ enumerator in enum:__anon483
/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c299 FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_SOCKET)
383 FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_SOCKET)
/xnu-2782.1.97/security/
H A Dmac_base.c1619 case DTYPE_SOCKET:
1823 case DTYPE_SOCKET:
H A Dmac_vfs.c1647 case DTYPE_SOCKET:
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_arg.c603 case DTYPE_SOCKET:

Completed in 179 milliseconds