Searched refs:fg_type (Results 1 - 25 of 25) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c376 switch (fp->f_fglob->fg_type) {
401 if (fp->f_fglob->fg_type == DTYPE_SOCKET)
408 if (fp->f_fglob->fg_type == DTYPE_SOCKET)
527 switch (fp->f_fglob->fg_type) {
543 kprintf("fp->f_fglob->fg_type = %d\n", fp->f_fglob->fg_type);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsys_dep.c64 #define f_type f_fglob->fg_type
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h140 file_type_t fg_type; /* descriptor type */ member in struct:fileglob
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mman.c324 if(fp->f_fglob->fg_type == DTYPE_PSXSHM) {
334 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
1105 if (fp->f_fglob->fg_type != DTYPE_VNODE){
H A Dproc_info.c317 pfd->proc_fdtype = fp->f_fglob->fg_type;
924 fproc->fi_type = fp->f_fglob->fg_type;
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_audit.c2368 if (fp->f_fglob->fg_type == DTYPE_VNODE) {
2373 if (fp->f_fglob->fg_type == DTYPE_SOCKET) {
H A Dkern_exec.c542 fp->f_fglob->fg_type = DTYPE_VNODE;
2718 fp->f_fglob->fg_type = DTYPE_VNODE;
H A Dkern_resource.c477 fp->f_fglob->fg_type != DTYPE_SOCKET ) {
H A Dposix_sem.c88 #define f_type f_fglob->fg_type
H A Dposix_shm.c88 #define f_type f_fglob->fg_type
H A Dkern_descrip.c150 #define f_type f_fglob->fg_type
3941 if (p && (p->p_ladvflag & P_LADVLOCK) && fg->fg_type == DTYPE_VNODE) {
H A Dsys_pipe.c131 #define f_type f_fglob->fg_type
H A Dkern_aio.c1847 else if ( fp->f_fglob->fg_type != DTYPE_VNODE ) {
H A Dkern_event.c369 #define f_type f_fglob->fg_type
H A Dkern_sysctl.c1029 nef.f_type = fg->fg_type;
H A Dsys_generic.c160 #define f_type f_fglob->fg_type
H A Duipc_syscalls.c103 #define f_type f_fglob->fg_type
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c857 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
862 fd, fp->f_fglob->fg_type));
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1692 switch (fp->f_fglob->fg_type) {
1880 switch (fp->f_fglob->fg_type) {
H A Dmac_vfs.c1366 switch (fp->f_fglob->fg_type) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c1210 if ((fg->fg_flag & FHASLOCK) && fg->fg_type == DTYPE_VNODE) {
H A Dvfs_fsevents.c2384 f->f_fglob->fg_type = DTYPE_FSEVENTS;
H A Dvfs_syscalls.c2170 fp->f_fglob->fg_type = DTYPE_VNODE;
4536 if (fp->f_fglob->fg_type == DTYPE_PSXSHM) {
4540 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c575 fp->f_fglob->fg_type = DTYPE_VNODE;

Completed in 192 milliseconds