Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
51 typedef struct KbdintDevice KbdintDevice; typedef118 struct KbdintDevice struct120 const char *name;121 void* (*init_ctx)(Authctxt*);122 int (*query)(void *ctx, char **name, char **infotxt,124 int (*respond)(void *ctx, u_int numresp, char **responses);125 void (*free_ctx)(void *ctx);