Searched refs:pcfs_args (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | ops_pcfs.c | 105 pcfs_args_t pcfs_args; in mount_pcfs() local 120 memset((voidp) &pcfs_args, 0, sizeof(pcfs_args)); /* Paranoid */ in mount_pcfs() 140 pcfs_args.fspec = fs_name; in mount_pcfs() 144 pcfs_args.mask = 0777; /* this may be the msdos file modes */ in mount_pcfs() 146 pcfs_args.mask = mask; in mount_pcfs() 148 plog(XLOG_DEBUG, "mount_pcfs: mask=%o (octal)", (u_int) pcfs_args.mask); in mount_pcfs() 152 pcfs_args.dirmask = 0777; /* this may be the msdos dir modes */ in mount_pcfs() 154 pcfs_args.dirmask = mask; in mount_pcfs() 156 plog(XLOG_DEBUG, "mount_pcfs: dirmask=%o (octal)", (u_int) pcfs_args.dirmask); in mount_pcfs() 160 pcfs_args.uid = 0; /* default to root */ in mount_pcfs() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | type_pcfs_args.m4 | 27 # look for "struct pcfs_args" 31 [ struct pcfs_args a; 32 ], ac_cv_type_pcfs_args="struct pcfs_args", ac_cv_type_pcfs_args=notfound)
|
| D | header_templates.m4 | 944 [Define a type for the pcfs_args structure])
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | AUTHORS | 160 pcfs_args (msdos mount).
|
| D | NEWS | 1179 properly initialize some pcfs_args fields (mask, uid, gid)
|
| D | ChangeLog | 11382 * amd/ops_pcfs.c (mount_pcfs): set mask field of pcfs_args to
|