Home
last modified time | relevance | path

Searched refs:VDOOR (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c478 if (v.v_type == VFIFO || v.v_type == VDOOR || v.v_type == VPORT) in pfiles_dig_pathname()
541 { VDOOR, "DOOR" },
996 case VDOOR: in pfile_callback()
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c378 if (filevp->v_type != VDOOR && filevp->v_stream == NULL) { in nm_mount()
507 case VDOOR: resource_nodetype = "door"; break; in nm_mount()
/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c443 vp->v_type = VDOOR; in door_create_common()
1790 if (vp && vp->v_type == VDOOR) { in door_insert()
1970 if (vp == NULL || vp->v_type != VDOOR) { in door_lookup()
3097 if (vp->v_type != VDOOR) { in door_upcall()
3494 if (vp->v_type != VDOOR) { in door_ki_open()
3516 if (vp->v_type != VDOOR) in door_ki_info()
3546 if (vp->v_type != VDOOR) in door_ki_setparam()
3559 if (vp->v_type != VDOOR) in door_ki_getparam()
/titanic_50/usr/src/uts/common/c2/
H A Daudit_syscalls.c352 if (vp->v_type != VDOOR) { in auditdoor()
H A Daudit_event.c5180 if (vp == NULL || vp->v_type != VDOOR) { in au_door_lookup()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h166 VDOOR = 7, enumerator
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h167 VDOOR = 7, enumerator
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c712 case VDOOR: in zfs_znode_alloc()
/titanic_50/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c967 vap->va_type == VFIFO || vap->va_type == VDOOR || in tmp_create()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c665 (vap->va_type == VDOOR) || (vap->va_type == VSOCK) || in ufs_direnter_cm()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1641 case VDOOR: in sdev_shadow_node()