Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
60 typedef struct KbdintDevice KbdintDevice; typedef204 struct KbdintDevice struct206 const char *name;207 void* (*init_ctx)(Authctxt*);208 int (*query)(void *ctx, char **name, char **infotxt,210 int (*respond)(void *ctx, u_int numresp, char **responses);211 void (*free_ctx)(void *ctx);