Searched refs:vn_mode (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/libprocstat/
H A Dmsdosfs.c121 vn->vn_mode = 0555;
122 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222;
123 vn->vn_mode &= mnt->data.pm_mask;
126 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG;
H A Dlibprocstat_compat.c53 uint16_t vn_mode; member in struct:freebsd11_vnstat
87 uint16_t vn_mode; member in struct:freebsd12_vnstat
221 vn_compat->vn_mode = vn.vn_mode;
246 vn_compat->vn_mode = vn.vn_mode;
H A Dcommon_kvm.c112 vn->vn_mode = (mode_t)inode.i_mode;
137 vn->vn_mode = (devfs_dirent.de_mode & ~S_IFMT) | S_IFCHR;
183 vn->vn_mode = mode;
H A Dcd9660.c88 vn->vn_mode = (mode_t)isonode.inode.iso_mode;
H A Dzfs.c105 vn->vn_mode = *(mode_t *)(void *)(dataptr + offsetof_z_mode);
H A Dlibprocstat.h132 uint16_t vn_mode; member in struct:vnstat
H A Dlibprocstat.c1455 vn->vn_mode = mode;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c358 mon->vn_mode = VN_MODE(version, mode);
484 mon->vn_mode = VN_MODE(version, mode);
H A Dntp_control.c3836 ctl_putuint(tag, mon->vn_mode);
/freebsd-13-stable/usr.bin/fstat/
H A Dfstat.c594 (void)snprintf(mode, sizeof(mode), "%o", vn.vn_mode);
596 strmode(vn.vn_mode, mode);
/freebsd-13-stable/sys/security/audit/
H A Daudit_private.h109 mode_t vn_mode; member in struct:vnode_au_info
H A Dbsm_token.c209 ADD_U_INT16(dptr, vni->vn_mode);
256 ADD_U_INT16(dptr, vni->vn_mode);
H A Daudit_arg.c882 vnp->vn_mode = vattr.va_mode;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h598 * Stuff for putting things back into li_vn_mode in packets and vn_mode
791 u_char vn_mode; /* packet mode & version */ member in struct:mon_data
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c242 ADD_U_INT16(dptr, vni->vn_mode);
291 ADD_U_INT16(dptr, vni->vn_mode);

Completed in 127 milliseconds