/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_helper.h | 212 void osm_dump_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, 217 void osm_dump_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, 260 void osm_dump_guid_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, 265 void osm_dump_guid_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, 298 void osm_dump_mlnx_ext_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, 303 void osm_dump_mlnx_ext_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, 309 void osm_dump_path_record(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr, 312 void osm_dump_path_record_v2(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr, 315 void osm_dump_multipath_record(IN osm_log_t * p_log, 319 void osm_dump_multipath_record_v2(IN osm_log_t * p_log, [all …]
|
H A D | osm_log.h | 139 } osm_log_t; typedef 155 osm_log_level_t osm_get_log_per_module(IN osm_log_t * p_log, 180 void osm_set_log_per_module(IN osm_log_t * p_log, IN const int file_id, 208 void osm_reset_log_per_module(IN osm_log_t * p_log); 227 static inline void osm_log_construct(IN osm_log_t * p_log) in osm_log_construct() 261 static inline void osm_log_destroy(IN osm_log_t * p_log) in osm_log_destroy() 301 ib_api_status_t osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, 343 int osm_log_reopen_file(osm_log_t * p_log); 363 ib_api_status_t osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, 370 void osm_log(IN osm_log_t * p_log, IN osm_log_level_t verbosity, [all …]
|
H A D | osm_inform.h | 179 IN osm_log_t * p_log, 198 void osm_infr_insert_to_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, 201 void osm_infr_remove_from_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, 214 osm_infr_remove_subscriptions(IN osm_subn_t * p_subn, IN osm_log_t * p_log, 247 ib_api_status_t osm_report_notice(IN osm_log_t * p_log, IN osm_subn_t * p_subn,
|
H A D | osm_console_io.h | 84 int osm_console_init(osm_subn_opt_t * opt, osm_console_t * p_oct, osm_log_t * p_log); 85 void osm_console_exit(osm_console_t * p_oct, osm_log_t * p_log); 89 int cio_open(osm_console_t * p_oct, int new_fd, osm_log_t * p_log); 90 int cio_close(osm_console_t * p_oct, osm_log_t * p_log);
|
H A D | osm_service.h | 182 IN osm_log_t * p_log, 185 void osm_svcr_insert_to_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, 187 void osm_svcr_remove_from_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log,
|
H A D | osm_pkey.h | 591 boolean_t osm_physp_share_pkey(IN osm_log_t * p_log, 643 boolean_t osm_port_share_pkey(IN osm_log_t * p_log, 676 boolean_t osm_physp_has_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey, 706 void osm_pkey_tbl_set_indx0_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey,
|
H A D | osm_multicast.h | 337 osm_mcm_port_t *osm_mgrp_add_port(osm_subn_t *subn, osm_log_t *log, 426 void osm_mgrp_delete_port(IN osm_subn_t * subn, IN osm_log_t * log, 451 boolean_t osm_mgrp_remove_port(osm_subn_t * subn, osm_log_t * log, osm_mgrp_t * mgrp,
|
H A D | osm_sm_mad_ctrl.h | 96 osm_log_t *p_log; 217 IN osm_log_t * p_log,
|
H A D | osm_sa_mad_ctrl.h | 96 osm_log_t *p_log; 220 IN osm_log_t * p_log,
|
H A D | osm_vl15intf.h | 129 osm_log_t *p_log; 258 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_log.c | 86 static void truncate_log_file(osm_log_t * p_log) in truncate_log_file() 100 static void truncate_log_file(osm_log_t * p_log) in truncate_log_file() 113 void osm_log(IN osm_log_t * p_log, IN osm_log_level_t verbosity, in osm_log() 224 void osm_log_v2(IN osm_log_t * p_log, IN osm_log_level_t verbosity, in osm_log_v2() 340 void osm_log_raw(IN osm_log_t * p_log, IN osm_log_level_t verbosity, in osm_log_raw() 356 void osm_log_msg_box(IN osm_log_t * log, osm_log_level_t level, in osm_log_msg_box() 383 void osm_log_msg_box_v2(IN osm_log_t * log, osm_log_level_t level, in osm_log_msg_box_v2() 420 static int open_out_port(IN osm_log_t * p_log) in open_out_port() 453 int osm_log_reopen_file(osm_log_t * p_log) in osm_log_reopen_file() 466 ib_api_status_t osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, in osm_log_init_v2() [all …]
|
H A D | osm_helper.c | 925 void osm_dump_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_port_info() 953 void osm_dump_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_port_info_v2() 1004 void osm_dump_mlnx_ext_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_mlnx_ext_port_info() 1019 void osm_dump_mlnx_ext_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_mlnx_ext_port_info_v2() 1122 void osm_dump_portinfo_record(IN osm_log_t * p_log, in osm_dump_portinfo_record() 1149 void osm_dump_portinfo_record_v2(IN osm_log_t * p_log, in osm_dump_portinfo_record_v2() 1207 void osm_dump_guid_info(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_guid_info() 1222 void osm_dump_guid_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid, in osm_dump_guid_info_v2() 1270 void osm_dump_guidinfo_record(IN osm_log_t * p_log, in osm_dump_guidinfo_record() 1283 void osm_dump_guidinfo_record_v2(IN osm_log_t * p_log, in osm_dump_guidinfo_record_v2() [all …]
|
H A D | osm_mesh.c | 213 osm_log_t *p_log = &p_lash->p_osm->log; in poly_alloc() 302 osm_log_t *p_log = &p_lash->p_osm->log; in m_alloc() 357 osm_log_t *p_log = &p_lash->p_osm->log; in pm_alloc() 541 osm_log_t *p_log = &p_lash->p_osm->log; in char_poly() 597 osm_log_t *p_log = &p_lash->p_osm->log; in get_switch_metric() 676 osm_log_t *p_log = &p_lash->p_osm->log; in classify_switch() 711 osm_log_t *p_log = &p_lash->p_osm->log; in classify_mesh_type() 745 osm_log_t *p_log = &p_lash->p_osm->log; in remove_edges() 780 osm_log_t *p_log = &p_lash->p_osm->log; in get_local_geometry() 840 osm_log_t *p_log = &p_lash->p_osm->log; in seed_axes() [all …]
|
H A D | osm_prtn.c | 63 extern int osm_prtn_config_parse_file(osm_log_t * p_log, osm_subn_t * p_subn, 125 ib_api_status_t osm_prtn_add_port(osm_log_t * p_log, osm_subn_t * p_subn, in osm_prtn_add_port() 183 ib_api_status_t osm_prtn_add_all(osm_log_t * p_log, osm_subn_t * p_subn, in osm_prtn_add_all() 210 track_mgrp_w_partition(osm_log_t *p_log, osm_prtn_t *p, osm_mgrp_t *mgrp, in track_mgrp_w_partition() 244 ib_api_status_t osm_prtn_add_mcgroup(osm_log_t * p_log, osm_subn_t * p_subn, in osm_prtn_add_mcgroup() 324 osm_prtn_t *osm_prtn_make_new(osm_log_t * p_log, osm_subn_t * p_subn, in osm_prtn_make_new() 358 static ib_api_status_t prtn_make_default(osm_log_t * p_log, osm_subn_t * p_subn, in prtn_make_default() 386 ib_api_status_t osm_prtn_make_partitions(osm_log_t * p_log, osm_subn_t * p_subn) in osm_prtn_make_partitions()
|
H A D | osm_inform.c | 84 static void dump_all_informs(IN const osm_subn_t * p_subn, IN osm_log_t * p_log) in dump_all_informs() 110 osm_log_t *p_log = p_infr_rec->sa->p_log; in match_inf_rec() 194 IN osm_log_t * p_log, in osm_infr_get_by_rec() 219 void osm_infr_insert_to_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, in osm_infr_insert_to_db() 245 void osm_infr_remove_from_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, in osm_infr_remove_from_db() 269 IN osm_log_t * p_log, in osm_infr_remove_subscriptions() 314 osm_log_t *p_log = p_infr_rec->sa->p_log; in send_report() 377 osm_log_t *p_log = p_infr_rec->sa->p_log; in is_access_permitted() 482 osm_log_t *p_log = p_infr_rec->sa->p_log; in match_notice_to_inf_rec() 602 static void log_notice(osm_log_t * log, osm_log_level_t level, in log_notice() [all …]
|
H A D | osm_console_io.c | 108 int cio_close(osm_console_t * p_oct, osm_log_t * p_log) in cio_close() 124 int cio_open(osm_console_t * p_oct, int new_fd, osm_log_t * p_log) in cio_open() 184 int osm_console_init(osm_subn_opt_t * opt, osm_console_t * p_oct, osm_log_t * p_log) in osm_console_init() 256 void osm_console_exit(osm_console_t * p_oct, osm_log_t * p_log) in osm_console_exit()
|
H A D | osm_service.c | 103 IN osm_log_t * p_log, in osm_svcr_get_by_rid() 119 void osm_svcr_insert_to_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, in osm_svcr_insert_to_db() 133 void osm_svcr_remove_from_db(IN osm_subn_t * p_subn, IN osm_log_t * p_log, in osm_svcr_remove_from_db()
|
H A D | osm_db_files.c | 159 int osm_db_init(IN osm_db_t * p_db, IN osm_log_t * p_log) in osm_db_init() 219 osm_log_t *p_log = p_db->p_log; in osm_db_domain_init() 289 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_restore() 468 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_store() 603 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_update() 647 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_delete() 688 osm_log_t log; in main()
|
H A D | osm_prtn_config.c | 90 osm_log_t *p_log; 99 extern osm_prtn_t *osm_prtn_make_new(osm_log_t * p_log, osm_subn_t * p_subn, 101 extern ib_api_status_t osm_prtn_add_all(osm_log_t * p_log, osm_subn_t * p_subn, 104 extern ib_api_status_t osm_prtn_add_port(osm_log_t * p_log, 109 ib_api_status_t osm_prtn_add_mcgroup(osm_log_t * p_log, osm_subn_t * p_subn, 271 static int parse_group_flag(unsigned lineno, osm_log_t * p_log, in parse_group_flag() 558 static int parse_mgroup_flags(osm_log_t * p_log, in parse_mgroup_flags() 639 static struct part_conf *new_part_conf(osm_log_t * p_log, osm_subn_t * p_subn) in new_part_conf() 761 int osm_prtn_config_parse_file(osm_log_t * p_log, osm_subn_t * p_subn, in osm_prtn_config_parse_file()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_pkt_randomizer.h | 137 IN osm_log_t * p_log); 166 IN osm_log_t * p_log); 200 osm_pkt_randomizer_mad_drop(IN osm_log_t * p_log,
|
H A D | osm_vendor_mlx_rmpp_ctx.h | 68 osm_log_t *p_log; 83 osm_log_t *p_log; 99 uint32_t mad_sz, osm_log_t * p_log); 212 osmv_rmpp_recv_ctx_init(osmv_rmpp_recv_ctx_t * p_ctx, osm_log_t * p_log);
|
H A D | osm_vendor_mlx_txn.h | 89 osm_log_t *p_log; 102 osm_log_t *p_log; 356 IN osm_log_t * p_log, IN cl_spinlock_t * p_lock);
|
H A D | osm_vendor_api.h | 134 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, 222 osm_vendor_init(IN osm_vendor_t * const p_vend, IN osm_log_t * const p_log,
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_pkt_randomizer.c | 65 __osm_pkt_randomizer_is_path_in_fault_paths(IN osm_log_t * p_log, in __osm_pkt_randomizer_is_path_in_fault_paths() 117 __osm_pkt_randomizer_process_path(IN osm_log_t * p_log, in __osm_pkt_randomizer_process_path() 221 osm_pkt_randomizer_mad_drop(IN osm_log_t * p_log, in osm_pkt_randomizer_mad_drop() 255 IN osm_log_t * p_log) in osm_pkt_randomizer_init() 313 IN osm_log_t * p_log) in osm_pkt_randomizer_destroy()
|
H A D | osm_vendor_mlx.c | 66 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, in osm_vendor_new() 105 osm_log_t *p_log; in osm_vendor_delete() 150 IN osm_log_t * const p_log, IN const uint32_t timeout) in osm_vendor_init() 321 osm_log_t *p_log = p_bo->p_vendor->p_log; in osm_vendor_unbind() 423 osm_log_t *p_log = p_bo->p_vendor->p_log; in osm_vendor_send() 626 osm_log_t *p_log = p_bo->p_vendor->p_log; in __osm_vendor_internal_unbind()
|