Searched refs:source_list (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/random/ |
| H A D | random_harvestq.c | 119 static CK_LIST_HEAD(sources_head, random_sources) source_list = 120 CK_LIST_HEAD_INITIALIZER(source_list); 282 CK_LIST_FOREACH(rrs, &source_list, rrs_entries) { in random_sources_feed() 930 CK_LIST_INSERT_HEAD(&source_list, rrs, rrs_entries); in random_source_register() 943 CK_LIST_FOREACH(rrs, &source_list, rrs_entries) in random_source_deregister() 970 CK_LIST_FOREACH(rrs, &source_list, rrs_entries) { in random_source_handler()
|
| /freebsd/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/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_qos_policy.h | 128 cl_list_t source_list; /* list of strings */ member
|
| /freebsd/crypto/openssh/ |
| H A D | readconf.h | 25 char *source_list; member
|
| H A D | readconf.c | 993 free(cnames[i].source_list); in free_canon_cnames() 2264 cnames[ncnames].source_list = xstrdup(arg); in process_config_line_depth() 2632 strcasecmp(options->permitted_cnames[0].source_list, "none") == 0 && in config_has_permitted_cnames() 3040 free(options->permitted_cnames[0].source_list); in fill_default_options() 3136 free(o->permitted_cnames[i].source_list); in free_options() 3788 printf(" %s:%s", o->permitted_cnames[i].source_list, in dump_client_config()
|
| H A D | ssh.c | 408 if (match_pattern_list(*namep, rule->source_list, 1) != 1 || in check_follow_cname()
|