Home | History | Annotate | Download | only in tests

Lines Matching full:auth

88 	struct drm_auth auth;
91 /* Get a client magic number and pass it to the master for auth. */
92 ret = ioctl(drmfd, DRM_IOCTL_GET_MAGIC, &auth);
96 ret = write(commfd[0], &auth.magic, sizeof(auth.magic));
98 err(1, "Couldn't write auth data");
104 struct drm_auth auth;
109 ret = read(commfd[1], &auth.magic, sizeof(auth.magic));
113 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);