Searched defs:p_list (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
H A Dcl_qpool.h533 cl_qpool_put_list(IN cl_qpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
H A Dcl_list.h257 static inline boolean_t cl_is_list_inited(IN const cl_list_t * const p_list) argument
363 cl_is_list_empty(IN const cl_list_t * const p_list) argument
394 cl_list_insert_head(IN cl_list_t * const p_list, IN const void *const p_object) argument
445 cl_list_insert_tail(IN cl_list_t * const p_list, IN const void *const p_object) argument
587 cl_list_insert_next(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator, IN const void *const p_object) argument
640 cl_list_insert_prev(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator, IN const void *const p_object) argument
691 cl_list_remove_head(IN cl_list_t * const p_list) argument
737 cl_list_remove_tail(IN cl_list_t * const p_list) argument
782 cl_list_remove_all(IN cl_list_t * const p_list) argument
847 cl_list_remove_item(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator) argument
915 cl_list_end(IN const cl_list_t * const p_list) argument
951 cl_list_head(IN const cl_list_t * const p_list) argument
989 cl_list_tail(IN const cl_list_t * const p_list) argument
1271 cl_list_count(IN const cl_list_t * const p_list) argument
[all...]
H A Dcl_qcomppool.h652 cl_qcpool_put_list(IN cl_qcpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
H A Dcl_qlist.h120 struct _cl_qlist *p_list; member in struct:_cl_list_item
413 static inline void __cl_qlist_reset(IN cl_qlist_t * const p_list) argument
435 cl_qlist_init(IN cl_qlist_t * const p_list) argument
472 cl_qlist_count(IN const cl_qlist_t * const p_list) argument
504 cl_is_qlist_empty(IN const cl_qlist_t * const p_list) argument
614 cl_qlist_head(IN const cl_qlist_t * const p_list) argument
652 cl_qlist_tail(IN const cl_qlist_t * const p_list) argument
689 cl_qlist_end(IN const cl_qlist_t * const p_list) argument
732 cl_qlist_insert_head(IN cl_qlist_t * const p_list, IN cl_list_item_t * const p_list_item) argument
793 cl_qlist_insert_tail(IN cl_qlist_t * const p_list, IN cl_list_item_t * const p_list_item) argument
1031 cl_qlist_insert_prev(IN cl_qlist_t * const p_list, IN cl_list_item_t * const p_list_item, IN cl_list_item_t * const p_new_item) argument
1095 cl_qlist_insert_next(IN cl_qlist_t * const p_list, IN cl_list_item_t * const p_list_item, IN cl_list_item_t * const p_new_item) argument
1159 cl_qlist_remove_head(IN cl_qlist_t * const p_list) argument
1212 cl_qlist_remove_tail(IN cl_qlist_t * const p_list) argument
1265 cl_qlist_remove_item(IN cl_qlist_t * const p_list, IN cl_list_item_t * const p_list_item) argument
1319 cl_qlist_remove_all(IN cl_qlist_t * const p_list) argument
1495 cl_qlist_find_from_head(IN const cl_qlist_t * const p_list, IN cl_pfn_qlist_find_t pfn_func, IN const void *const context) argument
1557 cl_qlist_find_from_tail(IN const cl_qlist_t * const p_list, IN cl_pfn_qlist_find_t pfn_func, IN const void *const context) argument
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_list.c59 cl_qlist_insert_array_head(IN cl_qlist_t * const p_list, argument
89 cl_qlist_insert_array_tail(IN cl_qlist_t * const p_list, argument
220 cl_is_item_in_qlist(IN const cl_qlist_t * const p_list, IN const cl_list_item_t * const p_list_item) argument
243 cl_qlist_find_next(IN const cl_qlist_t * const p_list, IN const cl_list_item_t * const p_list_item, IN cl_pfn_qlist_find_t pfn_func, IN const void *const context) argument
272 cl_qlist_find_prev(IN const cl_qlist_t * const p_list, IN const cl_list_item_t * const p_list_item, IN cl_pfn_qlist_find_t pfn_func, IN const void *const context) argument
302 cl_qlist_apply_func(IN const cl_qlist_t * const p_list, IN cl_pfn_qlist_apply_t pfn_func, IN const void *const context) argument
356 cl_list_construct(IN cl_list_t * const p_list) argument
363 cl_list_init(IN cl_list_t * const p_list, IN const size_t min_items) argument
383 cl_list_destroy(IN cl_list_t * const p_list) argument
403 cl_list_remove_object(IN cl_list_t * const p_list, IN const void *const p_object) argument
425 cl_is_object_in_list(IN const cl_list_t * const p_list, IN const void *const p_object) argument
437 cl_list_insert_array_head(IN cl_list_t * const p_list, IN const void *const p_array, IN uint32_t item_count, IN const uint32_t item_size) argument
475 cl_list_insert_array_tail(IN cl_list_t * const p_list, IN const void *const p_array, IN uint32_t item_count, IN const uint32_t item_size) argument
509 cl_list_find_from_head(IN const cl_list_t * const p_list, IN cl_pfn_list_find_t pfn_func, IN const void *const context) argument
536 cl_list_find_from_tail(IN const cl_list_t * const p_list, IN cl_pfn_list_find_t pfn_func, IN const void *const context) argument
563 cl_list_apply_func(IN const cl_list_t * const p_list, IN cl_pfn_list_apply_t pfn_func, IN const void *const context) argument
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_lft_record.c65 cl_qlist_t *p_list; member in struct:osm_lftr_search_ctxt
73 __osm_lftr_rcv_new_lftr(IN osm_sa_t * sa, IN const osm_switch_t * const p_sw, IN cl_qlist_t * const p_list, IN ib_net16_t const lid, IN uint16_t const block) argument
H A Dosm_sa_mft_record.c65 cl_qlist_t *p_list; member in struct:osm_mftr_search_ctxt
73 __osm_mftr_rcv_new_mftr(IN osm_sa_t * sa, IN osm_switch_t * const p_sw, IN cl_qlist_t * const p_list, IN ib_net16_t const lid, IN uint16_t const block, IN uint8_t const position) argument
H A Dosm_sa_node_record.c65 cl_qlist_t *p_list; member in struct:osm_nr_search_ctxt
73 __osm_nr_rcv_new_nr(IN osm_sa_t * sa, IN const osm_node_t * const p_node, IN cl_qlist_t * const p_list, IN ib_net64_t const port_guid, IN ib_net16_t const lid) argument
115 __osm_nr_rcv_create_nr(IN osm_sa_t * sa, IN osm_node_t * const p_node, IN cl_qlist_t * const p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN const osm_physp_t * const p_req_physp) argument
H A Dosm_sa_pkey_record.c62 cl_qlist_t *p_list; member in struct:osm_pkey_search_ctxt
H A Dosm_sa_slvl_record.c69 cl_qlist_t *p_list; member in struct:osm_slvl_search_ctxt
H A Dosm_sa_sminfo_record.c74 cl_qlist_t *p_list; member in struct:osm_smir_search_ctxt
80 __osm_smir_rcv_new_smir(IN osm_sa_t * sa, IN const osm_port_t * const p_port, IN cl_qlist_t * const p_list, IN ib_net64_t const guid, IN ib_net32_t const act_count, IN uint8_t const pri_state, IN const osm_physp_t * const p_req_physp) argument
H A Dosm_sa_sw_info_record.c65 cl_qlist_t *p_list; member in struct:osm_sir_search_ctxt
73 __osm_sir_rcv_new_sir(IN osm_sa_t * sa, IN const osm_switch_t * const p_sw, IN cl_qlist_t * const p_list, IN ib_net16_t const lid) argument
108 __osm_sir_rcv_create_sir(IN osm_sa_t * sa, IN const osm_switch_t * const p_sw, IN cl_qlist_t * const p_list, IN ib_net16_t const match_lid, IN const osm_physp_t * const p_req_physp) argument
H A Dosm_sa_vlarb_record.c69 cl_qlist_t *p_list; member in struct:osm_vl_arb_search_ctxt
H A Dosm_sa_guidinfo_record.c68 cl_qlist_t *p_list; member in struct:osm_gir_search_ctxt
76 __osm_gir_rcv_new_gir(IN osm_sa_t * sa, IN const osm_node_t * const p_node, IN cl_qlist_t * const p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN const osm_physp_t * const p_req_physp, IN uint8_t const block_num) argument
119 __osm_sa_gir_create_gir(IN osm_sa_t * sa, IN osm_node_t * const p_node, IN cl_qlist_t * const p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN const osm_physp_t * const p_req_physp, IN uint8_t const match_block_num) argument
H A Dosm_sa_informinfo.c73 cl_qlist_t *p_list; member in struct:osm_iir_search_ctxt
H A Dosm_sa_link_record.c66 __osm_lr_rcv_build_physp_link(IN osm_sa_t * sa, IN const ib_net16_t from_lid, IN const ib_net16_t to_lid, IN const uint8_t from_port, IN const uint8_t to_port, IN cl_qlist_t * p_list) argument
111 __osm_lr_rcv_get_physp_link(IN osm_sa_t * sa, IN const ib_link_record_t * const p_lr, IN const osm_physp_t * p_src_physp, IN const osm_physp_t * p_dest_physp, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list, IN const osm_physp_t * p_req_physp) argument
214 __osm_lr_rcv_get_port_links(IN osm_sa_t * sa, IN const ib_link_record_t * const p_lr, IN const osm_port_t * p_src_port, IN const osm_port_t * p_dest_port, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list, IN const osm_physp_t * p_req_physp) argument
[all...]
H A Dosm_sa_portinfo_record.c69 cl_qlist_t *p_list; member in struct:osm_pir_search_ctxt
78 __osm_pir_rcv_new_pir(IN osm_sa_t * sa, IN const osm_physp_t * const p_physp, IN cl_qlist_t * const p_list, IN ib_net16_t const lid) argument
H A Dosm_sa_service_record.c208 __osm_sr_rcv_respond(IN osm_sa_t * sa, IN osm_madw_t * const p_madw, IN cl_qlist_t * const p_list) argument
H A Dosm_db_files.c519 cl_list_t *p_list = (cl_list_t *) arg; local
H A Dosm_mcast_mgr.c489 static void __osm_mcast_mgr_purge_list(osm_sm_t * sm, cl_qlist_t * const p_list) argument
409 __osm_mcast_mgr_subdivide(osm_sm_t * sm, osm_mgrp_t * const p_mgrp, osm_switch_t * const p_sw, cl_qlist_t * const p_list, cl_qlist_t * const list_array, uint8_t const array_size) argument
513 __osm_mcast_mgr_branch(osm_sm_t * sm, osm_mgrp_t * const p_mgrp, osm_switch_t * const p_sw, cl_qlist_t * const p_list, uint8_t depth, uint8_t const upstream_port, uint8_t * const p_max_depth) argument
1140 cl_qlist_t *p_list = &sm->mgrp_list; local
1202 cl_qlist_t *p_list = &sm->mgrp_list; local
[all...]
H A Dosm_sa_multipath_record.c877 __osm_mpr_rcv_get_port_pair_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * const p_mpr, IN const osm_port_t * const p_req_port, IN const osm_port_t * const p_src_port, IN const osm_port_t * const p_dest_port, IN const uint32_t rem_paths, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1071 __osm_mpr_rcv_get_apm_port_pair_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * const p_mpr, IN const osm_port_t * const p_src_port, IN const osm_port_t * const p_dest_port, IN int base_offs, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1268 __osm_mpr_rcv_get_apm_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * const p_mpr, IN const osm_port_t * const p_req_port, IN osm_port_t ** _pp_ports, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1388 __osm_mpr_rcv_process_pairs(IN osm_sa_t * sa, IN const ib_multipath_rec_t * const p_mpr, IN osm_port_t * const p_req_port, IN osm_port_t ** pp_ports, IN const int nsrc, IN const int ndest, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
[all...]
H A Dosm_sa_path_record.c909 __osm_pr_rcv_get_port_pair_paths(IN osm_sa_t * sa, IN const osm_madw_t * const p_madw, IN const osm_port_t * const p_req_port, IN const osm_port_t * const p_src_port, IN const osm_port_t * const p_dest_port, IN const ib_gid_t * const p_dgid, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1351 __osm_pr_rcv_process_world(IN osm_sa_t * sa, IN const osm_madw_t * const p_madw, IN const osm_port_t * const requester_port, IN const ib_gid_t * const p_dgid, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1398 __osm_pr_rcv_process_half(IN osm_sa_t * sa, IN const osm_madw_t * const p_madw, IN const osm_port_t * const requester_port, IN const osm_port_t * const p_src_port, IN const osm_port_t * const p_dest_port, IN const ib_gid_t * const p_dgid, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
1452 __osm_pr_rcv_process_pair(IN osm_sa_t * sa, IN const osm_madw_t * const p_madw, IN const osm_port_t * const requester_port, IN const osm_port_t * const p_src_port, IN const osm_port_t * const p_dest_port, IN const ib_gid_t * const p_dgid, IN const ib_net64_t comp_mask, IN cl_qlist_t * const p_list) argument
[all...]
H A Dosm_sa_mcmember_record.c1370 __osm_mcmr_rcv_new_mcmr(IN osm_sa_t * sa, IN const ib_member_rec_t * p_rcvd_rec, IN cl_qlist_t * const p_list) argument
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_ibmgt.c483 cl_qlist_t *p_list = NULL; local
607 cl_qlist_t *p_list; local
[all...]
/freebsd-10-stable/sys/dev/ppbus/
H A Dppb_msq.c198 va_list p_list; local

Completed in 705 milliseconds

12