| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_helper.h | 69 const char *ib_get_sa_method_str(IN uint8_t method); 92 const char *ib_get_sm_method_str(IN uint8_t method); 115 const char *ib_get_sm_attr_str(IN ib_net16_t attr); 138 const char *ib_get_sa_attr_str(IN ib_net16_t attr); 183 static inline boolean_t ib_gid_is_notzero(IN const ib_gid_t * p_gid) in ib_gid_is_notzero() 212 void osm_dump_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, 213 IN ib_net64_t port_guid, IN uint8_t port_num, 214 IN const ib_port_info_t * p_pi, 215 IN osm_log_level_t log_level); 217 void osm_dump_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, [all …]
|
| H A D | osm_sm.h | 192 void osm_sm_construct(IN osm_sm_t * p_sm); 221 void osm_sm_shutdown(IN osm_sm_t * p_sm); 244 void osm_sm_destroy(IN osm_sm_t * p_sm); 272 ib_api_status_t osm_sm_init(IN osm_sm_t * p_sm, IN osm_subn_t * p_subn, 273 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor, 274 IN osm_mad_pool_t * p_mad_pool, 275 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log, 276 IN osm_stats_t * p_stats, 277 IN cl_dispatcher_t * p_disp, IN cl_plock_t * p_lock); 326 void osm_sm_signal(IN osm_sm_t * p_sm, osm_signal_t signal); [all …]
|
| H A D | osm_switch.h | 213 void osm_switch_delete(IN OUT osm_switch_t ** pp_sw); 237 osm_switch_t *osm_switch_new(IN osm_node_t * p_node, 238 IN const osm_madw_t * p_madw); 266 static inline uint8_t osm_switch_get_hop_count(IN const osm_switch_t * p_sw, in osm_switch_get_hop_count() 267 IN uint16_t lid_ho, in osm_switch_get_hop_count() 268 IN uint8_t port_num) in osm_switch_get_hop_count() 301 cl_status_t osm_switch_set_hops(IN osm_switch_t * p_sw, IN uint16_t lid_ho, 302 IN uint8_t port_num, IN uint8_t num_hops); 334 void osm_switch_clear_hops(IN osm_switch_t * p_sw); 355 static inline uint8_t osm_switch_get_least_hops(IN const osm_switch_t * p_sw, in osm_switch_get_least_hops() [all …]
|
| H A D | osm_port.h | 221 void osm_physp_construct(IN osm_physp_t * p_physp); 245 void osm_physp_init(IN osm_physp_t * p_physp, IN ib_net64_t port_guid, 246 IN uint8_t port_num, IN const struct osm_node *p_node, 247 IN osm_bind_handle_t h_bind, IN uint8_t hop_count, 248 IN const uint8_t * p_initial_path); 296 void osm_physp_destroy(IN osm_physp_t * p_physp); 325 static inline boolean_t osm_physp_is_valid(IN const osm_physp_t * p_physp) in osm_physp_is_valid() 356 static inline boolean_t osm_physp_is_healthy(IN const osm_physp_t * p_physp) in osm_physp_is_healthy() 390 boolean_t osm_link_is_healthy(IN const osm_physp_t * p_physp); 417 static inline void osm_physp_set_health(IN osm_physp_t * p_physp, in osm_physp_set_health() [all …]
|
| H A D | osm_pkey.h | 187 void osm_pkey_tbl_construct(IN osm_pkey_tbl_t * p_pkey_tbl); 205 ib_api_status_t osm_pkey_tbl_init(IN osm_pkey_tbl_t * p_pkey_tbl); 223 void osm_pkey_tbl_destroy(IN osm_pkey_tbl_t * p_pkey_tbl); 242 osm_pkey_tbl_get_num_blocks(IN const osm_pkey_tbl_t * p_pkey_tbl) in osm_pkey_tbl_get_num_blocks() 317 void osm_pkey_find_last_accum_pkey_index(IN osm_pkey_tbl_t * p_pkey_tbl); 330 osm_pkey_tbl_set_accum_pkeys(IN osm_pkey_tbl_t * p_pkey_tbl, 331 IN uint16_t pkey, IN uint16_t pkey_idx); 359 osm_pkey_tbl_set_new_entry(IN osm_pkey_tbl_t * p_pkey_tbl, 360 IN uint16_t block_idx, 361 IN uint8_t pkey_idx, IN uint16_t pkey); [all …]
|
| H A D | osm_db_pack.h | 75 static inline osm_db_domain_t *osm_db_guid2lid_init(IN osm_db_t * p_db) in osm_db_guid2lid_init() 125 int osm_db_guid2lid_guids(IN osm_db_domain_t * p_g2l, 155 int osm_db_guid2lid_get(IN osm_db_domain_t * p_g2l, IN uint64_t guid, 188 int osm_db_guid2lid_set(IN osm_db_domain_t * p_g2l, IN uint64_t guid, 189 IN uint16_t min_lid, IN uint16_t max_lid); 221 int osm_db_guid2lid_delete(IN osm_db_domain_t * p_g2l, IN uint64_t guid); 247 static inline osm_db_domain_t *osm_db_guid2mkey_init(IN osm_db_t * p_db) in osm_db_guid2mkey_init() 275 int osm_db_guid2mkey_guids(IN osm_db_domain_t * p_g2m, 305 int osm_db_guid2mkey_get(IN osm_db_domain_t * p_g2m, IN uint64_t guid, 335 int osm_db_guid2mkey_set(IN osm_db_domain_t * p_g2m, IN uint64_t guid, [all …]
|
| H A D | osm_sa.h | 272 void osm_sa_construct(IN osm_sa_t * p_sa); 301 void osm_sa_shutdown(IN osm_sa_t * p_sa); 324 void osm_sa_destroy(IN osm_sa_t * p_sa); 352 ib_api_status_t osm_sa_init(IN osm_sm_t * p_sm, IN osm_sa_t * p_sa, 353 IN osm_subn_t * p_subn, IN osm_vendor_t * p_vendor, 354 IN osm_mad_pool_t * p_mad_pool, 355 IN osm_log_t * p_log, IN osm_stats_t * p_stats, 356 IN cl_dispatcher_t * p_disp, 357 IN cl_dispatcher_t * p_set_disp, 358 IN cl_plock_t * p_lock); [all …]
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 243 IN UINT64 253 IN UINT64 268 IN UINT64 283 IN UINT64 329 IN UINTN 341 IN UINTN 351 IN UINTN 384 IN UINT64 394 IN UINT64 404 IN UINT16 [all …]
|
| H A D | PrintLib.h | 244 IN UINTN BufferSize, 245 IN CONST CHAR16 *FormatString, 246 IN VA_LIST Marker 291 IN UINTN BufferSize, 292 IN CONST CHAR16 *FormatString, 293 IN BASE_LIST Marker 340 IN UINTN BufferSize, 341 IN CONST CHAR16 *FormatString, 388 IN UINTN BufferSize, 389 IN CONST CHAR8 *FormatString, [all …]
|
| H A D | BaseMemoryLib.h | 37 IN CONST VOID *SourceBuffer, 38 IN UINTN Length 59 IN UINTN Length, 60 IN UINT8 Value 86 IN UINTN Length, 87 IN UINT16 Value 113 IN UINTN Length, 114 IN UINT32 Value 140 IN UINTN Length, 141 IN UINT64 Value [all …]
|
| H A D | PcdLib.h | 812 IN UINTN SkuId 828 IN UINTN TokenNumber 844 IN UINTN TokenNumber 860 IN UINTN TokenNumber 876 IN UINTN TokenNumber 892 IN UINTN TokenNumber 908 IN UINTN TokenNumber 922 IN UINTN TokenNumber 942 IN CONST GUID *Guid, 943 IN UINTN TokenNumber [all …]
|
| H A D | MemoryAllocationLib.h | 33 IN UINTN Pages 52 IN UINTN Pages 71 IN UINTN Pages 94 IN VOID *Buffer, 95 IN UINTN Pages 119 IN UINTN Pages, 120 IN UINTN Alignment 144 IN UINTN Pages, 145 IN UINTN Alignment 169 IN UINTN Pages, [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Usb2HostController.h | 105 IN EFI_USB2_HC_PROTOCOL *This, 137 IN EFI_USB2_HC_PROTOCOL *This, 138 IN UINT16 Attributes 192 IN EFI_USB2_HC_PROTOCOL *This, 211 IN EFI_USB2_HC_PROTOCOL *This, 212 IN EFI_USB_HC_STATE State 247 IN EFI_USB2_HC_PROTOCOL *This, 248 IN UINT8 DeviceAddress, 249 IN UINT8 DeviceSpeed, 250 IN UINTN MaximumPacketLength, [all …]
|
| H A D | Pcd.h | 52 IN UINTN SkuId 69 IN UINTN TokenNumber 86 IN UINTN TokenNumber 103 IN UINTN TokenNumber 120 IN UINTN TokenNumber 139 IN UINTN TokenNumber 158 IN UINTN TokenNumber 175 IN UINTN TokenNumber 195 IN CONST EFI_GUID *Guid, 196 IN UINTN TokenNumber [all …]
|
| H A D | PiPcd.h | 50 IN UINTN SkuId 65 IN CONST EFI_GUID *Guid, 66 IN UINTN TokenNumber 81 IN CONST EFI_GUID *Guid, 82 IN UINTN TokenNumber 97 IN CONST EFI_GUID *Guid, 98 IN UINTN TokenNumber 114 IN CONST EFI_GUID *Guid, 115 IN UINTN TokenNumber 131 IN CONST EFI_GUID *Guid, [all …]
|
| H A D | PciIo.h | 148 IN EFI_PCI_IO_PROTOCOL *This, 149 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 150 IN UINT8 BarIndex, 151 IN UINT64 Offset, 152 IN UINT64 Mask, 153 IN UINT64 Value, 154 IN UINT64 Delay, 181 IN EFI_PCI_IO_PROTOCOL *This, 182 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 183 IN UINT8 BarIndex, [all …]
|
| H A D | UsbIo.h | 81 IN VOID *Data, 82 IN UINTN DataLength, 83 IN VOID *Context, 84 IN UINT32 Status 116 IN EFI_USB_IO_PROTOCOL *This, 117 IN EFI_USB_DEVICE_REQUEST *Request, 118 IN EFI_USB_DATA_DIRECTION Direction, 119 IN UINT32 Timeout, 120 IN OUT VOID *Data OPTIONAL, 121 IN UINTN DataLength OPTIONAL, [all …]
|
| H A D | PxeBaseCode.h | 377 IN EFI_PXE_BASE_CODE_PROTOCOL *This, 378 IN BOOLEAN UseIpv6 401 IN EFI_PXE_BASE_CODE_PROTOCOL *This 440 IN EFI_PXE_BASE_CODE_PROTOCOL *This, 441 IN BOOLEAN SortOffers 490 IN EFI_PXE_BASE_CODE_PROTOCOL *This, 491 IN UINT16 Type, 492 IN UINT16 *Layer, 493 IN BOOLEAN UseBis, 494 IN EFI_PXE_BASE_CODE_DISCOVER_INFO *Info OPTIONAL [all …]
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 214 IN EFI_ALLOCATE_TYPE Type, 215 IN EFI_MEMORY_TYPE MemoryType, 216 IN UINTN Pages, 217 IN OUT EFI_PHYSICAL_ADDRESS *Memory 235 IN EFI_PHYSICAL_ADDRESS Memory, 236 IN UINTN Pages 267 IN OUT UINTN *MemoryMapSize, 296 IN EFI_MEMORY_TYPE PoolType, 297 IN UINTN Size, 313 IN VOID *Buffer [all …]
|
| /freebsd/sys/kern/ |
| H A D | vnode_if.src | 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 55 IN struct vnode *vp; 67 IN struct vnode *dvp; 69 IN struct componentname *cnp; 79 IN struct vnode *dvp; 81 IN struct componentname *cnp; 91 IN struct vnode *dvp; 93 IN struct componentname *cnp; [all …]
|
| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_vector.h | 116 (*cl_pfn_vec_init_t) (IN void *const p_element, IN void *context); 155 (*cl_pfn_vec_dtor_t) (IN void *const p_element, IN void *context); 187 (*cl_pfn_vec_apply_t) (IN const size_t index, 188 IN void *const p_element, IN void *context); 223 (*cl_pfn_vec_find_t) (IN const size_t index, 224 IN const void *const p_element, IN void *context); 262 (*cl_pfn_vec_copy_t) (IN void *const p_dest, 263 IN const void *const p_src, IN const size_t size); 355 void cl_vector_construct(IN cl_vector_t * const p_vector); 384 cl_vector_init(IN cl_vector_t * const p_vector, [all …]
|
| H A D | cl_ptr_vector.h | 102 (*cl_pfn_ptr_vec_apply_t) (IN const size_t index, 103 IN void *const element, IN void *context); 138 (*cl_pfn_ptr_vec_find_t) (IN const size_t index, 139 IN const void *const element, IN void *context); 220 void cl_ptr_vector_construct(IN cl_ptr_vector_t * const p_vector); 250 cl_ptr_vector_init(IN cl_ptr_vector_t * const p_vector, 251 IN const size_t min_size, IN const size_t grow_size); 283 void cl_ptr_vector_destroy(IN cl_ptr_vector_t * const p_vector); 313 cl_ptr_vector_get_capacity(IN const cl_ptr_vector_t * const p_vector) in cl_ptr_vector_get_capacity() 348 cl_ptr_vector_get_size(IN const cl_ptr_vector_t * const p_vector) in cl_ptr_vector_get_size() [all …]
|
| H A D | cl_qlist.h | 213 (*cl_pfn_qlist_apply_t) (IN cl_list_item_t * const p_list_item, 214 IN void *context); 246 (*cl_pfn_qlist_find_t) (IN const cl_list_item_t * const p_list_item, 247 IN void *context); 283 __cl_primitive_insert(IN cl_list_item_t * const p_list_item, in __cl_primitive_insert() 284 IN cl_list_item_t * const p_new_item) in __cl_primitive_insert() 319 static inline void __cl_primitive_remove(IN cl_list_item_t * const p_list_item) in __cl_primitive_remove() 361 cl_qlist_set_obj(IN cl_list_obj_t * const p_list_obj, in cl_qlist_set_obj() 362 IN const void *const p_object) in cl_qlist_set_obj() 393 static inline void *cl_qlist_obj(IN const cl_list_obj_t * const p_list_obj) in cl_qlist_obj() [all …]
|
| /freebsd/stand/efi/include/ |
| H A D | efipciio.h | 155 IN EFI_PCI_IO_PROTOCOL *This, 156 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 157 IN UINT8 BarIndex, 158 IN UINT64 Offset, 159 IN UINT64 Mask, 160 IN UINT64 Value, 161 IN UINT64 Delay, 188 IN EFI_PCI_IO_PROTOCOL *This, 189 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 190 IN UINT8 BarIndex, [all …]
|
| /freebsd/contrib/ofed/opensm/include/vendor/ |
| H A D | osm_vendor_api.h | 68 typedef void (*osm_vend_mad_recv_callback_t) (IN osm_madw_t * p_madw, 69 IN void *bind_context, 70 IN osm_madw_t * p_req_madw); 103 typedef void (*osm_vend_mad_send_err_callback_t) (IN void *bind_context, 104 IN osm_madw_t * p_madw); 134 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, 135 IN const uint32_t timeout); 161 void osm_vendor_delete(IN osm_vendor_t ** const pp_vend); 185 osm_vendor_get_all_port_attr(IN osm_vendor_t * const p_vend, 186 IN ib_port_attr_t * const p_attr_array, [all …]
|