Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
56 typedef struct KbdintDevice KbdintDevice; typedef131 struct KbdintDevice struct133 const char *name;134 void* (*init_ctx)(Authctxt*);135 int (*query)(void *ctx, char **name, char **infotxt,137 int (*respond)(void *ctx, u_int numresp, char **responses);138 void (*free_ctx)(void *ctx);