iso_args           84 isofs/cd9660/cd9660_vfsops.c 	    struct proc *p, struct iso_args *argp);
iso_args           95 isofs/cd9660/cd9660_vfsops.c 	struct iso_args args;
iso_args          138 isofs/cd9660/cd9660_vfsops.c 	struct iso_args args;
iso_args          143 isofs/cd9660/cd9660_vfsops.c 	error = copyin(data, &args, sizeof (struct iso_args));
iso_args          208 isofs/cd9660/cd9660_vfsops.c 	bcopy(&args, &mp->mnt_stat.mount_info.iso_args, sizeof(args));
iso_args          221 isofs/cd9660/cd9660_vfsops.c 	struct iso_args *argp;
iso_args          653 isofs/cd9660/cd9660_vfsops.c 		bcopy(&mp->mnt_stat.mount_info.iso_args,
iso_args          654 isofs/cd9660/cd9660_vfsops.c 		    &sbp->mount_info.iso_args, sizeof(struct iso_args));
iso_args           93 sys/mount.h    struct iso_args {
iso_args          278 sys/mount.h    	struct iso_args iso_args;