HomeSort by: relevance | last modified time | path
    Searched refs:skh (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/cgdconfig/
cgdconfig.c 447 struct sharedkeyhits *skh)
537 if (skh)
538 SLIST_INSERT_HEAD(skh, sk, used);
833 struct sharedkeyhits skh; local in function:configure
837 SLIST_INIT(&skh);
846 p->key = getkey(argv[1], p->keygen, p->keylen, &skh);
860 SLIST_FOREACH(sk, &skh, used)
875 if (!SLIST_EMPTY(&skh)) {
877 SLIST_FOREACH_SAFE(sk, &skh, used, sk1) {
cgdconfig.c 447 struct sharedkeyhits *skh)
537 if (skh)
538 SLIST_INSERT_HEAD(skh, sk, used);
833 struct sharedkeyhits skh; local in function:configure
837 SLIST_INIT(&skh);
846 p->key = getkey(argv[1], p->keygen, p->keylen, &skh);
860 SLIST_FOREACH(sk, &skh, used)
875 if (!SLIST_EMPTY(&skh)) {
877 SLIST_FOREACH_SAFE(sk, &skh, used, sk1) {
cgdconfig.c 447 struct sharedkeyhits *skh)
537 if (skh)
538 SLIST_INSERT_HEAD(skh, sk, used);
833 struct sharedkeyhits skh; local in function:configure
837 SLIST_INIT(&skh);
846 p->key = getkey(argv[1], p->keygen, p->keylen, &skh);
860 SLIST_FOREACH(sk, &skh, used)
875 if (!SLIST_EMPTY(&skh)) {
877 SLIST_FOREACH_SAFE(sk, &skh, used, sk1) {

Completed in 43 milliseconds