HomeSort by: relevance | last modified time | path
    Searched defs:hroot (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypserv/mknetid/
mknetid.c 81 static struct user_list hroot[HASHMAX]; variable in typeref:struct:user_list[]
96 TAILQ_INIT((&hroot[ch]));
188 TAILQ_INSERT_TAIL((&hroot[idx]), u, hash);
200 for (u = hroot[idx].tqh_first;
mknetid.c 81 static struct user_list hroot[HASHMAX]; variable in typeref:struct:user_list[]
96 TAILQ_INIT((&hroot[ch]));
188 TAILQ_INSERT_TAIL((&hroot[idx]), u, hash);
200 for (u = hroot[idx].tqh_first;

Completed in 52 milliseconds