Home
last modified time | relevance | path

Searched refs:domain_list (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_domain.c197 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_domain_find()
250 if (ocs_list_empty(&ocs->domain_list)) { in ocs_domain_alloc()
253 ocs_list_add_tail(&ocs->domain_list, domain); in ocs_domain_alloc()
295 ocs_list_remove(&ocs->domain_list, domain); in ocs_domain_free()
298 ocs->domain = ocs_list_get_head(&ocs->domain_list); in ocs_domain_free()
305 if (ocs_list_empty(&ocs->domain_list) && ocs->domain_list_empty_cb ) { in ocs_domain_free()
365 if (ocs_list_empty(&ocs->domain_list) && callback) { in ocs_register_domain_list_empty_cb()
393 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_domain_get_instance()
Docs_drv_fc.h59 ocs_list_t domain_list; /*>> linked list of virtual fabric objects */ member
Docs.h137 ocs_list_t domain_list; member
Docs_xport.c202 ocs_list_init(&ocs->domain_list, ocs_domain_t, link); in ocs_xport_attach()
734 ocs_list_foreach_safe(&ocs->domain_list, domain, next) { in ocs_xport_force_free()
1071 result->value = ocs_list_empty(&ocs->domain_list); in ocs_xport_status()
Docs_mgmt.c257 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get_list()
338 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get()
421 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_set()
518 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_exec()
562 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get_all()
2323 ocs_list_foreach(&ocs->domain_list, domain) { in get_node_abort_cnt()
Docs_gendump.c60 while ((domain = ocs_list_get_head(&ocs->domain_list)) != NULL) { in ocs_gen_dump_reset()
Docs_ddump.c755 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_ddump()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h350 struct ___itt_domain* domain_list; member
401 (gptr)->domain_list = h; \
417 (gptr)->domain_list = h; \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_config.h461 struct ___itt_domain *domain_list; member
516 (gptr)->domain_list = h; \
533 (gptr)->domain_list = h; \
Dittnotify_static.cpp340 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; in ITT_VERSIONIZE()
385 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; in ITT_VERSIONIZE()
/freebsd-12-stable/contrib/wpa/hostapd/
Dconfig_file.c4001 u8 *domain_list, *domain_ptr; in hostapd_config_fill() local
4004 domain_list = os_malloc(domain_list_len); in hostapd_config_fill()
4005 if (domain_list == NULL) in hostapd_config_fill()
4008 domain_ptr = domain_list; in hostapd_config_fill()
4033 bss->domain_name = domain_list; in hostapd_config_fill()