Searched refs:t_key (Results 1 – 1 of 1) sorted by relevance
128 ilbadm_key_name_t *t_key; in i_match_key() local130 for (t_key = keylist; t_key->k_key != ILB_KEY_BAD; t_key++) { in i_match_key()131 if (strncasecmp(key, t_key->k_name, in i_match_key()132 sizeof (t_key->k_name)) == 0 || in i_match_key()133 strncasecmp(key, t_key->k_alias, in i_match_key()134 sizeof (t_key->k_alias)) == 0) in i_match_key()137 return (t_key->k_key); in i_match_key()