Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
53 typedef struct KbdintDevice KbdintDevice; typedef121 struct KbdintDevice struct123 const char *name;124 void* (*init_ctx)(Authctxt*);125 int (*query)(void *ctx, char **name, char **infotxt,127 int (*respond)(void *ctx, u_int numresp, char **responses);128 void (*free_ctx)(void *ctx);