Searched defs:tlmi_pwd_setting (Results 1 – 1 of 1) sorted by relevance
66 struct tlmi_pwd_setting { struct67 struct kobject kobj;68 bool valid;69 char password[TLMI_PWD_BUFSIZE];70 const char *pwd_type;71 const char *role;72 int minlen;73 int maxlen;74 enum encoding_option encoding;75 char kbdlang[TLMI_LANG_MAXLEN];[all …]