Searched refs:resource_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_resource.h45 vmci_resource_type resource_type,
49 vmci_resource_type resource_type);
51 vmci_resource_type resource_type);
H A Dvmci_resource.c164 vmci_resource_type resource_type, struct vmci_handle resource_handle,
179 resource->type = resource_type;
213 vmci_resource_type resource_type)
217 resource = vmci_resource_get(resource_handle, resource_type);
246 vmci_resource_type resource_type)
255 if (resource_type == VMCI_RESOURCE_TYPE_ANY ||
256 resource->type == resource_type) {
163 vmci_resource_add(struct vmci_resource *resource, vmci_resource_type resource_type, struct vmci_handle resource_handle, vmci_resource_free_cb container_free_cb, void *container_object) argument
212 vmci_resource_remove(struct vmci_handle resource_handle, vmci_resource_type resource_type) argument
245 vmci_resource_get(struct vmci_handle resource_handle, vmci_resource_type resource_type) argument
/freebsd-current/sys/dev/mana/
H A Dgdma.h637 uint32_t resource_type; member in struct:gdma_allocate_resource_range_req
650 uint32_t resource_type; member in struct:gdma_destroy_resource_range_req
H A Dgdma_main.c294 req.resource_type = GDMA_RESOURCE_DOORBELL_PAGE;
319 req.resource_type = GDMA_RESOURCE_DOORBELL_PAGE;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp405 int resource_type = EXC_RESOURCE_DECODE_RESOURCE_TYPE(m_exc_code); local
412 switch (resource_type) {
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.h925 uint8_t resource_type; member in struct:vpd_config
H A Daic79xx.c9646 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1239 enum mlx4_resource resource_type,
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c3732 return ((int)one->resource_type - (int)two->resource_type);
3816 ixl_switch_res_type_string(resp[i].resource_type),
H A Di40e_adminq_cmd.h760 u8 resource_type; member in struct:i40e_aqc_switch_resource_alloc_element_resp
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h1997 uint32_t resource_type:16, member in struct:sli4_req_common_get_resource_extent_info_s
H A Dsli4.c2450 extent->resource_type = rtype;

Completed in 222 milliseconds