Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
50 typedef struct KbdintDevice KbdintDevice; typedef105 struct KbdintDevice struct107 const char *name;108 void* (*init_ctx)(Authctxt*);109 int (*query)(void *ctx, char **name, char **infotxt,111 int (*respond)(void *ctx, u_int numresp, char **responses);112 void (*free_ctx)(void *ctx);