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

  /src/sbin/cgdconfig/
cgdconfig.c 127 struct sharedkey { struct
131 LIST_ENTRY(sharedkey) list;
132 SLIST_ENTRY(sharedkey) used;
135 static LIST_HEAD(, sharedkey) sharedkeys;
136 SLIST_HEAD(sharedkeyhits, sharedkey);
454 struct sharedkey *sk = NULL;
527 * struct sharedkey record; replace it by the
834 struct sharedkey *sk, *sk1;
cgdconfig.c 127 struct sharedkey { struct
131 LIST_ENTRY(sharedkey) list;
132 SLIST_ENTRY(sharedkey) used;
135 static LIST_HEAD(, sharedkey) sharedkeys;
136 SLIST_HEAD(sharedkeyhits, sharedkey);
454 struct sharedkey *sk = NULL;
527 * struct sharedkey record; replace it by the
834 struct sharedkey *sk, *sk1;

Completed in 27 milliseconds