Home
last modified time | relevance | path

Searched refs:update_mp (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dmft.c660 BOOL update_mp = FALSE;
743 update_mp = TRUE;
831 if (update_mp) {
982 BOOL update_mp = FALSE;
1091 update_mp = TRUE;
1182 if (update_mp) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c104 static int update_mp(struct mount *, struct msdosfs_args *);
183 update_mp(struct mount *mp, struct msdosfs_args *argp) in update_mp() function
256 if ((error = update_mp(mp, &args)) != 0) { in msdosfs_mountroot()
440 if ((error = update_mp(mp, args)) != 0) { in msdosfs_mount()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/df/
H A Dmdf.py442 def update_mp(self): member in MDF
H A Ddf.py757 def update_mp(self): member in GDF