Searched refs:source_list (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/random/
H A Drandom_harvestq.c111 static CK_LIST_HEAD(sources_head, random_sources) source_list =
112 CK_LIST_HEAD_INITIALIZER(source_list);
250 CK_LIST_FOREACH(rrs, &source_list, rrs_entries) {
608 CK_LIST_INSERT_HEAD(&source_list, rrs, rrs_entries);
622 CK_LIST_FOREACH(rrs, &source_list, rrs_entries)
649 CK_LIST_FOREACH(rrs, &source_list, rrs_entries) {
/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h27 char *source_list; member in struct:allowed_cname
H A Dreadconf.c1669 cname->source_list = xstrdup(arg);
2733 printf(" %s:%s", o->permitted_cnames[i].source_list,
H A Dssh.c384 if (match_pattern_list(*namep, rule->source_list, 1) != 1 ||
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c354 cl_list_init(&p->source_list, 10);
395 cl_list_apply_func(&p->source_list, __free_single_element, NULL);
396 cl_list_remove_all(&p->source_list);
397 cl_list_destroy(&p->source_list);
888 /* find the matching port-group for element of source_list */
890 if (cl_list_count(&p_qos_match_rule->source_list)) {
892 cl_list_head(&p_qos_match_rule->source_list);
894 cl_list_end(&p_qos_match_rule->source_list)) {
H A Dosm_qos_parser_y.y2106 cl_list_insert_tail(&p_current_qos_match_rule->source_list,tmp_str);
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h128 cl_list_t source_list; /* list of strings */ member in struct:osm_qos_match_rule

Completed in 88 milliseconds