query 82 contrib/scaling/mpi_memprobe.c opal_list_t query, response, *lt; query 86 contrib/scaling/mpi_memprobe.c OBJ_CONSTRUCT(&query, opal_list_t); query 89 contrib/scaling/mpi_memprobe.c opal_list_append(&query, &q->super); query 109 contrib/scaling/mpi_memprobe.c opal_pmix.query(&query, qcbfunc, (void*)&response); query 71 ompi/mca/coll/base/coll_base_comm_select.c static int query(const mca_base_component_t * component, query 394 ompi/mca/coll/base/coll_base_comm_select.c err = query(component, comm, &priority, module); query 65 ompi/mca/io/base/io_base_delete.c static avail_io_t *query(const mca_base_component_t *component, query 280 ompi/mca/io/base/io_base_delete.c avail = query(component, filename, info); query 76 ompi/mca/io/base/io_base_file_select.c static avail_io_t *query(const mca_base_component_t *component, query 354 ompi/mca/io/base/io_base_file_select.c avail = query(component, file); query 66 ompi/mca/op/base/op_base_op_select.c static int query(const mca_base_component_t *component, query 276 ompi/mca/op/base/op_base_op_select.c err = query(component, op, &priority, module); query 3920 opal/mca/event/libevent2022/libevent/http.c char *query; /* query, or NULL */ query 4204 opal/mca/event/libevent2022/libevent/http.c char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; query 4266 opal/mca/event/libevent2022/libevent/http.c query = readp; query 4303 opal/mca/event/libevent2022/libevent/http.c if (query) { query 4304 opal/mca/event/libevent2022/libevent/http.c uri->query = mm_strdup(query); query 4305 opal/mca/event/libevent2022/libevent/http.c if (uri->query == NULL) { query 4341 opal/mca/event/libevent2022/libevent/http.c _URI_FREE_STR(query); query 4383 opal/mca/event/libevent2022/libevent/http.c if (uri->query) { query 4385 opal/mca/event/libevent2022/libevent/http.c _URI_ADD(query); query 4440 opal/mca/event/libevent2022/libevent/http.c return uri->query; query 4515 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_query(struct evhttp_uri *uri, const char *query) query 4517 opal/mca/event/libevent2022/libevent/http.c if (query && end_of_cpath(query, PART_QUERY, uri->flags) != query+strlen(query)) query 4519 opal/mca/event/libevent2022/libevent/http.c _URI_SET_STR(query); query 775 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_query(struct evhttp_uri *uri, const char *query); query 102 opal/mca/pmix/ext2x/ext2x.c .query = ext2x_query, query 131 opal/mca/pmix/ext2x/ext2x_server_north.c .query = server_query, query 961 opal/mca/pmix/ext2x/ext2x_server_north.c if (NULL == host_module || NULL == host_module->query) { query 1001 opal/mca/pmix/ext2x/ext2x_server_north.c if (OPAL_SUCCESS != (rc = host_module->query(&requestor, query 107 opal/mca/pmix/ext3x/ext3x.c .query = ext3x_query, query 140 opal/mca/pmix/ext3x/ext3x_server_north.c .query = server_query, query 977 opal/mca/pmix/ext3x/ext3x_server_north.c if (NULL == host_module || NULL == host_module->query) { query 1027 opal/mca/pmix/ext3x/ext3x_server_north.c if (OPAL_SUCCESS != (rc = host_module->query(&requestor, query 938 opal/mca/pmix/pmix.h opal_pmix_base_module_query_fn_t query; query 163 opal/mca/pmix/pmix4x/pmix/examples/alloc.c pmix_query_t *query; query 232 opal/mca/pmix/pmix4x/pmix/examples/alloc.c PMIX_QUERY_CREATE(query, 1); query 233 opal/mca/pmix/pmix4x/pmix/examples/alloc.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_ALLOC_STATUS); query 234 opal/mca/pmix/pmix4x/pmix/examples/alloc.c PMIX_INFO_CREATE(query[0].qualifiers, 1); query 235 opal/mca/pmix/pmix4x/pmix/examples/alloc.c PMIX_INFO_LOAD(&query[0].qualifiers[0], PMIX_ALLOC_ID, myallocation, PMIX_STRING); query 237 opal/mca/pmix/pmix4x/pmix/examples/alloc.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, 1, infocbfunc, (void*)&mydata))) { query 242 opal/mca/pmix/pmix4x/pmix/examples/alloc.c PMIX_QUERY_FREE(query, 1); query 238 opal/mca/pmix/pmix4x/pmix/examples/debugger.c pmix_query_t *query; query 322 opal/mca/pmix/pmix4x/pmix/examples/debugger.c PMIX_QUERY_CREATE(query, nq); query 323 opal/mca/pmix/pmix4x/pmix/examples/debugger.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_SPAWN_SUPPORT); query 324 opal/mca/pmix/pmix4x/pmix/examples/debugger.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_DEBUG_SUPPORT); query 331 opal/mca/pmix/pmix4x/pmix/examples/debugger.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&myquery_data))) { query 436 opal/mca/pmix/pmix4x/pmix/examples/debugger.c pmix_query_t *query; query 443 opal/mca/pmix/pmix4x/pmix/examples/debugger.c PMIX_QUERY_CREATE(query, nq); query 444 opal/mca/pmix/pmix4x/pmix/examples/debugger.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_NAMESPACES); query 448 opal/mca/pmix/pmix4x/pmix/examples/debugger.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)q))) { query 132 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c pmix_query_t *query; query 179 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c PMIX_QUERY_CREATE(query, nq); query 180 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_LOCAL_PROC_TABLE); query 181 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c query[0].nqual = 1; query 182 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c PMIX_INFO_CREATE(query[0].qualifiers, 1); query 183 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c PMIX_INFO_LOAD(&query[0].qualifiers[0], PMIX_NSPACE, val->data.string, PMIX_STRING); // the nspace we are enquiring about query 189 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&myquery_data))) { query 122 opal/mca/pmix/pmix4x/pmix/examples/server.c .query = query_fn, query 68 opal/mca/pmix/pmix4x/pmix/examples/tool.c pmix_query_t *query; query 118 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_QUERY_CREATE(query, nq); query 119 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_SERVER_URI); query 121 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_QUERY_QUALIFIERS_CREATE(&query[0], 1); query 122 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_INFO_LOAD(&query[0].qualifiers[0], PMIX_HOSTNAME, nodename, PMIX_STRING); query 125 opal/mca/pmix/pmix4x/pmix/examples/tool.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&mydata))) { query 150 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_QUERY_CREATE(query, nq); query 151 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_NAMESPACE_INFO); query 153 opal/mca/pmix/pmix4x/pmix/examples/tool.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&mydata))) { query 194 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_QUERY_CREATE(query, nq); query 195 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_JOB_SIZE); query 196 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_INFO_CREATE(query[0].qualifiers, 1); query 197 opal/mca/pmix/pmix4x/pmix/examples/tool.c query[0].nqual = 1; query 198 opal/mca/pmix/pmix4x/pmix/examples/tool.c PMIX_INFO_LOAD(&query[0].qualifiers[0], PMIX_NSPACE, nspace, PMIX_STRING); query 200 opal/mca/pmix/pmix4x/pmix/examples/tool.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&mydata))) { query 539 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h pmix_server_query_fn_t query; query 801 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c goto query; query 812 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c goto query; query 835 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c goto query; query 846 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c goto query; query 883 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c query: query 214 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c goto query; query 227 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c goto query; query 258 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c goto query; query 301 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c query: query 307 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c if (NULL == pmix_host_server.query) { query 313 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c rc = pmix_host_server.query(&pmix_globals.myid, query 574 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c goto query; query 641 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c query: query 2575 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c goto query; query 2588 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c goto query; query 2619 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c goto query; query 2656 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c query: query 2657 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (NULL == pmix_host_server.query) { query 2666 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (PMIX_SUCCESS != (rc = pmix_host_server.query(&proc, cd->queries, cd->nqueries, query 276 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c pmix_query_t query; query 443 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c PMIX_QUERY_CONSTRUCT(&query); query 444 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c pmix_argv_append_nosize(&query.keys, PMIX_QUERY_ATTRIBUTE_SUPPORT); query 445 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c PMIX_QUERY_QUALIFIERS_CREATE(&query, 1); query 447 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c PMIX_INFO_LOAD(&query.qualifiers[0], PMIX_HOST_FUNCTIONS, NULL, PMIX_BOOL); query 449 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c PMIX_INFO_LOAD(&query.qualifiers[0], PMIX_HOST_ATTRIBUTES, pmix_pattrs_globals.host, PMIX_STRING); query 452 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c rc = PMIx_Query_info_nb(&query, 1, cbfunc,(void*)&mq); query 245 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c pmix_query_t *query; query 343 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c PMIX_QUERY_CREATE(query, nq); query 344 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c PMIX_ARGV_APPEND(rc, query[0].keys, PMIX_QUERY_NAMESPACES); query 351 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&myquery_data))) { query 119 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c .query = query_fn, query 137 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c .query = query_fn, query 83 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c pmix_query_t *query; query 95 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c PMIX_QUERY_CREATE(query, nq); query 96 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c pmix_argv_append_nosize(&query[0].keys, "foobar"); query 97 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c pmix_argv_append_nosize(&query[1].keys, "spastic"); query 98 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c pmix_argv_append_nosize(&query[1].keys, PMIX_SERVER_URI); query 100 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c if (PMIX_SUCCESS != (rc = PMIx_Query_info_nb(query, nq, cbfunc, (void*)&active))) { query 125 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c .query = query_fn, query 106 opal/mca/pmix/pmix4x/pmix4x.c .query = pmix4x_query, query 139 opal/mca/pmix/pmix4x/pmix4x_server_north.c .query = server_query, query 976 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (NULL == host_module || NULL == host_module->query) { query 1026 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (OPAL_SUCCESS != (rc = host_module->query(&requestor, query 273 opal/mca/pmix/pmix_server.h opal_pmix_server_query_fn_t query; query 54 opal/mca/pstat/linux/pstat_linux_module.c static int query(pid_t pid, query 65 opal/mca/pstat/linux/pstat_linux_module.c query, query 71 opal/mca/pstat/pstat.h opal_pstat_base_module_query_fn_t query; query 40 opal/mca/pstat/test/pstat_test.c static int query(pid_t pid, query 50 opal/mca/pstat/test/pstat_test.c query, query 155 orte/mca/ess/base/ess_base_std_tool.c if (NULL != opal_pmix.query) { query 162 orte/mca/ess/base/ess_base_std_tool.c opal_pmix.query(&info, infocb, &lock); query 2004 orte/mca/odls/base/odls_base_default_fns.c rc = opal_pstat.query(child->pid, &stats, NULL); query 1345 orte/orted/orted_comm.c opal_pstat.query(orte_process_info.pid, &pstat, NULL); query 1356 orte/orted/orted_comm.c if (OPAL_SUCCESS == opal_pstat.query(proct->pid, &pstat, NULL)) { query 108 orte/orted/pmix/pmix_server.c .query = pmix_server_query_fn, query 612 orte/orted/pmix/pmix_server_gen.c opal_pstat.query(orte_process_info.pid, &pstat, NULL); query 627 orte/orted/pmix/pmix_server_gen.c if (OPAL_SUCCESS == opal_pstat.query(proct->pid, &pstat, NULL)) { query 93 orte/test/mpi/interlib.c opal_pmix_query_t *query; query 182 orte/test/mpi/interlib.c query = OBJ_NEW(opal_pmix_query_t); query 183 orte/test/mpi/interlib.c opal_argv_append_nosize(&query->keys, OPAL_PMIX_QUERY_NAMESPACES); query 184 orte/test/mpi/interlib.c opal_list_append(&info, &query->super); query 186 orte/test/mpi/interlib.c opal_pmix.query(&info, infocb, &lock); query 130 orte/test/mpi/pinterlib.c pmix_query_t *query; query 194 orte/test/mpi/pinterlib.c PMIX_QUERY_CREATE(query, 1); query 195 orte/test/mpi/pinterlib.c PMIX_ARGV_APPEND(ret, query->keys, PMIX_QUERY_NAMESPACES); query 198 orte/test/mpi/pinterlib.c PMIx_Query_info_nb(query, 1, infocb, &lock); query 201 orte/test/mpi/pinterlib.c PMIX_QUERY_FREE(query, 1); query 54 oshmem/mca/atomic/base/atomic_base_select.c static int query(const mca_base_component_t * component, query 187 oshmem/mca/atomic/base/atomic_base_select.c err = query(component, &priority, module); query 52 oshmem/mca/scoll/base/scoll_base_select.c static int query(const mca_base_component_t * component, query 339 oshmem/mca/scoll/base/scoll_base_select.c err = query(component, group, &priority, module);