Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_domain.c192 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_domain_find()
244 if (ocs_list_empty(&ocs->domain_list)) { in ocs_domain_alloc()
247 ocs_list_add_tail(&ocs->domain_list, domain); in ocs_domain_alloc()
288 ocs_list_remove(&ocs->domain_list, domain); in ocs_domain_free()
291 ocs->domain = ocs_list_get_head(&ocs->domain_list); in ocs_domain_free()
298 if (ocs_list_empty(&ocs->domain_list) && ocs->domain_list_empty_cb ) { in ocs_domain_free()
358 if (ocs_list_empty(&ocs->domain_list) && callback) { in ocs_register_domain_list_empty_cb()
386 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_domain_get_instance()
H A Docs_drv_fc.h55 ocs_list_t domain_list; /*>> linked list of virtual fabric objects */ member
H A Docs.h133 ocs_list_t domain_list; member
H A Docs_xport.c199 ocs_list_init(&ocs->domain_list, ocs_domain_t, link); in ocs_xport_attach()
726 ocs_list_foreach_safe(&ocs->domain_list, domain, next) { in ocs_xport_force_free()
1062 result->value = ocs_list_empty(&ocs->domain_list); in ocs_xport_status()
H A Docs_mgmt.c254 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get_list()
333 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get()
412 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_set()
506 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_exec()
549 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_mgmt_get_all()
2301 ocs_list_foreach(&ocs->domain_list, domain) { in get_node_abort_cnt()
H A Docs_gendump.c60 while ((domain = ocs_list_get_head(&ocs->domain_list)) != NULL) { in ocs_gen_dump_reset()
H A Docs_ddump.c749 ocs_list_foreach(&ocs->domain_list, domain) { in ocs_ddump()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h350 struct ___itt_domain* domain_list; member
401 (gptr)->domain_list = h; \
417 (gptr)->domain_list = h; \
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h478 struct ___itt_domain *domain_list;
535 (gptr)->domain_list = h; \
552 (gptr)->domain_list = h; \
466 struct ___itt_domain *domain_list; global() member
H A Dittnotify_static.cpp382 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; in ITT_VERSIONIZE()
436 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; in ITT_VERSIONIZE()
1326 __itt_domain *current_domain = _N_(_ittapi_global).domain_list; in __itt_free_allocated_resources()
1336 _N_(_ittapi_global).domain_list = NULL; in __itt_free_allocated_resources()
/freebsd/sys/arm64/iommu/
H A Dsmmu_fdt.c165 LIST_INIT(&unit->domain_list); in smmu_fdt_attach()
H A Dsmmu_acpi.c253 LIST_INIT(&unit->domain_list); in smmu_acpi_attach()
H A Dsmmu.c1727 LIST_INSERT_HEAD(&unit->domain_list, domain, next); in smmu_domain_alloc()
1904 LIST_FOREACH(domain, &unit->domain_list, next) { in smmu_ctx_lookup_by_sid()
1930 LIST_FOREACH(domain, &unit->domain_list, next) { in smmu_ctx_lookup()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4232 u8 *domain_list, *domain_ptr; in hostapd_config_fill() local
4235 domain_list = os_malloc(domain_list_len); in hostapd_config_fill()
4236 if (domain_list == NULL) in hostapd_config_fill()
4239 domain_ptr = domain_list; in hostapd_config_fill()
4264 bss->domain_name = domain_list; in hostapd_config_fill()