Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_cdfs.c105 cdfs_args_t cdfs_args; in mount_cdfs() local
114 memset((voidp) &cdfs_args, 0, sizeof(cdfs_args)); /* Paranoid */ in mount_cdfs()
187 cdfs_args.flags = cdfs_flags; in mount_cdfs()
191 cdfs_args.iso_flags = genflags | cdfs_flags; in mount_cdfs()
195 cdfs_args.iso_pgthresh = hasmntval(&mnt, MNTTAB_OPT_PGTHRESH); in mount_cdfs()
200 cdfs_args.norrip = 0; /* use Rock-Ridge Protocol extensions */ in mount_cdfs()
205 cdfs_args.ssector = 0; /* use 1st session on disk */ in mount_cdfs()
209 cdfs_args.fspec = fs_name; in mount_cdfs()
215 …retval = mount_fs(&mnt, genflags, (caddr_t) &cdfs_args, 0, type, 0, NULL, mnttab_file_name, on_aut… in mount_cdfs()
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dtype_cdfs_args.m427 # look for "struct cdfs_args"
31 [ struct cdfs_args a;
32 ], ac_cv_type_cdfs_args="struct cdfs_args", ac_cv_type_cdfs_args=notfound)
H A Dheader_templates.m4968 [Define a type for the cdfs_args structure])
/netbsd-src/external/bsd/am-utils/dist/
H A DNEWS1180 properly initialize some cdfs_args fields (ssector)