Home
last modified time | relevance | path

Searched refs:VTTOIF (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmode.h51 #define VTTOIF(T) (vttoif_tab[(int)(T)]) macro
52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT))
/titanic_50/usr/src/uts/common/syscall/
H A Dstat.c234 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat()
357 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat32()
465 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat64()
584 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat64_32()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c417 stp->st_mode = VTTOIF(va.va_type) | va.va_mode; in boot_nfs_fstat()
/titanic_50/usr/src/uts/common/fs/zut/
H A Dzut.c230 sb->st_mode = VTTOIF(xv.xva_vattr.va_type) | xv.xva_vattr.va_mode; in zut_stat64()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf_notes.c415 fdinfo.pr_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in write_elfnotes()
/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev_callbacks.c37 znode->z_mode | VTTOIF(znode->z_vnode->v_type); \
/titanic_50/usr/src/uts/common/c2/
H A Daudit_token.c861 value |= (int32_t)(VTTOIF(attr->va_type)); in au_to_attr()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2783 na->na_mode = VTTOIF(vap->va_type) | vap->va_mode; in vattr_to_nattr()