Searched refs:source_list (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/dev/random/ |
| H A D | random_infra.c | 50 struct sources_head source_list = LIST_HEAD_INITIALIZER(source_list); variable
|
| H A D | randomdev.c | 352 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 D | randomdev.h | 108 extern struct sources_head source_list;
|
| H A D | random_harvestq.c | 223 LIST_FOREACH(rrs, &source_list, rrs_entries) { in random_sources_feed()
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_policy.c | 354 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 D | osm_qos_parser_y.y | 2106 … cl_list_insert_tail(&p_current_qos_match_rule->source_list,tmp_str);
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | readconf.h | 27 char *source_list; member
|
| H A D | readconf.c | 1655 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 D | ssh.c | 384 if (match_pattern_list(*namep, rule->source_list, 1) != 1 || in check_follow_cname()
|
| /freebsd-12.1/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_qos_policy.h | 128 cl_list_t source_list; /* list of strings */ member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genautomata.c | 2078 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 D | ChangeLog-2003 | 37094 `source_list'.
|