Searched refs:found_key (Results 1 – 5 of 5) sorted by relevance
767 int found_key = 0; in check_authkeys_file() local771 found_key = 0; in check_authkeys_file()779 if (found_key) in check_authkeys_file()852 found_key = 1; in check_authkeys_file()866 found_key = 1; in check_authkeys_file()872 if (!found_key) in check_authkeys_file()874 return found_key; in check_authkeys_file()948 int found_key = 0; in user_key_allowed2() local955 found_key = check_authkeys_file(f, file, key, pw); in user_key_allowed2()960 return found_key; in user_key_allowed2()[all …]
1077 int found_key; /* For find/delete, host was found */ member1154 ctx->found_key = 1; in known_hosts_find_delete()1161 ctx->found_key = 1; in known_hosts_find_delete()1254 } else if (delete_host && !ctx.found_key) { in do_known_hosts()1283 exit (find_host && !ctx.found_key); in do_known_hosts()
232 goto found_key; in geli_probe()236 goto found_key; in geli_probe()282 found_key: in geli_probe()
674 struct macro_key *found_key = (struct macro_key *) n->key; in check_for_redefinition() local709 found_key->start_file->filename, found_key->start_line); in check_for_redefinition()712 return found_key; in check_for_redefinition()
3753 boolean_t found_key = B_FALSE; in dtrace_json() local3779 found_key = array_elem == 0 ? B_TRUE : B_FALSE; in dtrace_json()3828 found_key = B_TRUE; in dtrace_json()3829 } else if (found_key) { in dtrace_json()3890 found_key = B_TRUE; in dtrace_json()3915 if (found_key) { in dtrace_json()3974 if (found_key) { in dtrace_json()3993 if (nelems > 1 && found_key) { in dtrace_json()4012 found_key = array_elem == 0 ? in dtrace_json()4015 found_key = B_FALSE; in dtrace_json()[all …]