Searched refs:pcfs_args (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/amd/amd/
H A Dops_pcfs.c107 pcfs_args_t pcfs_args; local
122 memset((voidp) &pcfs_args, 0, sizeof(pcfs_args)); /* Paranoid */
142 pcfs_args.fspec = fs_name;
146 pcfs_args.mask = 0777; /* this may be the msdos file modes */
148 pcfs_args.mask = mask;
150 plog(XLOG_DEBUG, "mount_pcfs: mask=%o (octal)", (u_int) pcfs_args.mask);
154 pcfs_args.dirmask = 0777; /* this may be the msdos dir modes */
156 pcfs_args.dirmask = mask;
158 plog(XLOG_DEBUG, "mount_pcfs: dirmask=%o (octal)", (u_int) pcfs_args
[all...]

Completed in 80 milliseconds