Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c405 if (filevp->v_type != VDOOR && filevp->v_stream == NULL) { in nm_mount()
535 case VDOOR: resource_nodetype = "door"; break; in nm_mount()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c445 vp->v_type = VDOOR; in door_create_common()
1805 if (vp && vp->v_type == VDOOR) { in door_insert()
1985 if (vp == NULL || vp->v_type != VDOOR) { in door_lookup()
3112 if (vp->v_type != VDOOR) { in door_upcall()
3509 if (vp->v_type != VDOOR) { in door_ki_open()
3531 if (vp->v_type != VDOOR) in door_ki_info()
3561 if (vp->v_type != VDOOR) in door_ki_setparam()
3574 if (vp->v_type != VDOOR) in door_ki_getparam()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_syscalls.c352 if (vp->v_type != VDOOR) { in auditdoor()
H A Daudit_event.c5288 if (vp == NULL || vp->v_type != VDOOR) { in au_door_lookup()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h167 VDOOR = 7, enumerator
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h171 VDOOR = 7, enumerator
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h169 VDOOR = 7, enumerator
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c969 vap->va_type == VFIFO || vap->va_type == VDOOR || in tmp_create()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c748 case VDOOR: in zfs_znode_alloc()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1509 case VDOOR: in sdev_shadow_node()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c665 (vap->va_type == VDOOR) || (vap->va_type == VSOCK) || in ufs_direnter_cm()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2930 case VDOOR: { in prgetfdinfosize()
3092 case VDOOR: { in prgetfdinfo()