Home
last modified time | relevance | path

Searched refs:pdevices (Results 1 – 17 of 17) sorted by relevance

/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/
H A Dconf.c12 netwib_er(netwib_ring_init(&netwib_conf_devices_erase, NULL, &pct->pdevices)); in netwib_priv_conft_init()
22 netwib_er(netwib_ring_close(&pct->pdevices, NETWIB_TRUE)); in netwib_priv_conft_close()
44 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_conft_add_confwork()
165 p = pcdst->pdevices; in netwib_priv_conft_swap()
166 pcdst->pdevices = pcsrc->pdevices; in netwib_priv_conft_swap()
167 pcsrc->pdevices = p; in netwib_priv_conft_swap()
H A Dconfwork.c8 &pcw->pdevices)); in netwib_priv_confwork_init()
22 netwib_er(netwib_ring_close(&pcw->pdevices, NETWIB_TRUE)); in netwib_priv_confwork_close()
111 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_confwork_debug()
H A Dconfdev.c53 netwib_er(netwib_ring_add_last(pcw->pdevices, pitem)); in netwib_priv_confwork_devices_add()
96 netwib_er(netwib_ring_add_last(pc->pdevices, pitem)); in netwib_conf_devices_add()
H A Dconf.h4 netwib_ring *pdevices; member
H A Dconfwork.h4 netwib_ring *pdevices; member
H A Dconfarp.c100 netwib_er(netwib_ring_index_init(netwib_priv_conf.pdevices, &pringindex)); in netwib_priv_conf_arpcacheglo_add_dev()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-ucm.c998 pa_alsa_ucm_device **pdevices, in ucm_add_port_combination() argument
1020 sorted[i] = pdevices[i]; in ucm_add_port_combination()
1095 ucm_port_data_init(data, context->ucm, port, pdevices, num); in ucm_add_port_combination()
1171 pa_alsa_ucm_device **pdevices, in ucm_check_conformance() argument
1191 if (pdevices[i] == d) { in ucm_check_conformance()
1199 if (!ucm_device_exists(dev->supported_devices, pdevices[i])) { in ucm_check_conformance()
1228 pa_alsa_ucm_device **pdevices, in ucm_add_ports_combination() argument
1242 if (ucm_check_conformance(context, pdevices, dev_num, dev)) { in ucm_add_ports_combination()
1244 pdevices[dev_num] = dev; in ucm_add_ports_combination()
1292 pa_alsa_ucm_device **pdevices; in pa_alsa_ucm_add_ports_combination() local
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/conf/
H A Deasy.c17 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_confwork_easy_dev()
72 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_confwork_easy_devnum()
H A Dclean.c565 netwib_er(netwib_ring_del_duplicate(pcw->pdevices, in netwib_priv_confwork_clean()
620 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_confwork_clean()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/conf/windows/
H A Ddeduct.c283 netwib_er(netwib_ring_index_init(pcwlocal->pdevices, &pringindexlocal)); in netwib_priv_conf_deduct()
295 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_conf_deduct()
377 netwib_er(netwib_ring_index_init(pcwlocal->pdevices, &pringindexlocal)); in netwib_priv_conf_deduct()
H A Dupdtdev.c13 netwib_er(netwib_ring_index_init(pcw->pdevices, &pringindex)); in netwib_priv_conf_updtdev2()
H A Dmerge.c16 netwib_er(netwib_ring_index_init(pcwlocal->pdevices, &pringindex)); in netwib_priv_conf_merge()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/
H A Dconfdev.c56 netwib_er(netwib_ring_index_init(netwib_priv_conf.pdevices, in netwib_conf_devices_index_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_external_objects/
H A Dvk.c98 VkPhysicalDevice *pdevices; in select_physical_device() local
105 pdevices = malloc(dev_count * sizeof(VkPhysicalDevice)); in select_physical_device()
106 if (vkEnumeratePhysicalDevices(inst, &dev_count, pdevices) != in select_physical_device()
110 pdevice0 = pdevices[0]; in select_physical_device()
111 free(pdevices); in select_physical_device()
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dcompositor.cpp335 VkPhysicalDevice *pdevices = new VkPhysicalDevice[devCount]; in InitializeRenderEngine() local
336 vkEnumeratePhysicalDevices(instance,&devCount,pdevices); in InitializeRenderEngine()
348 vkGetPhysicalDeviceProperties2(pdevices[i],&pdevProps[i]); in InitializeRenderEngine()
352 vkGetPhysicalDeviceFeatures(pdevices[i],&devFeatures); in InitializeRenderEngine()
361 …vkGetPhysicalDeviceExternalBufferProperties(pdevices[i],&physicalDeviceExternalBufferInfo,&externa… in InitializeRenderEngine()
377 physicalDev = pdevices[physicalDevIndex]; in InitializeRenderEngine()
381 delete []pdevices; in InitializeRenderEngine()
/dports/net/samba412/samba-4.12.15/lib/printer_driver/
H A Dprinter_driver.c329 const char ***pdevices, in enum_devices_in_toc() argument
412 ok = add_string_to_array(mem_ctx, s, pdevices, pnum_devices); in enum_devices_in_toc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Enumeration/Pnp/
H A Dmod.rs708 …mem::ManuallyDrop<super::super::super::Foundation::BSTR>, dwflags: u32, pdevices: *mut ::windows::…