Searched refs:vn_mode (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libprocstat/ |
H A D | msdosfs.c | 122 vn->vn_mode = 0555; in msdosfs_filestat() 123 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222; in msdosfs_filestat() 124 vn->vn_mode &= mnt->data.pm_mask; in msdosfs_filestat() 127 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()
|
H A D | libprocstat_compat.c | 48 uint16_t vn_mode; member 82 uint16_t vn_mode; member 216 vn_compat->vn_mode = vn.vn_mode; in freebsd11_procstat_get_vnode_info() 241 vn_compat->vn_mode = vn.vn_mode; in freebsd12_procstat_get_vnode_info()
|
H A D | common_kvm.c | 108 vn->vn_mode = (mode_t)inode.i_mode; in ufs_filestat() 133 vn->vn_mode = (devfs_dirent.de_mode & ~S_IFMT) | S_IFCHR; in devfs_filestat() 179 vn->vn_mode = mode; in nfs_filestat()
|
H A D | cd9660.c | 85 vn->vn_mode = (mode_t)isonode.inode.iso_mode; in isofs_filestat()
|
H A D | zfs.c | 107 vn->vn_mode = *(mode_t *)(void *)(dataptr + offsetof_z_mode); in zfs_filestat()
|
H A D | libprocstat.h | 137 uint16_t vn_mode; member
|
H A D | libprocstat.c | 1446 vn->vn_mode = mode; in procstat_get_vnode_info_sysctl()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_monitor.c | 361 mon->vn_mode = VN_MODE(version, mode); in ntp_monitor() 487 mon->vn_mode = VN_MODE(version, mode); in ntp_monitor()
|
H A D | ntp_control.c | 3825 ctl_putuint(tag, mon->vn_mode); in send_mru_entry()
|
/freebsd/usr.bin/fstat/ |
H A D | fstat.c | 586 (void)snprintf(mode, sizeof(mode), "%o", vn.vn_mode); in print_vnode_info() 588 strmode(vn.vn_mode, mode); in print_vnode_info()
|
/freebsd/sys/security/audit/ |
H A D | audit_private.h | 107 mode_t vn_mode; member
|
H A D | bsm_token.c | 206 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr32() 253 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr64()
|
H A D | audit_arg.c | 880 vnp->vn_mode = vattr.va_mode; in audit_arg_vnode()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 609 * Stuff for putting things back into li_vn_mode in packets and vn_mode 807 u_char vn_mode; /* packet mode & version */ 792 u_char vn_mode; /* packet mode & version */ global() member
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 242 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr32() 291 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr64()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |