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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c563 if (error == EPIPE && fp->f_type != DTYPE_SOCKET) {
653 if (error == EPIPE && fp->f_type != DTYPE_SOCKET)
863 if (fp->f_type == DTYPE_SOCKET) {
887 if (fp->f_type == DTYPE_SOCKET) {
2243 } else if (fp->f_type == DTYPE_SOCKET) {
2269 if (fp->f_type == DTYPE_SOCKET)
2287 if (fp->f_type == DTYPE_SOCKET) {
2471 } else if (fp->f_type == DTYPE_SOCKET) {
2501 if (fp->f_type == DTYPE_SOCKET)
2516 if (fp->f_type == DTYPE_SOCKET) {
[all...]
H A Dkern_descrip.c685 if (fp->f_type == DTYPE_SOCKET) {
696 if (fp->f_type == DTYPE_SOCKET) {
1950 case DTYPE_SOCKET:
2160 case DTYPE_SOCKET:
2560 if (fp->f_type != DTYPE_SOCKET) {
3151 if (fp->f_type != DTYPE_SOCKET) {
H A Duipc_syscalls.c187 fp->f_type = DTYPE_SOCKET;
486 fp->f_type = DTYPE_SOCKET;
722 fp1->f_type = DTYPE_SOCKET;
732 fp2->f_type = DTYPE_SOCKET;
1123 if (fp->f_type != DTYPE_SOCKET) {
H A Duipc_usrreq.c1461 if (fg->fg_type != DTYPE_SOCKET ||
1580 if (tfg->fg_type == DTYPE_SOCKET && tfg->fg_data != NULL) {
H A Dkern_resource.c477 fp->f_fglob->fg_type != DTYPE_SOCKET ) {
H A Dkern_audit.c2373 if (fp->f_fglob->fg_type == DTYPE_SOCKET) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c398 case DTYPE_SOCKET:
401 if (fp->f_fglob->fg_type == DTYPE_SOCKET)
408 if (fp->f_fglob->fg_type == DTYPE_SOCKET)
537 case DTYPE_SOCKET:
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h121 DTYPE_SOCKET, /* communications endpoint */ enumerator in enum:__anon368
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1708 case DTYPE_SOCKET:
1902 case DTYPE_SOCKET:
H A Dmac_vfs.c1374 case DTYPE_SOCKET:

Completed in 43 milliseconds