/src/sbin/mount_msdos/ |
mount_msdos.c | 88 int c, set_gid, set_uid, set_mask, set_dirmask, set_gmtoff; local in function:mount_msdos_parseargs 94 *mntflags = set_gid = set_uid = set_mask = set_dirmask = set_gmtoff = 0; 124 set_mask = 1; 150 if (set_mask && !set_dirmask) { 153 } else if (set_dirmask && !set_mask) { 155 set_mask = 1; 165 if (!set_gid || !set_uid || !set_mask) { 173 if (!set_mask) {
|
/src/sbin/mount_cd9660/ |
mount_cd9660.c | 103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; local in function:mount_cd9660_parseargs 108 *mntflags = opts = set_gid = set_uid = set_mask = set_dirmask = 0; 129 set_mask = 1; 167 if (set_mask && !set_dirmask) { 170 } else if (set_dirmask && !set_mask) { 172 set_mask = 1; 190 if (!set_gid || !set_uid || !set_mask) { 198 if (!set_mask) {
|
/src/sbin/mount_ados/ |
mount_ados.c | 84 int c, mntflags, set_gid, set_uid, set_mask; local in function:mount_ados 87 mntflags = set_gid = set_uid = set_mask = 0; 102 set_mask = 1; 130 if (!set_gid || !set_uid || !set_mask) { 138 if (!set_mask)
|
/src/sbin/mount_ntfs/ |
mount_ntfs.c | 84 int c, set_gid, set_uid, set_mask; local in function:mount_ntfs_parseargs 88 *mntflags = set_gid = set_uid = set_mask = 0; 103 set_mask = 1; 134 if (!set_gid || !set_uid || !set_mask) { 142 if (!set_mask)
|
/src/sys/arch/arm/nvidia/ |
tegra_var.h | 85 bus_size_t o, uint32_t set_mask, uint32_t clr_mask) 88 const uint32_t new = set_mask | (old & ~clr_mask);
|
/src/sys/dev/ |
ipmivar.h | 317 uint16_t set_mask; member in struct:sdrtype2
|
/src/sys/dev/pci/qat/ |
qat.c | 923 qat_etr_ap_bank_set_ring_mask(uint32_t *ap_mask, uint32_t ring, int set_mask) 925 if (set_mask)
|
/src/sys/arch/arm/arm32/ |
pmap.c | 1188 u_int clr_mask, u_int set_mask) 1195 UVMHIST_LOG(maphist, "... clr %#jx set %#jx", clr_mask, set_mask, 0, 0); 1198 KASSERT(!PV_IS_KENTRY_P(set_mask)); 1210 md->pvh_attrs |= set_mask & (PVF_REF | PVF_MOD); 1219 npv->pv_flags = flags = (oflags & ~clr_mask) | set_mask;
|