HomeSort by: relevance | last modified time | path
    Searched refs:authenticated (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libtelnet/
auth.c 86 static Authenticator *authenticated = 0; variable in typeref:typename:Authenticator *
155 authenticated = 0;
502 if (!(authenticated = ap))
503 authenticated = &NoAuth;
525 while (!authenticated)
534 if (!authenticated || authenticated == &NoAuth)
540 if (authenticated->status)
541 validuser = (*authenticated->status)(authenticated,
    [all...]
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_fops.c 85 /* for compatibility root is always authenticated */
86 priv->authenticated = DRM_SUSER(p);
142 /* for compatibility root is always authenticated */
143 priv->authenticated = DRM_SUSER(p);
drm_vm.c 53 * call was succesful and the client is authenticated.
70 if (file_priv && !file_priv->authenticated)
drm_auth.c 135 * should be authenticated.
166 * Marks the client associated with the given magic number as authenticated.
179 priv->authenticated = 1;
drm_ioctl.c 194 client->auth = pt->authenticated;
drm_sysctl.c 422 priv->authenticated ? 'y' : 'n',
drm_drv.c 993 file_priv->authenticated);
997 file_priv->authenticated);
1052 ((ioctl->flags & DRM_AUTH) && !file_priv->authenticated) ||
drmP.h 545 int authenticated; member in struct:drm_file
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 169 * @authenticated:
172 * nodes means it must be authenticated.
177 bool authenticated; member in struct:drm_file
240 /** @magic: Authentication magic, see @authenticated. */
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_ioc32.c 195 file_priv->authenticated,
  /src/sys/external/bsd/drm2/dist/drm/
drm_auth.c 102 file->authenticated = 1;
169 fpriv->authenticated = 1;
drm_ioctl.c 221 * attempt to figure out whether they're authenticated or not. Since
226 client->auth = file_priv->authenticated;
580 /* AUTH is only for authenticated or render client */
582 !file_priv->authenticated))
1048 file_priv->authenticated, ioctl->name);
1086 file_priv->authenticated, cmd, nr);
drm_debugfs.c 108 priv->authenticated ? 'y' : 'n',
drm_file.c 148 /* for compatibility root is always authenticated */
149 file->authenticated = capable(CAP_SYS_ADMIN);
drm_vm.c 547 if (!priv->authenticated)
drm_ioc32.c 255 int auth; /* Is client authenticated? */
996 file_priv->authenticated,
  /src/libexec/rlogind/
rlogind.c 243 int authenticated = 0; local in function:doit
380 authenticated++;
400 if (authenticated)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_execution.c 253 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, function in typeref:enum:mod_hdcp_status
483 status = authenticated(hdcp, event_ctx, input);
amdgpu_hdcp2_execution.c 560 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, function in typeref:enum:mod_hdcp_status
803 status = authenticated(hdcp, event_ctx, input);
871 status = authenticated(hdcp, event_ctx, input);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 971 !file_priv->authenticated) {

Completed in 48 milliseconds