user_data         546 scsi/ch.c      	struct changer_element_status *user_data = NULL;
user_data         609 scsi/ch.c      	user_data = malloc(udsize, M_DEVBUF, M_WAITOK);
user_data         610 scsi/ch.c      	bzero(user_data, udsize);
user_data         616 scsi/ch.c      		struct changer_element_status *ces = &(user_data[i]);
user_data         622 scsi/ch.c      	error = copyout(user_data, cesr->cesr_data, udsize);
user_data         627 scsi/ch.c      	if (user_data != NULL)
user_data         628 scsi/ch.c      		free(user_data, M_DEVBUF);
user_data          54 xfs/xfs_vfsops-bsd.c 		caddr_t user_data,
user_data          58 xfs/xfs_vfsops-bsd.c     return xfs_mount_common(mp, user_path, user_data, ndp, p);
user_data          40 xfs/xfs_vfsops-bsd.h xfs_mount_caddr(struct mount *mp, const char *user_path, caddr_t user_data,
user_data         195 xfs/xfs_vfsops-common.c 		 void *user_data,
user_data         219 xfs/xfs_vfsops-common.c     error = copyinstr(user_data, data, MAXPATHLEN, &count);
user_data          42 xfs/xfs_vfsops.h 		 void *user_data,