Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Drandom_infra.c50 struct sources_head source_list = LIST_HEAD_INITIALIZER(source_list); variable
H A Drandomdev.c352 LIST_INSERT_HEAD(&source_list, rrs, rrs_entries); in random_source_register()
364 LIST_FOREACH(rrs, &source_list, rrs_entries) in random_source_deregister()
382 LIST_FOREACH(rrs, &source_list, rrs_entries) { in random_source_handler()
H A Drandomdev.h108 extern struct sources_head source_list;
H A Drandom_harvestq.c223 LIST_FOREACH(rrs, &source_list, rrs_entries) { in random_sources_feed()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c354 cl_list_init(&p->source_list, 10); in osm_qos_policy_match_rule_create()
395 cl_list_apply_func(&p->source_list, __free_single_element, NULL); in osm_qos_policy_match_rule_destroy()
396 cl_list_remove_all(&p->source_list); in osm_qos_policy_match_rule_destroy()
397 cl_list_destroy(&p->source_list); in osm_qos_policy_match_rule_destroy()
890 if (cl_list_count(&p_qos_match_rule->source_list)) { in osm_qos_policy_validate()
892 cl_list_head(&p_qos_match_rule->source_list); in osm_qos_policy_validate()
894 cl_list_end(&p_qos_match_rule->source_list)) { in osm_qos_policy_validate()
H A Dosm_qos_parser_y.y2106 … cl_list_insert_tail(&p_current_qos_match_rule->source_list,tmp_str);
/freebsd-12.1/crypto/openssh/
H A Dreadconf.h27 char *source_list; member
H A Dreadconf.c1655 cname->source_list = xstrdup(arg); in process_config_line_depth()
2703 printf(" %s:%s", o->permitted_cnames[i].source_list, in dump_client_config()
H A Dssh.c384 if (match_pattern_list(*namep, rule->source_list, 1) != 1 || in check_follow_cname()
/freebsd-12.1/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h128 cl_list_t source_list; /* list of strings */ member
/freebsd-12.1/contrib/gcc/
H A Dgenautomata.c2078 add_excls (unit_set_el_t dest_list, unit_set_el_t source_list, in add_excls() argument
2088 for (src = source_list; src != NULL; src = src->next_unit_set_el) in add_excls()
H A DChangeLog-200337094 `source_list'.