Searched refs:cxt (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/libreadline/
H A Disearch.c84 _rl_search_cxt *cxt; local
86 cxt = (_rl_search_cxt *)xmalloc (sizeof (_rl_search_cxt));
88 cxt->type = type;
89 cxt->sflags = flags;
91 cxt->search_string = 0;
92 cxt->search_string_size = cxt->search_string_index = 0;
94 cxt->lines = 0;
95 cxt->allocated_line = 0;
96 cxt
203 _rl_search_cxt *cxt; local
626 _rl_search_cxt *cxt; /* local for now, but saved globally */ local
[all...]
H A Dsearch.c192 _rl_search_cxt *cxt; local
195 cxt = _rl_scxt_alloc (RL_SEARCH_NSEARCH, 0);
197 cxt->sflags |= SF_REVERSE; /* not strictly needed */
199 cxt->direction = dir;
200 cxt->history_pos = cxt->save_line;
223 _rl_nscxt = cxt;
225 return cxt;
229 _rl_nsearch_cleanup (cxt, r)
230 _rl_search_cxt *cxt;
358 _rl_search_cxt *cxt; local
[all...]
H A Dreadline.c581 _rl_keyseq_cxt *cxt; local
583 cxt = (_rl_keyseq_cxt *)xmalloc (sizeof (_rl_keyseq_cxt));
585 cxt->flags = cxt->subseq_arg = cxt->subseq_retval = 0;
587 cxt->okey = 0;
588 cxt->ocxt = _rl_kscxt;
589 cxt->childval = 42; /* sentinel value */
591 return cxt;
595 _rl_keyseq_cxt_dispose (cxt)
604 _rl_keyseq_cxt *cxt; local
705 _rl_keyseq_cxt *cxt; local
[all...]
H A Dmisc.c119 _rl_arg_dispatch (cxt, c)
120 _rl_arg_cxt cxt;
131 if ((cxt & NUM_SAWDIGITS) == 0)
263 _rl_arg_callback (cxt)
264 _rl_arg_cxt cxt;
280 r = _rl_arg_dispatch (cxt, c);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h121 void (*ecore_ll2_complete_rx_packet_cb)(void *cxt,
125 void (*ecore_ll2_release_rx_packet_cb)(void *cxt,
132 void (*ecore_ll2_complete_tx_packet_cb)(void *cxt,
140 void (*ecore_ll2_release_tx_packet_cb)(void *cxt,
148 void (*ecore_ll2_slowpath_cb)(void *cxt,
203 ecore_ll2_acquire_connection(void *cxt,
218 enum _ecore_status_t ecore_ll2_establish_connection(void *cxt,
236 enum _ecore_status_t ecore_ll2_post_rx_buffer(void *cxt,
273 void *cxt,
287 void ecore_ll2_release_connection(void *cxt,
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_nodenamemap.h62 int (*create)(void *, uint64_t, char *), void *cxt);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c55 void *cxt,
59 static int map_name(void *cxt, uint64_t guid, char *p) argument
61 cl_qmap_t *map = cxt;
173 void *cxt,
215 if (create(cxt, guid, p)) {
226 int (*create) (void *, uint64_t, char *), void *cxt)
228 return parse_node_map_wrap(file_name, create, cxt, NULL, 0);
171 parse_node_map_wrap(const char *file_name, int (*create) (void *, uint64_t, char *), void *cxt, char *linebuf, unsigned int linebuflen) argument
225 parse_node_map(const char *file_name, int (*create) (void *, uint64_t, char *), void *cxt) argument
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c64 void *cxt)
117 static void dump_ucast_routes(cl_map_item_t * item, FILE * file, void *cxt) argument
130 osm_opensm_t *p_osm = cxt;
239 static void dump_mcast_routes(cl_map_item_t * item, FILE * file, void *cxt) argument
303 static void dump_lid_matrix(cl_map_item_t * item, FILE * file, void *cxt) argument
306 osm_opensm_t *p_osm = cxt;
331 static void dump_ucast_lfts(cl_map_item_t * item, FILE * file, void *cxt) argument
334 osm_opensm_t *p_osm = cxt;
368 static void dump_topology_node(cl_map_item_t * item, FILE * file, void *cxt) argument
500 static void dump_sl2vl_tbl(cl_map_item_t * item, FILE * file, void *cxt) argument
63 dump_ucast_path_distribution(cl_map_item_t * item, FILE * file, void *cxt) argument
552 print_node_report(cl_map_item_t * item, FILE * file, void *cxt) argument
646 void *cxt; member in struct:dump_context
649 dump_item(cl_map_item_t * item, void *cxt) argument
656 dump_qmap(FILE * file, cl_qmap_t * map, void (*func) (cl_map_item_t *, FILE *, void *), void *cxt) argument
668 osm_dump_qmap_to_file(osm_opensm_t * p_osm, const char *file_name, cl_qmap_t * map, void (*func) (cl_map_item_t *, FILE *, void *), void *cxt) argument
[all...]
H A Dosm_sa_slvl_record.c191 static void sa_slvl_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) argument
194 osm_slvl_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_vlarb_record.c198 static void sa_vl_arb_by_comp_mask_cb(IN cl_map_item_t * p_map_item, void *cxt) argument
201 osm_vl_arb_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_sw_info_record.c166 static void sir_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) argument
168 const osm_sir_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_mft_record.c114 static void mftr_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) argument
116 const osm_mftr_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_lft_record.c109 static void lftr_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) argument
111 const osm_lftr_search_ctxt_t *p_ctxt = cxt;
H A Dosm_ucast_updn.c511 static void dump_roots(cl_map_item_t *item, FILE *file, void *cxt) argument
519 static int update_id(void *cxt, uint64_t guid, char *p) argument
521 osm_opensm_t *osm = cxt;
548 static int rank_root_node(void *cxt, uint64_t guid, char *p) argument
550 updn_t *updn = cxt;
H A Dosm_sa.c610 static void mcast_mgr_dump_one_port(cl_map_item_t * p_map_item, void *cxt) argument
612 FILE *file = ((struct opensm_dump_context *)cxt)->file;
623 static void sa_dump_one_mgrp(osm_mgrp_t *p_mgrp, void *cxt) argument
626 osm_opensm_t *p_osm = ((struct opensm_dump_context *)cxt)->p_osm;
627 FILE *file = ((struct opensm_dump_context *)cxt)->file;
659 static void sa_dump_one_inform(cl_list_item_t * p_list_item, void *cxt) argument
661 FILE *file = ((struct opensm_dump_context *)cxt)->file;
703 static void sa_dump_one_service(cl_list_item_t * p_list_item, void *cxt) argument
705 FILE *file = ((struct opensm_dump_context *)cxt)->file;
761 static void sa_dump_one_port_guidinfo(cl_map_item_t * p_map_item, void *cxt) argument
[all...]
H A Dosm_sa_sminfo_record.c162 static void sa_smir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) argument
165 osm_smir_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_pkey_record.c204 static void sa_pkey_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) argument
207 osm_pkey_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_portinfo_record.c498 static void sa_pir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) argument
501 osm_pir_search_ctxt_t *p_ctxt = cxt;
H A Dosm_sa_guidinfo_record.c222 static void sa_gir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) argument
224 const osm_gir_search_ctxt_t *p_ctxt = cxt;
H A Dosm_ucast_mgr.c900 IN void *cxt)
902 osm_ucast_mgr_t *p_mgr = cxt;
899 ucast_mgr_set_fwd_top(IN cl_map_item_t * p_map_item, IN void *cxt) argument
H A Dosm_perfmgr.c985 static void reset_node_count(cl_map_item_t * p_map_item, void *cxt) argument
994 static void reset_port_count(cl_map_item_t * p_map_item, void *cxt) argument
1000 static void reset_switch_count(cl_map_item_t * p_map_item, void *cxt) argument
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h131 int (*custom_handler) (void *cxt, int val,
H A Dibdiag_common.c375 int ibdiag_process_opts(int argc, char *const argv[], void *cxt, argument
378 int (*custom_handler) (void *cxt, int val,
408 if (custom_handler(cxt, ch, optarg) &&
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_opensm.h659 void *cxt);
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c1470 int cxt = cfun->static_chain_decl != NULL;
1491 if (cxt)
1495 if (cxt)
1505 if (cxt)
1509 if (cxt)
1463 int cxt = cfun->static_chain_decl != NULL; local

Completed in 150 milliseconds

12