Home
last modified time | relevance | path

Searched defs:p_log (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c86 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()
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()
495 ib_api_status_t osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, in osm_log_init()
503 osm_log_level_t osm_get_log_per_module(IN osm_log_t * p_log, in osm_get_log_per_module()
[all …]
H A Dosm_helper.c925 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 Dosm_inform.c84 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() local
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() local
377 osm_log_t *p_log = p_infr_rec->sa->p_log; in is_access_permitted() local
482 osm_log_t *p_log = p_infr_rec->sa->p_log; in match_notice_to_inf_rec() local
769 ib_api_status_t osm_report_notice(IN osm_log_t * p_log, IN osm_subn_t * p_subn, in osm_report_notice()
H A Dosm_mesh.c213 osm_log_t *p_log = &p_lash->p_osm->log; in poly_alloc() local
302 osm_log_t *p_log = &p_lash->p_osm->log; in m_alloc() local
357 osm_log_t *p_log = &p_lash->p_osm->log; in pm_alloc() local
541 osm_log_t *p_log = &p_lash->p_osm->log; in char_poly() local
597 osm_log_t *p_log = &p_lash->p_osm->log; in get_switch_metric() local
676 osm_log_t *p_log = &p_lash->p_osm->log; in classify_switch() local
711 osm_log_t *p_log = &p_lash->p_osm->log; in classify_mesh_type() local
745 osm_log_t *p_log = &p_lash->p_osm->log; in remove_edges() local
780 osm_log_t *p_log = &p_lash->p_osm->log; in get_local_geometry() local
840 osm_log_t *p_log = &p_lash->p_osm->log; in seed_axes() local
[all …]
H A Dosm_prtn.c125 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 Dosm_console_io.c108 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 Dosm_service.c103 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 Dosm_db_files.c159 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() local
289 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_restore() local
468 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_store() local
603 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_update() local
647 osm_log_t *p_log = p_domain->p_db->p_log; in osm_db_delete() local
H A Dosm_pkey_mgr.c90 pkey_mgr_process_physical_port(IN osm_log_t * p_log, in pkey_mgr_process_physical_port()
199 pkey_mgr_process_partition_table(osm_log_t * p_log, osm_sm_t * sm, in pkey_mgr_process_partition_table()
254 pkey_mgr_enforce_partition(IN osm_log_t * p_log, osm_sm_t * sm, in pkey_mgr_enforce_partition()
373 static int pkey_mgr_update_port(osm_log_t * p_log, osm_sm_t * sm, in pkey_mgr_update_port()
636 static int update_peer_block(osm_log_t * p_log, osm_sm_t * sm, in update_peer_block()
687 static int pkey_mgr_update_peer_port(osm_log_t * p_log, osm_sm_t * sm, in pkey_mgr_update_peer_port()
H A Dosm_port.c185 uint8_t osm_physp_calc_link_mtu(IN osm_log_t * p_log, in osm_physp_calc_link_mtu()
238 uint8_t osm_physp_calc_link_op_vls(IN osm_log_t * p_log, in osm_physp_calc_link_op_vls()
318 static cl_status_t physp_get_dr_physp_set(IN osm_log_t * p_log, in physp_get_dr_physp_set()
434 void osm_physp_replace_dr_path_with_alternate_dr_path(IN osm_log_t * p_log, in osm_physp_replace_dr_path_with_alternate_dr_path()
604 void osm_physp_set_pkey_tbl(IN osm_log_t * p_log, IN const osm_subn_t * p_subn, in osm_physp_set_pkey_tbl()
H A Dosm_pkey.c481 boolean_t osm_physp_share_pkey(IN osm_log_t * p_log, in osm_physp_share_pkey()
509 boolean_t osm_port_share_pkey(IN osm_log_t * p_log, in osm_port_share_pkey()
540 boolean_t osm_physp_has_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey, in osm_physp_has_pkey()
578 void osm_pkey_tbl_set_indx0_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey, in osm_pkey_tbl_set_indx0_pkey()
H A Dosm_ucast_lash.c70 osm_log_t *p_log = &p_lash->p_osm->log; in connect_switches() local
665 osm_log_t *p_log = &p_lash->p_osm->log; in free_lash_structures() local
706 osm_log_t *p_log = &p_lash->p_osm->log; in init_lash_structures() local
785 osm_log_t *p_log = &p_lash->p_osm->log; in lash_core() local
988 osm_log_t *p_log = &p_lash->p_osm->log; in populate_fwd_tbls() local
1059 osm_log_t *p_log = &p_lash->p_osm->log; in osm_lash_process_switch() local
1139 osm_log_t *p_log = &p_lash->p_osm->log; in discover_network_properties() local
1219 osm_log_t *p_log = &p_lash->p_osm->log; in lash_process() local
H A Dosm_prtn_config.c90 osm_log_t *p_log; member
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()
H A Dosm_ucast_dnup.c105 static int dnup_bfs_by_node(IN osm_log_t * p_log, IN osm_subn_t * p_subn, in dnup_bfs_by_node()
228 osm_log_t *p_log = &p_dnup->p_osm->log; in dnup_subn_rank() local
298 osm_log_t *p_log = &p_dnup->p_osm->log; in dnup_set_min_hop_table() local
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c65 __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 Dosm_vendor_mlx.c66 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() local
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() local
423 osm_log_t *p_log = p_bo->p_vendor->p_log; in osm_vendor_send() local
626 osm_log_t *p_log = p_bo->p_vendor->p_log; in __osm_vendor_internal_unbind() local
H A Dosm_vendor_mlx_anafa.c73 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, in osm_vendor_new()
111 osm_log_t *p_log; in osm_vendor_delete() local
162 IN osm_log_t * const p_log, IN const uint32_t timeout) in osm_vendor_init()
338 osm_log_t *p_log = p_bo->p_vendor->p_log; in osm_vendor_unbind() local
624 osm_log_t *p_log = p_bo->p_vendor->p_log; in __osm_vendor_internal_unbind() local
H A Dosm_vendor_ibumad_sa.c51 osm_log_t *p_log; member
224 osm_log_t *p_log = p_vend->p_log; in osmv_bind_sa() local
338 osm_log_t *p_log = p_bind->p_log; in __osmv_send_sa_req() local
495 osm_log_t *p_log = p_bind->p_log; in osmv_query_sa() local
H A Dosm_vendor_mlx_sa.c52 osm_log_t *p_log; member
300 osm_log_t *p_log = p_vend->p_log; in osmv_bind_sa() local
427 osm_log_t *p_log = p_bind->p_log; in __osmv_send_sa_req() local
571 osm_log_t *p_log = p_bind->p_log; in osmv_query_sa() local
H A Dosm_vendor_ts.c214 IN osm_log_t * const p_log, IN const uint32_t timeout) in osm_vendor_init()
236 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, in osm_vendor_new()
278 osm_log_t *const p_log = p_bind->p_vend->p_log; in __osm_ts_rcv_callback() local
378 osm_log_t *const p_log = bind_info_p->p_vend->p_log; in __osm_ts_send_callback() local
H A Dosm_vendor_mtl.c305 IN osm_log_t * const p_log, IN const uint32_t timeout) in osm_vendor_init()
344 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, in osm_vendor_new()
388 osm_log_t *const p_log = bind_info_p->p_vend->p_log; in __osm_mtl_rcv_callback() local
519 osm_log_t *const p_log = bind_info_p->p_vend->p_log; in __osm_mtl_send_callback() local
H A Dosm_vendor_test.c78 IN osm_log_t * const p_log, IN const uint32_t timeout) in osm_vendor_init()
91 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log, in osm_vendor_new()
H A Dosm_vendor_mlx_rmpp_ctx.c50 uint32_t mad_sz, osm_log_t * p_log) in osmv_rmpp_send_ctx_init()
186 osmv_rmpp_recv_ctx_init(osmv_rmpp_recv_ctx_t * p_ctx, osm_log_t * p_log) in osmv_rmpp_recv_ctx_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h227 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()
385 static inline osm_log_level_t osm_log_get_level(IN const osm_log_t * p_log) in osm_log_get_level()
414 static inline void osm_log_set_level(IN osm_log_t * p_log, in osm_log_set_level()
449 static inline boolean_t osm_log_is_active(IN const osm_log_t * p_log, in osm_log_is_active()
474 static inline boolean_t osm_log_is_active_v2(IN const osm_log_t * p_log, in osm_log_is_active_v2()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_rmpp_ctx.h68 osm_log_t *p_log; member
83 osm_log_t *p_log; member

123