Home
last modified time | relevance | path

Searched refs:g_secretkey_netname (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c766 static struct secretkey_netname_list *g_secretkey_netname[KEY_HASH_SIZE]; variable
782 for (l = &g_secretkey_netname[hash]; *l != NULL && (*l)->uid != uid;
966 for (l = g_secretkey_netname[hash]; l != NULL; l = l->next) {
1243 for (l = g_secretkey_netname[hash]; l != NULL; l = l->next) {
1740 for (l = &g_secretkey_netname[hash]; *l != NULL && (*l)->uid != uid;