Searched refs:hasmntvalerr (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | mtab.c | 149 err = hasmntvalerr(mnt, opt, &val); in hasmntval() 169 hasmntvalerr(mntent_t *mnt, char *opt, int *valp) in hasmntvalerr() function
|
| H A D | mount_fs.c | 396 err_acval = hasmntvalerr(mntp, MNTTAB_OPT_ACTIMEO, &acval); /* attr cache timeout (sec) */ in compute_nfs_attrcache_flags() 407 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACREGMIN, &tmp); in compute_nfs_attrcache_flags() 428 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACREGMAX, &tmp); in compute_nfs_attrcache_flags() 449 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACDIRMIN, &tmp); in compute_nfs_attrcache_flags() 470 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACDIRMAX, &tmp); in compute_nfs_attrcache_flags()
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | am_utils.h | 300 extern unsigned int hasmntvalerr(mntent_t *, char *, int *);
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 625 hasmntvalerr(). 630 hasmntvalerr() function to set attribute cache values only if they 638 * libamu/mtab.c (hasmntvalerr): new function to set the value of 642 (hasmntval): wrapper function around hasmntvalerr, which maintains
|