PMIX_EXPORT       125 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Init( int *spawned );
PMIX_EXPORT       145 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Initialized( PMI_BOOL *initialized );
PMIX_EXPORT       158 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Finalize( void );
PMIX_EXPORT       176 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_size( int *size );
PMIX_EXPORT       193 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_rank( int *rank );
PMIX_EXPORT       208 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_universe_size( int *size );
PMIX_EXPORT       223 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_appnum( int *appnum );
PMIX_EXPORT       239 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Publish_name( const char service_name[], const char port[] );
PMIX_EXPORT       254 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Unpublish_name( const char service_name[] );
PMIX_EXPORT       272 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Lookup_name( const char service_name[], char port[] );
PMIX_EXPORT       295 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_id( char id_str[], int length );
PMIX_EXPORT       318 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_kvs_domain_id( char id_str[], int length );
PMIX_EXPORT       335 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_id_length_max( int *length );
PMIX_EXPORT       350 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Barrier( void );
PMIX_EXPORT       370 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_clique_size( int *size );
PMIX_EXPORT       395 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_clique_ranks( int ranks[], int length);
PMIX_EXPORT       407 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Abort(int exit_code, const char error_msg[]);
PMIX_EXPORT       432 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get_my_name( char kvsname[], int length );
PMIX_EXPORT       454 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get_name_length_max( int *length );
PMIX_EXPORT       471 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get_key_length_max( int *length );
PMIX_EXPORT       489 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get_value_length_max( int *length );
PMIX_EXPORT       514 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Create( char kvsname[], int length );
PMIX_EXPORT       531 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Destroy( const char kvsname[] );
PMIX_EXPORT       557 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Put( const char kvsname[], const char key[], const char value[]);
PMIX_EXPORT       575 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Commit( const char kvsname[] );
PMIX_EXPORT       600 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get( const char kvsname[], const char key[], char value[], int length);
PMIX_EXPORT       631 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Iter_first(const char kvsname[], char key[], int key_len, char val[], int val_len);
PMIX_EXPORT       662 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Iter_next(const char kvsname[], char key[], int key_len, char val[], int val_len);
PMIX_EXPORT       716 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Spawn_multiple(int count,
PMIX_EXPORT       758 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Parse_option(int num_args, char *args[], int *num_parsed, PMI_keyval_t **keyvalp, int *size);
PMIX_EXPORT       785 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Args_to_keyval(int *argcp, char *((*argvp)[]), PMI_keyval_t **keyvalp, int *size);
PMIX_EXPORT       804 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Free_keyvals(PMI_keyval_t keyvalp[], int size);
PMIX_EXPORT       826 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Get_options(char *str, int *length);
PMIX_EXPORT       123 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Init(int *spawned, int *size, int *rank, int *appnum);
PMIX_EXPORT       135 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Finalize(void);
PMIX_EXPORT       144 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Initialized(void);
PMIX_EXPORT       158 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Abort(int flag, const char msg[]);
PMIX_EXPORT       197 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_Spawn(int count, const char * cmds[],
PMIX_EXPORT       220 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_GetId(char jobid[], int jobid_size);
PMIX_EXPORT       229 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_GetRank(int* rank);
PMIX_EXPORT       238 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_GetSize(int* size);
PMIX_EXPORT       262 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_Connect(const char jobid[], PMI2_Connect_comm_t *conn);
PMIX_EXPORT       274 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_Disconnect(const char jobid[]);
PMIX_EXPORT       293 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_KVS_Put(const char key[], const char value[]);
PMIX_EXPORT       313 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_KVS_Fence(void);
PMIX_EXPORT       337 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_KVS_Get(const char *jobid, int src_pmi_id, const char key[], char value [], int maxvalue, int *vallen);
PMIX_EXPORT       377 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_GetNodeAttr(const char name[], char value[], int valuelen, int *found, int waitfor);
PMIX_EXPORT       411 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_GetNodeAttrIntArray(const char name[], int array[], int arraylen, int *outlen, int *found);
PMIX_EXPORT       429 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_PutNodeAttr(const char name[], const char value[]);
PMIX_EXPORT       447 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_GetJobAttr(const char name[], char value[], int valuelen, int *found);
PMIX_EXPORT       512 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Info_GetJobAttrIntArray(const char name[], int array[], int arraylen, int *outlen, int *found);
PMIX_EXPORT       526 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Nameserv_publish(const char service_name[], const PMI_keyval_t *info_ptr, const char port[]);
PMIX_EXPORT       543 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Nameserv_lookup(const char service_name[], const PMI_keyval_t *info_ptr,
PMIX_EXPORT       556 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Nameserv_unpublish(const char service_name[],
PMIX_EXPORT        83 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Init(pmix_proc_t *proc,
PMIX_EXPORT        97 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Finalize(const pmix_info_t info[], size_t ninfo);
PMIX_EXPORT       104 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT int PMIx_Initialized(void);
PMIX_EXPORT       124 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Abort(int status, const char msg[],
PMIX_EXPORT       132 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Put(pmix_scope_t scope, const pmix_key_t key, pmix_value_t *val);
PMIX_EXPORT       139 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Commit(void);
PMIX_EXPORT       177 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Fence(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       182 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Fence_nb(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       203 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Get(const pmix_proc_t *proc, const char key[],
PMIX_EXPORT       211 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key,
PMIX_EXPORT       235 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Publish(const pmix_info_t info[], size_t ninfo);
PMIX_EXPORT       236 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Publish_nb(const pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       276 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Lookup(pmix_pdata_t data[], size_t ndata,
PMIX_EXPORT       285 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Lookup_nb(char **keys, const pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       297 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Unpublish(char **keys,
PMIX_EXPORT       303 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Unpublish_nb(char **keys,
PMIX_EXPORT       338 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Spawn(const pmix_info_t job_info[], size_t ninfo,
PMIX_EXPORT       346 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Spawn_nb(const pmix_info_t job_info[], size_t ninfo,
PMIX_EXPORT       370 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Connect(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       373 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Connect_nb(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       383 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Disconnect(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       386 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Disconnect_nb(const pmix_proc_t ranges[], size_t nprocs,
PMIX_EXPORT       397 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Resolve_peers(const char *nodename,
PMIX_EXPORT       406 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Resolve_nodes(const pmix_nspace_t nspace, char **nodelist);
PMIX_EXPORT       424 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Query_info_nb(pmix_query_t queries[], size_t nqueries,
PMIX_EXPORT       437 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Log(const pmix_info_t data[], size_t ndata,
PMIX_EXPORT       440 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Log_nb(const pmix_info_t data[], size_t ndata,
PMIX_EXPORT       476 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Allocation_request(pmix_alloc_directive_t directive,
PMIX_EXPORT       479 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Allocation_request_nb(pmix_alloc_directive_t directive,
PMIX_EXPORT       497 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Job_control(const pmix_proc_t targets[], size_t ntargets,
PMIX_EXPORT       500 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Job_control_nb(const pmix_proc_t targets[], size_t ntargets,
PMIX_EXPORT       531 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Process_monitor(const pmix_info_t *monitor, pmix_status_t error,
PMIX_EXPORT       534 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Process_monitor_nb(const pmix_info_t *monitor, pmix_status_t error,
PMIX_EXPORT       575 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Get_credential(const pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       608 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Validate_credential(const pmix_byte_object_t *cred,
PMIX_EXPORT       669 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_IOF_pull(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       692 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_IOF_deregister(size_t iofhdlr,
PMIX_EXPORT       719 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_IOF_push(const pmix_proc_t targets[], size_t ntargets,
PMIX_EXPORT       794 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_construct(const char grp[],
PMIX_EXPORT       799 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_construct_nb(const char grp[],
PMIX_EXPORT       848 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_invite(const char grp[],
PMIX_EXPORT       853 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_invite_nb(const char grp[],
PMIX_EXPORT       894 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_join(const char grp[],
PMIX_EXPORT       900 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_join_nb(const char grp[],
PMIX_EXPORT       923 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_leave(const char grp[],
PMIX_EXPORT       926 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_leave_nb(const char grp[],
PMIX_EXPORT       954 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_destruct(const char grp[],
PMIX_EXPORT       957 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Group_destruct_nb(const char grp[],
PMIX_EXPORT       566 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_init(pmix_server_module_t *module,
PMIX_EXPORT       572 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_finalize(void);
PMIX_EXPORT       590 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_generate_regex(const char *input, char **regex);
PMIX_EXPORT       603 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_generate_ppn(const char *input, char **ppn);
PMIX_EXPORT       630 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_register_nspace(const pmix_nspace_t nspace, int nlocalprocs,
PMIX_EXPORT       639 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT void PMIx_server_deregister_nspace(const pmix_nspace_t nspace,
PMIX_EXPORT       655 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_register_client(const pmix_proc_t *proc,
PMIX_EXPORT       664 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT void PMIx_server_deregister_client(const pmix_proc_t *proc,
PMIX_EXPORT       672 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_setup_fork(const pmix_proc_t *proc, char ***env);
PMIX_EXPORT       690 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_dmodex_request(const pmix_proc_t *proc,
PMIX_EXPORT       710 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_setup_application(const pmix_nspace_t nspace,
PMIX_EXPORT       726 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_setup_local_support(const pmix_nspace_t nspace,
PMIX_EXPORT       756 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_IOF_deliver(const pmix_proc_t *source,
PMIX_EXPORT       769 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_collect_inventory(pmix_info_t directives[], size_t ndirs,
PMIX_EXPORT       778 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_deliver_inventory(pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       800 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_Register_attributes(char *function,
PMIX_EXPORT        90 opal/mca/pmix/pmix4x/pmix/include/pmix_tool.h PMIX_EXPORT pmix_status_t PMIx_tool_init(pmix_proc_t *proc,
PMIX_EXPORT        99 opal/mca/pmix/pmix4x/pmix/include/pmix_tool.h PMIX_EXPORT pmix_status_t PMIx_tool_finalize(void);
PMIX_EXPORT       129 opal/mca/pmix/pmix4x/pmix/include/pmix_tool.h PMIX_EXPORT pmix_status_t PMIx_tool_connect_to_server(pmix_proc_t *proc,
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_bitmap_t);
PMIX_EXPORT        72 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_set_max_size (pmix_bitmap_t *bm, int max_size);
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_init (pmix_bitmap_t *bm, int size);
PMIX_EXPORT        97 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_set_bit(pmix_bitmap_t *bm, int bit);
PMIX_EXPORT       109 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_clear_bit(pmix_bitmap_t *bm, int bit);
PMIX_EXPORT       123 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT bool pmix_bitmap_is_set_bit(pmix_bitmap_t *bm, int bit);
PMIX_EXPORT       134 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_find_and_set_first_unset_bit(pmix_bitmap_t *bm,
PMIX_EXPORT       145 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_clear_all_bits(pmix_bitmap_t *bm);
PMIX_EXPORT       154 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_set_all_bits(pmix_bitmap_t *bm);
PMIX_EXPORT       196 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_bitwise_and_inplace(pmix_bitmap_t *dest, pmix_bitmap_t *right);
PMIX_EXPORT       205 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_bitwise_or_inplace(pmix_bitmap_t *dest, pmix_bitmap_t *right);
PMIX_EXPORT       214 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_bitwise_xor_inplace(pmix_bitmap_t *dest, pmix_bitmap_t *right);
PMIX_EXPORT       223 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT bool pmix_bitmap_are_different(pmix_bitmap_t *left, pmix_bitmap_t *right);
PMIX_EXPORT       232 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT char * pmix_bitmap_get_string(pmix_bitmap_t *bitmap);
PMIX_EXPORT       241 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_num_unset_bits(pmix_bitmap_t *bm, int len);
PMIX_EXPORT       250 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_num_set_bits(pmix_bitmap_t *bm, int len);
PMIX_EXPORT       255 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT bool pmix_bitmap_is_clear(pmix_bitmap_t *bm);
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_hash_table_t);
PMIX_EXPORT        78 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_init(pmix_hash_table_t* ht, size_t table_size);
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_init2(pmix_hash_table_t* ht, size_t estimated_max_size,
PMIX_EXPORT       106 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_all(pmix_hash_table_t *ht);
PMIX_EXPORT       121 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_uint32(pmix_hash_table_t* table, uint32_t key,
PMIX_EXPORT       134 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_uint32(pmix_hash_table_t* table, uint32_t key, void* value);
PMIX_EXPORT       145 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_uint32(pmix_hash_table_t* table, uint32_t key);
PMIX_EXPORT       160 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_uint64(pmix_hash_table_t *table, uint64_t key,
PMIX_EXPORT       173 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_uint64(pmix_hash_table_t *table, uint64_t key, void* value);
PMIX_EXPORT       184 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_uint64(pmix_hash_table_t *table, uint64_t key);
PMIX_EXPORT       199 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_ptr(pmix_hash_table_t *table, const void* key,
PMIX_EXPORT       212 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen, void* value);
PMIX_EXPORT       223 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen);
PMIX_EXPORT       248 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_uint32(pmix_hash_table_t *table, uint32_t *key,
PMIX_EXPORT       266 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_uint32(pmix_hash_table_t *table, uint32_t *key,
PMIX_EXPORT       284 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_uint64(pmix_hash_table_t *table, uint64_t *key,
PMIX_EXPORT       302 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_uint64(pmix_hash_table_t *table, uint64_t *key,
PMIX_EXPORT       321 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_ptr(pmix_hash_table_t *table, void* *key,
PMIX_EXPORT       340 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_ptr(pmix_hash_table_t *table, void* *key,
PMIX_EXPORT       162 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h PMIX_EXPORT pmix_status_t pmix_hotel_init(pmix_hotel_t *hotel, int num_rooms,
PMIX_EXPORT        86 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_list_t);
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_list_item_t);
PMIX_EXPORT        42 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c PMIX_EXPORT pmix_class_t pmix_object_t_class = {
PMIX_EXPORT       170 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h PMIX_EXPORT extern int pmix_class_init_epoch;
PMIX_EXPORT       399 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h PMIX_EXPORT void pmix_class_initialize(pmix_class_t *);
PMIX_EXPORT       410 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h PMIX_EXPORT int pmix_class_finalize(void);
PMIX_EXPORT        71 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pointer_array_t);
PMIX_EXPORT        87 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT int pmix_pointer_array_init(pmix_pointer_array_t* array,
PMIX_EXPORT       100 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT int pmix_pointer_array_add(pmix_pointer_array_t *array, void *ptr);
PMIX_EXPORT       111 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT int pmix_pointer_array_set_item(pmix_pointer_array_t *array,
PMIX_EXPORT       161 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT int pmix_pointer_array_set_size(pmix_pointer_array_t *array, int size);
PMIX_EXPORT       177 opal/mca/pmix/pmix4x/pmix/src/class/pmix_pointer_array.h PMIX_EXPORT bool pmix_pointer_array_test_and_set_item (pmix_pointer_array_t *table,
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/class/pmix_ring_buffer.h PMIX_EXPORT int pmix_ring_buffer_init(pmix_ring_buffer_t* ring, int size);
PMIX_EXPORT        79 opal/mca/pmix/pmix4x/pmix/src/class/pmix_ring_buffer.h PMIX_EXPORT void* pmix_ring_buffer_push(pmix_ring_buffer_t *ring, void *ptr);
PMIX_EXPORT        91 opal/mca/pmix/pmix4x/pmix/src/class/pmix_ring_buffer.h PMIX_EXPORT void* pmix_ring_buffer_pop(pmix_ring_buffer_t *ring);
PMIX_EXPORT        98 opal/mca/pmix/pmix4x/pmix/src/class/pmix_ring_buffer.h PMIX_EXPORT void* pmix_ring_buffer_poke(pmix_ring_buffer_t *ring, int i);
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_value_array_t);
PMIX_EXPORT       129 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h PMIX_EXPORT int pmix_value_array_set_size(pmix_value_array_t* array, size_t size);
PMIX_EXPORT        60 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Init(int *spawned)
PMIX_EXPORT       117 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Initialized(PMI_BOOL *initialized)
PMIX_EXPORT       132 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Finalize(void)
PMIX_EXPORT       147 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Abort(int flag, const char msg[])
PMIX_EXPORT       163 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Put(const char kvsname[], const char key[], const char value[])
PMIX_EXPORT       193 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Commit(const char kvsname[])
PMIX_EXPORT       213 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get( const char kvsname[], const char key[], char value[], int length)
PMIX_EXPORT       278 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Barrier(void)
PMIX_EXPORT       303 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_size(int *size)
PMIX_EXPORT       340 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_rank(int *rk)
PMIX_EXPORT       352 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_universe_size(int *size)
PMIX_EXPORT       389 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_appnum(int *appnum)
PMIX_EXPORT       430 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Publish_name(const char service_name[], const char port[])
PMIX_EXPORT       457 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Unpublish_name(const char service_name[])
PMIX_EXPORT       480 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Lookup_name(const char service_name[], char port[])
PMIX_EXPORT       521 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_id(char id_str[], int length)
PMIX_EXPORT       540 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_kvs_domain_id(char id_str[], int length)
PMIX_EXPORT       548 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_id_length_max(int *length)
PMIX_EXPORT       560 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_clique_size(int *size)
PMIX_EXPORT       597 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_clique_ranks(int ranks[], int length)
PMIX_EXPORT       632 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get_my_name(char kvsname[], int length)
PMIX_EXPORT       640 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get_name_length_max(int *length)
PMIX_EXPORT       652 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get_key_length_max(int *length)
PMIX_EXPORT       664 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get_value_length_max(int *length)
PMIX_EXPORT       680 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Create(char kvsname[], int length)
PMIX_EXPORT       687 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Destroy(const char kvsname[])
PMIX_EXPORT       694 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Iter_first(const char kvsname[], char key[], int key_len, char val[], int val_len)
PMIX_EXPORT       701 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Iter_next(const char kvsname[], char key[], int key_len, char val[], int val_len)
PMIX_EXPORT       706 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Spawn_multiple(int count,
PMIX_EXPORT       778 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Parse_option(int num_args, char *args[], int *num_parsed, PMI_keyval_t **keyvalp, int *size)
PMIX_EXPORT       785 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Args_to_keyval(int *argcp, char *((*argvp)[]), PMI_keyval_t **keyvalp, int *size)
PMIX_EXPORT       792 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Free_keyvals(PMI_keyval_t keyvalp[], int size)
PMIX_EXPORT       799 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Get_options(char *str, int *length)
PMIX_EXPORT        54 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Init(int *spawned, int *size, int *rank, int *appnum)
PMIX_EXPORT       152 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Initialized(void)
PMIX_EXPORT       163 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Finalize(void)
PMIX_EXPORT       178 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Abort(int flag, const char msg[])
PMIX_EXPORT       192 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_Spawn(int count, const char * cmds[],
PMIX_EXPORT       261 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_GetId(char jobid[], int jobid_size)
PMIX_EXPORT       276 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_GetRank(int *rank)
PMIX_EXPORT       287 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_GetSize(int *size)
PMIX_EXPORT       324 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_Connect(const char jobid[], PMI2_Connect_comm_t *conn)
PMIX_EXPORT       346 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_Disconnect(const char jobid[])
PMIX_EXPORT       365 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_KVS_Put(const char key[], const char value[])
PMIX_EXPORT       392 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_KVS_Fence(void)
PMIX_EXPORT       432 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_KVS_Get(const char *jobid, int src_pmi_id,
PMIX_EXPORT       478 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_GetNodeAttr(const char name[],
PMIX_EXPORT       525 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_GetNodeAttrIntArray(const char name[], int array[],
PMIX_EXPORT       532 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_PutNodeAttr(const char name[], const char value[])
PMIX_EXPORT       553 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_GetJobAttr(const char name[], char value[], int valuelen, int *found)
PMIX_EXPORT       624 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Info_GetJobAttrIntArray(const char name[],
PMIX_EXPORT       631 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Nameserv_publish(const char service_name[],
PMIX_EXPORT       668 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Nameserv_lookup(const char service_name[],
PMIX_EXPORT       727 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Nameserv_unpublish(const char service_name[],
PMIX_EXPORT       241 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT const char* PMIx_Get_version(void)
PMIX_EXPORT       419 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Init(pmix_proc_t *proc,
PMIX_EXPORT       703 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT int PMIx_Initialized(void)
PMIX_EXPORT       750 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Finalize(const pmix_info_t info[], size_t ninfo)
PMIX_EXPORT       876 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Abort(int flag, const char msg[],
PMIX_EXPORT      1030 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Put(pmix_scope_t scope,
PMIX_EXPORT      1193 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c  PMIX_EXPORT pmix_status_t PMIx_Commit(void)
PMIX_EXPORT      1240 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Resolve_peers(const char *nodename,
PMIX_EXPORT      1314 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_EXPORT pmix_status_t PMIx_Resolve_nodes(const pmix_nspace_t nspace, char **nodelist)
PMIX_EXPORT        66 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c PMIX_EXPORT pmix_status_t PMIx_Connect(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       111 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c PMIX_EXPORT pmix_status_t PMIx_Connect_nb(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       201 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c PMIX_EXPORT pmix_status_t PMIx_Disconnect(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       241 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c PMIX_EXPORT pmix_status_t PMIx_Disconnect_nb(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c PMIX_EXPORT pmix_status_t PMIx_Fence(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c PMIX_EXPORT pmix_status_t PMIx_Fence_nb(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c PMIX_EXPORT pmix_status_t PMIx_Get(const pmix_proc_t *proc,
PMIX_EXPORT       133 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c PMIX_EXPORT pmix_status_t PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key,
PMIX_EXPORT       121 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_construct(const char grp[],
PMIX_EXPORT       171 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_construct_nb(const char grp[],
PMIX_EXPORT       300 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_destruct(const char grp[],
PMIX_EXPORT       346 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_destruct_nb(const char grp[],
PMIX_EXPORT       573 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_invite(const char grp[],
PMIX_EXPORT       660 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_invite_nb(const char grp[],
PMIX_EXPORT       796 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_join(const char grp[],
PMIX_EXPORT       839 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c PMIX_EXPORT pmix_status_t PMIx_Group_join_nb(const char grp[],
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_ops.h PMIX_EXPORT extern pmix_client_globals_t pmix_client_globals;
PMIX_EXPORT        68 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Publish(const pmix_info_t info[],
PMIX_EXPORT       108 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Publish_nb(const pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       196 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Lookup(pmix_pdata_t pdata[], size_t ndata,
PMIX_EXPORT       257 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Lookup_nb(char **keys,
PMIX_EXPORT       365 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Unpublish(char **keys,
PMIX_EXPORT       408 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c PMIX_EXPORT pmix_status_t PMIx_Unpublish_nb(char **keys,
PMIX_EXPORT        65 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c PMIX_EXPORT pmix_status_t PMIx_Spawn(const pmix_info_t job_info[], size_t ninfo,
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c PMIX_EXPORT pmix_status_t PMIx_Spawn_nb(const pmix_info_t job_info[], size_t ninfo,
PMIX_EXPORT        60 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT void pmix_init_registered_attrs(void)
PMIX_EXPORT       116 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT pmix_status_t PMIx_Register_attributes(char *function,
PMIX_EXPORT       132 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT void pmix_release_registered_attrs(void)
PMIX_EXPORT       273 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT pmix_status_t pmix_register_client_attrs(void)
PMIX_EXPORT       486 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT pmix_status_t pmix_register_server_attrs(void)
PMIX_EXPORT       580 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT pmix_status_t pmix_register_tool_attrs(void)
PMIX_EXPORT       761 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT void pmix_attrs_query_support(int sd, short args, void *cbdata)
PMIX_EXPORT       936 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT char** pmix_attributes_print_functions(char *level)
PMIX_EXPORT      1103 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT char** pmix_attributes_print_attr(char *level, char *function)
PMIX_EXPORT        54 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_init_registered_attrs(void);
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_release_registered_attrs(void);
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT pmix_status_t pmix_register_tool_attrs(void);
PMIX_EXPORT        58 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT pmix_status_t pmix_register_client_attrs(void);
PMIX_EXPORT        59 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT pmix_status_t pmix_register_server_attrs(void);
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT char** pmix_attributes_print_functions(char *level);
PMIX_EXPORT        62 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT char** pmix_attributes_print_attr(char *level, char *function);
PMIX_EXPORT        63 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_attributes_print_attrs(char ***ans, char *function,
PMIX_EXPORT        66 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_attributes_print_headers(char ***ans, char *level);
PMIX_EXPORT        68 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_attrs_query_support(int sd, short args, void *cbdata);
PMIX_EXPORT       129 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Job_control(const pmix_proc_t targets[], size_t ntargets,
PMIX_EXPORT       168 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Job_control_nb(const pmix_proc_t targets[], size_t ntargets,
PMIX_EXPORT       280 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Process_monitor(const pmix_info_t *monitor, pmix_status_t error,
PMIX_EXPORT       319 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Process_monitor_nb(const pmix_info_t *monitor, pmix_status_t error,
PMIX_EXPORT       173 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_pack(const pmix_proc_t *target,
PMIX_EXPORT       204 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_unpack(const pmix_proc_t *source,
PMIX_EXPORT       234 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_copy(void **dest, void *src,
PMIX_EXPORT       246 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_print(char **output, char *prefix,
PMIX_EXPORT       258 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_copy_payload(pmix_data_buffer_t *dest,
PMIX_EXPORT        74 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c PMIX_EXPORT pmix_status_t PMIx_IOF_pull(const pmix_proc_t procs[], size_t nprocs,
PMIX_EXPORT        74 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_iof_write_event_t);
PMIX_EXPORT        85 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_iof_sink_t);
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_iof_write_output_t);
PMIX_EXPORT       106 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_iof_read_event_t);
PMIX_EXPORT       229 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT pmix_status_t pmix_iof_flush(void);
PMIX_EXPORT       231 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT pmix_status_t pmix_iof_write_output(const pmix_proc_t *name,
PMIX_EXPORT       235 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT void pmix_iof_static_dump_output(pmix_iof_sink_t *sink);
PMIX_EXPORT       236 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT void pmix_iof_write_handler(int fd, short event, void *cbdata);
PMIX_EXPORT       237 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT bool pmix_iof_stdin_check(int fd);
PMIX_EXPORT       238 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT void pmix_iof_read_local_handler(int unusedfd, short event, void *cbdata);
PMIX_EXPORT       239 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h PMIX_EXPORT void pmix_iof_stdin_cb(int fd, short event, void *cbdata);
PMIX_EXPORT        65 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c PMIX_EXPORT pmix_status_t PMIx_Log(const pmix_info_t data[], size_t ndata,
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c PMIX_EXPORT pmix_status_t PMIx_Log_nb(const pmix_info_t data[], size_t ndata,
PMIX_EXPORT       136 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c PMIX_EXPORT pmix_status_t PMIx_Query_info_nb(pmix_query_t queries[], size_t nqueries,
PMIX_EXPORT       380 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c PMIX_EXPORT pmix_status_t PMIx_Allocation_request(pmix_alloc_directive_t directive,
PMIX_EXPORT       418 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c PMIX_EXPORT pmix_status_t PMIx_Allocation_request_nb(pmix_alloc_directive_t directive,
PMIX_EXPORT       113 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c PMIX_EXPORT pmix_status_t PMIx_Get_credential(const pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       299 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c PMIX_EXPORT pmix_status_t PMIx_Validate_credential(const pmix_byte_object_t *cred,
PMIX_EXPORT        41 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Proc_state_string(pmix_proc_state_t state)
PMIX_EXPORT        95 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Scope_string(pmix_scope_t scope)
PMIX_EXPORT       113 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Persistence_string(pmix_persistence_t persist)
PMIX_EXPORT       133 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Data_range_string(pmix_data_range_t range)
PMIX_EXPORT       159 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Info_directives_string(pmix_info_directives_t directives)
PMIX_EXPORT       169 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Alloc_directive_string(pmix_alloc_directive_t directive)
PMIX_EXPORT       186 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* pmix_command_string(pmix_cmd_t cmd)
PMIX_EXPORT       252 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_IOF_channel_string(pmix_iof_channel_t channel)
PMIX_EXPORT        39 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c PMIX_EXPORT pmix_status_t PMIx_Notify_event(pmix_status_t status,
PMIX_EXPORT       852 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c PMIX_EXPORT void PMIx_Register_event_handler(pmix_status_t codes[], size_t ncodes,
PMIX_EXPORT      1093 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c PMIX_EXPORT void PMIx_Deregister_event_handler(size_t event_hdlr_ref,
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc-internal.h PMIX_EXPORT pmix_status_t pmix_hwloc_get_topology(pmix_info_t *info, size_t ninfo);
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc-internal.h PMIX_EXPORT void pmix_hwloc_cleanup(void);
PMIX_EXPORT        46 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c PMIX_EXPORT hwloc_topology_t pmix_hwloc_topology = NULL;
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT pmix_lock_t pmix_global_lock = {
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_namelist_t,
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_cleanup_file_t,
PMIX_EXPORT        97 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_cleanup_dir_t,
PMIX_EXPORT       135 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_namespace_t,
PMIX_EXPORT       149 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_nspace_caddy_t,
PMIX_EXPORT       169 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_rank_info_t,
PMIX_EXPORT       227 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_peer_t,
PMIX_EXPORT       247 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_iof_req_t,
PMIX_EXPORT       287 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_shift_caddy_t,
PMIX_EXPORT       323 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_cb_t,
PMIX_EXPORT       327 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_info_caddy_t,
PMIX_EXPORT       339 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_infolist_t,
PMIX_EXPORT       369 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_query_caddy_t,
PMIX_EXPORT       125 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h PMIX_EXPORT extern pmix_status_t pmix_tool_init_info(void);
PMIX_EXPORT       507 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h PMIX_EXPORT void pmix_execute_epilog(pmix_epilog_t *ep);
PMIX_EXPORT       509 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h PMIX_EXPORT extern pmix_globals_t pmix_globals;
PMIX_EXPORT       510 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h PMIX_EXPORT extern pmix_lock_t pmix_global_lock;
PMIX_EXPORT       259 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT int pmix_event_assign(struct event *ev, pmix_event_base_t *evbase,
PMIX_EXPORT       265 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT int pmix_event_add(struct event *ev, struct timeval *tv);
PMIX_EXPORT       266 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT int pmix_event_del(struct event *ev);
PMIX_EXPORT       267 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT void pmix_event_active (struct event *ev, int res, short ncalls);
PMIX_EXPORT       268 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT void pmix_event_base_loopbreak (pmix_event_base_t *b);
PMIX_EXPORT       276 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT pmix_event_t* pmix_event_new(pmix_event_base_t *b, int fd,
PMIX_EXPORT        53 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_component_list_item_t);
PMIX_EXPORT        65 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_component_priority_list_item_t);
PMIX_EXPORT        70 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern char *pmix_mca_base_component_path;
PMIX_EXPORT        71 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern bool pmix_mca_base_component_show_load_errors;
PMIX_EXPORT        72 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern bool pmix_mca_base_component_track_load_errors;
PMIX_EXPORT        73 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern bool pmix_mca_base_component_disable_dlopen;
PMIX_EXPORT        74 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern char *pmix_mca_base_system_default_path;
PMIX_EXPORT        75 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT extern char *pmix_mca_base_user_default_path;
PMIX_EXPORT       119 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_open(void);
PMIX_EXPORT       133 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_close(void);
PMIX_EXPORT       139 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_select(const char *type_name, int output_id,
PMIX_EXPORT       153 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_is_component_required(pmix_list_t *components_available,
PMIX_EXPORT       160 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_cmd_line_setup(pmix_cmd_line_t *cmd);
PMIX_EXPORT       161 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_cmd_line_process_args(pmix_cmd_line_t *cmd,
PMIX_EXPORT       164 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT void pmix_mca_base_cmd_line_wrap_args(char **args);
PMIX_EXPORT       168 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_compare_priority(pmix_mca_base_component_priority_list_item_t *a,
PMIX_EXPORT       170 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_compare(const pmix_mca_base_component_t *a,
PMIX_EXPORT       172 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_compatible(const pmix_mca_base_component_t *a,
PMIX_EXPORT       174 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT char * pmix_mca_base_component_to_string(const pmix_mca_base_component_t *a);
PMIX_EXPORT       178 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_find (const char *directory, pmix_mca_base_framework_t *framework,
PMIX_EXPORT       185 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_parse_requested (const char *requested, bool *include_mode,
PMIX_EXPORT       206 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_components_filter (pmix_mca_base_framework_t *framework, uint32_t filter_flags);
PMIX_EXPORT       213 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_component_find_finalize(void);
PMIX_EXPORT       216 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_framework_components_register (struct pmix_mca_base_framework_t *framework,
PMIX_EXPORT       220 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_framework_components_open (struct pmix_mca_base_framework_t *framework,
PMIX_EXPORT       223 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_components_open(const char *type_name, int output_id,
PMIX_EXPORT       237 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT void pmix_mca_base_component_close (const pmix_mca_base_component_t *component, int output_id);
PMIX_EXPORT       246 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT void pmix_mca_base_component_unload (const pmix_mca_base_component_t *component, int output_id);
PMIX_EXPORT       248 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_components_close(int output_id, pmix_list_t *components_available,
PMIX_EXPORT       251 opal/mca/pmix/pmix4x/pmix/src/mca/base/base.h PMIX_EXPORT int pmix_mca_base_framework_components_close (struct pmix_mca_base_framework_t *framework,
PMIX_EXPORT        62 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_component_repository_item_t);
PMIX_EXPORT        73 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_failed_component_t);
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT int pmix_mca_base_component_repository_init(void);
PMIX_EXPORT        91 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT int pmix_mca_base_component_repository_add(const char *path);
PMIX_EXPORT       103 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT int pmix_mca_base_component_repository_get_components(pmix_mca_base_framework_t *framework,
PMIX_EXPORT       109 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT void pmix_mca_base_component_repository_finalize(void);
PMIX_EXPORT       118 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT int pmix_mca_base_component_repository_open(pmix_mca_base_framework_t *framework,
PMIX_EXPORT       125 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT void pmix_mca_base_component_repository_release(const pmix_mca_base_component_t *component);
PMIX_EXPORT       140 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h PMIX_EXPORT int pmix_mca_base_component_repository_retain_component(const char *type, const char *name);
PMIX_EXPORT       174 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.h PMIX_EXPORT int pmix_mca_base_framework_register (pmix_mca_base_framework_t *framework,
PMIX_EXPORT       187 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.h PMIX_EXPORT int pmix_mca_base_framework_open (pmix_mca_base_framework_t *framework,
PMIX_EXPORT       200 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.h PMIX_EXPORT int pmix_mca_base_framework_close (pmix_mca_base_framework_t *framework);
PMIX_EXPORT       211 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.h PMIX_EXPORT bool pmix_mca_base_framework_is_registered (struct pmix_mca_base_framework_t *framework);
PMIX_EXPORT       222 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.h PMIX_EXPORT bool pmix_mca_base_framework_is_open (struct pmix_mca_base_framework_t *framework);
PMIX_EXPORT        98 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT extern const char *pmix_var_type_names[];
PMIX_EXPORT       301 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_var_t);
PMIX_EXPORT       312 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_init(void);
PMIX_EXPORT       403 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_register (const char *project_name, const char *framework_name,
PMIX_EXPORT       419 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_component_var_register (const pmix_mca_base_component_t *component,
PMIX_EXPORT       431 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_framework_var_register (const pmix_mca_base_framework_t *framework,
PMIX_EXPORT       474 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_register_synonym (int synonym_for, const char *project_name,
PMIX_EXPORT       492 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_deregister(int vari);
PMIX_EXPORT       515 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_get_value (int vari, void *value,
PMIX_EXPORT       540 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_set_value (int vari, const void *value, size_t size,
PMIX_EXPORT       557 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_env_name(const char *param_name,
PMIX_EXPORT       577 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_find (const char *project_name,
PMIX_EXPORT       590 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_find_by_name (const char *full_name, int *vari);
PMIX_EXPORT       620 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_check_exclusive (const char *project,
PMIX_EXPORT       639 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_set_flag(int vari, pmix_mca_base_var_flag_t flag,
PMIX_EXPORT       654 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_get (int vari, const pmix_mca_base_var_t **var);
PMIX_EXPORT       667 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_get_count (void);
PMIX_EXPORT       686 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_build_env(char ***env, int *num_env,
PMIX_EXPORT       703 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_finalize(void);
PMIX_EXPORT       724 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_dump(int vari, char ***out, pmix_mca_base_var_dump_type_t output_type);
PMIX_EXPORT       729 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_cache_files (bool rel_path_search);
PMIX_EXPORT       735 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_process_env_list(char ***argv);
PMIX_EXPORT       736 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h PMIX_EXPORT int pmix_mca_base_var_process_env_list_from_file(char ***argv);
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mca_base_var_group_t);
PMIX_EXPORT        77 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_register(const char *project_name,
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_component_register (const pmix_mca_base_component_t *component,
PMIX_EXPORT       103 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_deregister (int group_index);
PMIX_EXPORT       115 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_find (const char *project_name,
PMIX_EXPORT       128 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_find_by_name (const char *full_name, int *index);
PMIX_EXPORT       142 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_get (const int group_index,
PMIX_EXPORT       154 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_set_var_flag (const int group_index, int flags,
PMIX_EXPORT       162 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_get_count (void);
PMIX_EXPORT       171 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.h PMIX_EXPORT int pmix_mca_base_var_group_get_stamp (void);
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h  PMIX_EXPORT extern pmix_mca_base_framework_t pmix_bfrops_base_framework;
PMIX_EXPORT        58 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h  PMIX_EXPORT pmix_status_t pmix_bfrop_base_select(void);
PMIX_EXPORT        83 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT extern pmix_bfrops_globals_t pmix_bfrops_globals;
PMIX_EXPORT       273 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_bfrop_type_info_t);
PMIX_EXPORT       291 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT char* pmix_bfrops_stub_get_available_modules(void);
PMIX_EXPORT       292 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_assign_module(struct pmix_peer_t *peer,
PMIX_EXPORT       294 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_buffer_t* pmix_bfrops_stub_create_buffer(struct pmix_peer_t *pr);
PMIX_EXPORT       295 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT void pmix_bfrops_construct_buffer(struct pmix_peer_t *pr,
PMIX_EXPORT       297 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_pack(struct pmix_peer_t *peer,
PMIX_EXPORT       302 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_unpack(struct pmix_peer_t *peer,
PMIX_EXPORT       306 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_copy(struct pmix_peer_t *peer,
PMIX_EXPORT       309 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_print(struct pmix_peer_t *peer,
PMIX_EXPORT       312 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_copy_payload(struct pmix_peer_t *peer,
PMIX_EXPORT       315 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_value_xfer(struct pmix_peer_t *peer,
PMIX_EXPORT       318 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT void pmix_bfrops_stub_value_load(struct pmix_peer_t *peer,
PMIX_EXPORT       321 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_value_unload(struct pmix_peer_t *peer,
PMIX_EXPORT       324 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_value_cmp_t pmix_bfrops_stub_value_cmp(struct pmix_peer_t *peer,
PMIX_EXPORT       326 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_stub_register_type(struct pmix_peer_t *peer,
PMIX_EXPORT       334 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT const char* pmix_bfrops_base_data_type_string(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       340 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       344 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_buffer(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       349 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_bool(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       352 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_int(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       355 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_sizet(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       358 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_byte(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       361 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_string(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       364 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_pid(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       368 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_int16(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       371 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_int32(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       374 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_int64(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       377 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_string(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       380 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_float(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       383 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_double(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       386 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_timeval(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       389 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_time(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       392 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_status(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       395 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_buf(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       398 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_bo(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       401 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_proc(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       404 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_value(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       407 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_info(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       410 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_pdata(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       413 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_app(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       416 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_kval(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       419 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_array(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       422 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_modex(pmix_buffer_t *buffer, const void *src,
PMIX_EXPORT       424 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_persist(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       427 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_datatype(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       430 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_ptr(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       433 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_scope(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       436 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_range(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       439 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_cmd(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       442 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_info_directives(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       445 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_pstate(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       448 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_pinfo(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       451 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_darray(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       454 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_rank(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       457 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_query(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       460 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_val(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       463 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_alloc_directive(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       466 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_iof_channel(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       469 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_envar(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       472 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_coord(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       475 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_pack_regattr(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       482 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       487 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_bool(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       490 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_byte(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       493 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_string(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       496 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_int(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       499 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_sizet(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       502 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_pid(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       505 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_int16(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       508 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_int32(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       511 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_datatype(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       514 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_int64(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       518 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_float(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       521 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_double(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       524 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_timeval(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       527 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_time(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       530 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_status(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       534 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_val(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       537 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_value(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       540 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_info(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       543 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_pdata(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       546 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_buf(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       549 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_proc(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       552 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_app(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       555 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_kval(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       558 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_modex(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       561 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_persist(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       564 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_bo(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       567 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_ptr(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       570 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_scope(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       573 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_range(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       576 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_cmd(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       579 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_info_directives(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       582 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_datatype(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       585 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_pstate(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       588 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_pinfo(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       591 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_darray(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       594 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_rank(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       597 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_query(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       600 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_alloc_directive(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       603 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_iof_channel(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       606 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_envar(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       609 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_coord(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       612 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_regattr(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       616 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_unpack_array(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       623 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       626 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_payload(pmix_buffer_t *dest,
PMIX_EXPORT       629 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_std_copy(void **dest, void *src,
PMIX_EXPORT       632 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_string(char **dest, char *src,
PMIX_EXPORT       635 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_value(pmix_value_t **dest,
PMIX_EXPORT       638 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_proc(pmix_proc_t **dest,
PMIX_EXPORT       641 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_app(pmix_app_t **dest,
PMIX_EXPORT       644 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_info(pmix_info_t **dest,
PMIX_EXPORT       647 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_buf(pmix_buffer_t **dest,
PMIX_EXPORT       650 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_kval(pmix_kval_t **dest,
PMIX_EXPORT       653 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrop_base_copy_persist(pmix_persistence_t **dest,
PMIX_EXPORT       656 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_bo(pmix_byte_object_t **dest,
PMIX_EXPORT       659 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_pdata(pmix_pdata_t **dest,
PMIX_EXPORT       662 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_pinfo(pmix_proc_info_t **dest,
PMIX_EXPORT       665 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_darray(pmix_data_array_t **dest,
PMIX_EXPORT       668 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_query(pmix_query_t **dest,
PMIX_EXPORT       671 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_envar(pmix_envar_t **dest,
PMIX_EXPORT       674 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_coord(pmix_coord_t **dest,
PMIX_EXPORT       677 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_regattr(pmix_regattr_t **dest,
PMIX_EXPORT       684 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       687 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_bool(char **output, char *prefix,
PMIX_EXPORT       689 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_byte(char **output, char *prefix,
PMIX_EXPORT       691 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_string(char **output, char *prefix,
PMIX_EXPORT       693 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_size(char **output, char *prefix,
PMIX_EXPORT       695 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_pid(char **output, char *prefix,
PMIX_EXPORT       698 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_int(char **output, char *prefix,
PMIX_EXPORT       700 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_int8(char **output, char *prefix,
PMIX_EXPORT       702 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_int16(char **output, char *prefix,
PMIX_EXPORT       704 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_int32(char **output, char *prefix,
PMIX_EXPORT       706 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_int64(char **output, char *prefix,
PMIX_EXPORT       709 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_uint(char **output, char *prefix,
PMIX_EXPORT       711 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_uint8(char **output, char *prefix,
PMIX_EXPORT       713 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_uint16(char **output, char *prefix,
PMIX_EXPORT       715 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_uint32(char **output, char *prefix,
PMIX_EXPORT       717 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_uint64(char **output, char *prefix,
PMIX_EXPORT       720 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_float(char **output, char *prefix,
PMIX_EXPORT       722 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_double(char **output, char *prefix,
PMIX_EXPORT       725 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_timeval(char **output, char *prefix,
PMIX_EXPORT       727 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_time(char **output, char *prefix,
PMIX_EXPORT       729 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_status(char **output, char *prefix,
PMIX_EXPORT       732 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_value(char **output, char *prefix,
PMIX_EXPORT       734 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_proc(char **output, char *prefix,
PMIX_EXPORT       736 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_app(char **output, char *prefix,
PMIX_EXPORT       738 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_info(char **output, char *prefix,
PMIX_EXPORT       740 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_buf(char **output, char *prefix,
PMIX_EXPORT       742 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_kval(char **output, char *prefix,
PMIX_EXPORT       744 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_persist(char **output, char *prefix,
PMIX_EXPORT       746 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_bo(char **output, char *prefix,
PMIX_EXPORT       748 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_pdata(char **output, char *prefix,
PMIX_EXPORT       750 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_ptr(char **output, char *prefix,
PMIX_EXPORT       752 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_scope(char **output, char *prefix,
PMIX_EXPORT       754 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_range(char **output, char *prefix,
PMIX_EXPORT       756 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_cmd(char **output, char *prefix,
PMIX_EXPORT       758 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_info_directives(char **output, char *prefix,
PMIX_EXPORT       761 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_datatype(char **output, char *prefix,
PMIX_EXPORT       764 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_pstate(char **output, char *prefix,
PMIX_EXPORT       767 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_pinfo(char **output, char *prefix,
PMIX_EXPORT       770 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_darray(char **output, char *prefix,
PMIX_EXPORT       773 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_query(char **output, char *prefix,
PMIX_EXPORT       776 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_rank(char **output, char *prefix,
PMIX_EXPORT       779 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_alloc_directive(char **output, char *prefix,
PMIX_EXPORT       782 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_iof_channel(char **output, char *prefix,
PMIX_EXPORT       785 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_envar(char **output, char *prefix,
PMIX_EXPORT       788 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_coord(char **output, char *prefix,
PMIX_EXPORT       791 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_print_regattr(char **output, char *prefix,
PMIX_EXPORT       799 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT char* pmix_bfrop_buffer_extend(pmix_buffer_t *bptr, size_t bytes_to_add);
PMIX_EXPORT       801 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT bool pmix_bfrop_too_small(pmix_buffer_t *buffer, size_t bytes_reqd);
PMIX_EXPORT       803 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrop_store_data_type(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       806 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrop_get_data_type(pmix_pointer_array_t *regtypes,
PMIX_EXPORT       809 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_copy_payload(pmix_buffer_t *dest,
PMIX_EXPORT       812 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT void pmix_bfrops_base_value_load(pmix_value_t *v, const void *data,
PMIX_EXPORT       815 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_value_unload(pmix_value_t *kv,
PMIX_EXPORT       819 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_status_t pmix_bfrops_base_value_xfer(pmix_value_t *p,
PMIX_EXPORT       822 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h PMIX_EXPORT pmix_value_cmp_t pmix_bfrops_base_value_cmp(pmix_value_t *p,
PMIX_EXPORT        37 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c PMIX_EXPORT void pmix_value_load(pmix_value_t *v, const void *data,
PMIX_EXPORT        43 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c PMIX_EXPORT pmix_status_t pmix_value_unload(pmix_value_t *kv,
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c PMIX_EXPORT pmix_status_t pmix_value_xfer(pmix_value_t *dest,
PMIX_EXPORT        34 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_stubs.c PMIX_EXPORT const char* PMIx_Data_type_string(pmix_data_type_t type)
PMIX_EXPORT       386 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops.h PMIX_EXPORT char* pmix_bfrops_base_get_available_modules(void);
PMIX_EXPORT       389 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops.h PMIX_EXPORT pmix_bfrops_module_t* pmix_bfrops_base_assign_module(const char *version);
PMIX_EXPORT       392 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops.h PMIX_EXPORT extern int pmix_bfrops_base_output;
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_kval_t);
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_buffer_t);
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/bfrop_v12.h  PMIX_EXPORT extern pmix_bfrops_base_component_t mca_bfrops_v12_component;
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.h  PMIX_EXPORT extern pmix_bfrops_base_component_t mca_bfrops_v20_component;
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21/bfrop_pmix21.h  PMIX_EXPORT extern pmix_bfrops_base_component_t mca_bfrops_v21_component;
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3/bfrop_pmix3.h  PMIX_EXPORT extern pmix_bfrops_base_component_t mca_bfrops_v3_component;
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v4/bfrop_pmix4.h  PMIX_EXPORT extern pmix_bfrops_base_component_t mca_bfrops_v4_component;
PMIX_EXPORT      1534 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_cache_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      1751 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT void pmix_common_dstor_finalize(pmix_common_dstore_ctx_t *ds_ctx)
PMIX_EXPORT      1868 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_store(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      2272 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_fetch(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      2334 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_setup_fork(pmix_common_dstore_ctx_t *ds_ctx, const char *base_path_env,
PMIX_EXPORT      2370 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_add_nspace(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      2440 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_del_nspace(pmix_common_dstore_ctx_t *ds_ctx, const char* nspace)
PMIX_EXPORT      2523 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_store_modex(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      2740 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_register_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT      2808 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c PMIX_EXPORT pmix_status_t pmix_common_dstor_store_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        48 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_common_dstore_ctx_t *pmix_common_dstor_init(const char *ds_name, pmix_info_t info[], size_t ninfo,
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT void pmix_common_dstor_finalize(pmix_common_dstore_ctx_t *ds_ctx);
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_add_nspace(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        54 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_del_nspace(pmix_common_dstore_ctx_t *ds_ctx, const char* nspace);
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_setup_fork(pmix_common_dstore_ctx_t *ds_ctx, const char *base_path_env,
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_cache_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        60 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_register_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        63 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_store_job_info(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        66 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_store(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        70 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_fetch(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        76 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h PMIX_EXPORT pmix_status_t pmix_common_dstor_store_modex(pmix_common_dstore_ctx_t *ds_ctx,
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT int pmix_common_dstor_getpagesize(void)
PMIX_EXPORT        66 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT size_t pmix_common_dstor_getcacheblocksize(void)
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT void pmix_common_dstor_init_segment_info(size_t initial_segment_size,
PMIX_EXPORT        90 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_lock_seg(const char *base_path, size_t size,
PMIX_EXPORT       138 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_lock_seg(const char *base_path,
PMIX_EXPORT       163 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_segment(pmix_dstore_segment_type type,
PMIX_EXPORT       228 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_segment(pmix_dstore_segment_type type, const char *base_path,
PMIX_EXPORT       272 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_extend_segment(pmix_dstore_seg_desc_t *segdesc, const char *base_path,
PMIX_EXPORT       292 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT void pmix_common_dstor_delete_sm_desc(pmix_dstore_seg_desc_t *desc)
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT int pmix_common_dstor_getpagesize(void);
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT size_t pmix_common_dstor_getcacheblocksize(void);
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT void pmix_common_dstor_init_segment_info(size_t initial_segment_size,
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_segment(pmix_dstore_segment_type type,
PMIX_EXPORT        58 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_segment(pmix_dstore_segment_type type,
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_extend_segment(pmix_dstore_seg_desc_t *segdesc,
PMIX_EXPORT        64 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT void pmix_common_dstor_delete_sm_desc(pmix_dstore_seg_desc_t *desc);
PMIX_EXPORT        65 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_lock_seg(const char *base_path, size_t size,
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_lock_seg(const char *base_path,
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_gds_base_framework;
PMIX_EXPORT        59 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT pmix_status_t pmix_gds_base_select(pmix_info_t info[], size_t ninfo);
PMIX_EXPORT       106 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT extern pmix_gds_globals_t pmix_gds_globals;
PMIX_EXPORT       111 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT char* pmix_gds_base_get_available_modules(void);
PMIX_EXPORT       115 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT pmix_gds_base_module_t* pmix_gds_base_assign_module(pmix_info_t *info,
PMIX_EXPORT       125 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT pmix_status_t pmix_gds_base_setup_fork(const pmix_proc_t *proc,
PMIX_EXPORT       128 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT pmix_status_t pmix_gds_base_store_modex(struct pmix_namespace_t *nspace,
PMIX_EXPORT       134 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT
PMIX_EXPORT       139 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h PMIX_EXPORT
PMIX_EXPORT        18 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.h PMIX_EXPORT extern pmix_gds_base_component_t mca_gds_ds12_component;
PMIX_EXPORT        18 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.h PMIX_EXPORT extern pmix_gds_base_component_t mca_gds_ds21_component;
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h PMIX_EXPORT extern int pmix_gds_base_output;
PMIX_EXPORT        22 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.h PMIX_EXPORT extern pmix_gds_base_component_t mca_gds_hash_component;
PMIX_EXPORT        59 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h PMIX_EXPORT extern pmix_compress_base_t pmix_compress_base;
PMIX_EXPORT        69 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h     PMIX_EXPORT int pmix_compress_base_select(void);
PMIX_EXPORT        74 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h     PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pcompress_base_framework;
PMIX_EXPORT        75 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h     PMIX_EXPORT extern pmix_compress_base_module_t pmix_compress;
PMIX_EXPORT        80 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h     PMIX_EXPORT int pmix_compress_base_tar_create(char ** target);
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h     PMIX_EXPORT int pmix_compress_base_tar_extract(char ** target);
PMIX_EXPORT       142 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/pcompress.h PMIX_EXPORT extern pmix_compress_base_module_t pmix_compress;
PMIX_EXPORT        38 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib_component.c PMIX_EXPORT pmix_mca_base_component_t mca_pcompress_zlib_component = {
PMIX_EXPORT        29 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pdl_base_framework;
PMIX_EXPORT        26 opal/mca/pmix/pmix4x/pmix/src/mca/pif/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pif_base_framework;
PMIX_EXPORT        30 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pinstalldirs_base_framework;
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/pinstalldirs.h PMIX_EXPORT extern pmix_pinstall_dirs_t pmix_pinstall_dirs;
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_plog_base_framework;
PMIX_EXPORT        58 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/base.h PMIX_EXPORT pmix_status_t pmix_plog_base_select(void);
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/base.h PMIX_EXPORT extern pmix_plog_globals_t pmix_plog_globals;
PMIX_EXPORT        86 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/base.h PMIX_EXPORT pmix_status_t pmix_plog_base_log(const pmix_proc_t *source,
PMIX_EXPORT        35 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.h PMIX_EXPORT extern pmix_plog_base_component_t mca_plog_default_component;
PMIX_EXPORT        83 opal/mca/pmix/pmix4x/pmix/src/mca/plog/plog.h PMIX_EXPORT extern pmix_plog_API_module_t pmix_plog;
PMIX_EXPORT        35 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.h PMIX_EXPORT extern pmix_plog_base_component_t mca_plog_stdfd_component;
PMIX_EXPORT        42 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.h PMIX_EXPORT extern pmix_plog_syslog_component_t mca_plog_syslog_component;
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pnet_base_framework;
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT pmix_status_t pmix_pnet_base_select(void);
PMIX_EXPORT        69 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pnet_base_active_module_t);
PMIX_EXPORT        77 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pnet_local_procs_t);
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pnet_resource_t);
PMIX_EXPORT        93 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pnet_node_t);
PMIX_EXPORT       100 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_pnet_job_t);
PMIX_EXPORT       112 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT extern pmix_pnet_globals_t pmix_pnet_globals;
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT pmix_status_t pmix_pnet_base_allocate(char *nspace,
PMIX_EXPORT       117 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT pmix_status_t pmix_pnet_base_setup_local_network(char *nspace,
PMIX_EXPORT       120 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT pmix_status_t pmix_pnet_base_setup_fork(const pmix_proc_t *peer, char ***env);
PMIX_EXPORT       121 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT void pmix_pnet_base_child_finalized(pmix_proc_t *peer);
PMIX_EXPORT       122 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT void pmix_pnet_base_local_app_finalized(pmix_namespace_t *nptr);
PMIX_EXPORT       123 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT void pmix_pnet_base_deregister_nspace(char *nspace);
PMIX_EXPORT       124 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT void pmix_pnet_base_collect_inventory(pmix_info_t directives[], size_t ndirs,
PMIX_EXPORT       127 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT void pmix_pnet_base_deliver_inventory(pmix_info_t info[], size_t ninfo,
PMIX_EXPORT       130 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h PMIX_EXPORT pmix_status_t pmix_pnet_base_harvest_envars(char **incvars, char **excvars,
PMIX_EXPORT        31 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.h PMIX_EXPORT extern pmix_pnet_opa_component_t mca_pnet_opa_component;
PMIX_EXPORT       208 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/pnet.h PMIX_EXPORT extern pmix_pnet_API_module_t pmix_pnet;
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.h PMIX_EXPORT extern pmix_pnet_tcp_component_t mca_pnet_tcp_component;
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.h PMIX_EXPORT extern pmix_pnet_test_component_t mca_pnet_test_component;
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_preg_base_framework;
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_select(void);
PMIX_EXPORT        78 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT extern pmix_preg_globals_t pmix_preg_globals;
PMIX_EXPORT        80 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_generate_node_regex(const char *input,
PMIX_EXPORT        82 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_generate_ppn(const char *input,
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_parse_nodes(const char *regexp,
PMIX_EXPORT        86 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_parse_procs(const char *regexp,
PMIX_EXPORT        88 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_resolve_peers(const char *nodename,
PMIX_EXPORT        91 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_resolve_nodes(const char *nspace,
PMIX_EXPORT        22 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.h PMIX_EXPORT extern pmix_mca_base_component_t mca_preg_native_component;
PMIX_EXPORT       103 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg.h PMIX_EXPORT extern pmix_preg_module_t pmix_preg;
PMIX_EXPORT        46 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg_types.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_regex_range_t);
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg_types.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_regex_value_t);
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/src/mca/psec/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_psec_base_framework;
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/mca/psec/base/base.h PMIX_EXPORT pmix_status_t pmix_psec_base_select(void);
PMIX_EXPORT        80 opal/mca/pmix/pmix4x/pmix/src/mca/psec/base/base.h PMIX_EXPORT char* pmix_psec_base_get_available_modules(void);
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/mca/psec/base/base.h PMIX_EXPORT pmix_psec_module_t* pmix_psec_base_assign_module(const char *options);
PMIX_EXPORT        20 opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.h PMIX_EXPORT extern pmix_psec_base_component_t mca_psec_munge_component;
PMIX_EXPORT        22 opal/mca/pmix/pmix4x/pmix/src/mca/psec/native/psec_native.h PMIX_EXPORT extern pmix_psec_base_component_t mca_psec_native_component;
PMIX_EXPORT        22 opal/mca/pmix/pmix4x/pmix/src/mca/psec/none/psec_none.h PMIX_EXPORT extern pmix_psec_base_component_t mca_psec_none_component;
PMIX_EXPORT       124 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h PMIX_EXPORT char* pmix_psec_base_get_available_modules(void);
PMIX_EXPORT       127 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h PMIX_EXPORT pmix_psec_module_t* pmix_psec_base_assign_module(const char *options);
PMIX_EXPORT        31 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_psensor_base_framework;
PMIX_EXPORT        33 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT int pmix_psensor_base_select(void);
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT extern pmix_psensor_base_t pmix_psensor_base;
PMIX_EXPORT        51 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT pmix_status_t pmix_psensor_base_start(pmix_peer_t *requestor, pmix_status_t error,
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT pmix_status_t pmix_psensor_base_stop(pmix_peer_t *requestor,
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.h PMIX_EXPORT extern pmix_psensor_file_component_t mca_psensor_file_component;
PMIX_EXPORT        35 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.h PMIX_EXPORT extern pmix_psensor_heartbeat_component_t mca_psensor_heartbeat_component;
PMIX_EXPORT        82 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/psensor.h PMIX_EXPORT extern pmix_psensor_base_module_t pmix_psensor;  /* holds API function pointers */
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pshmem_base_framework;
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/base/base.h PMIX_EXPORT pmix_status_t pmix_pshmem_base_select(void);
PMIX_EXPORT        20 opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap/pshmem_mmap.h PMIX_EXPORT extern pmix_pshmem_base_component_t mca_pshmem_mmap_component;
PMIX_EXPORT       135 opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/pshmem.h PMIX_EXPORT extern pmix_pshmem_base_module_t pmix_pshmem;
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_psquash_base_framework;
PMIX_EXPORT        69 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/base/base.h PMIX_EXPORT pmix_status_t pmix_psquash_base_select(void);
PMIX_EXPORT        21 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.h PMIX_EXPORT extern pmix_psquash_base_component_t mca_psquash_flex128_component;
PMIX_EXPORT        24 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/native/psquash_native.h PMIX_EXPORT extern pmix_psquash_base_component_t mca_psquash_native_component;
PMIX_EXPORT       110 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/psquash.h PMIX_EXPORT extern pmix_psquash_base_module_t pmix_psquash;
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT extern pmix_mca_base_framework_t pmix_ptl_base_framework;
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_select(void);
PMIX_EXPORT        86 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT extern pmix_ptl_globals_t pmix_ptl_globals;
PMIX_EXPORT        89 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_set_notification_cbfunc(pmix_ptl_cbfunc_t cbfunc);
PMIX_EXPORT        90 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT char* pmix_ptl_base_get_available_modules(void);
PMIX_EXPORT        91 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_ptl_module_t* pmix_ptl_base_assign_module(void);
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_connect_to_peer(struct pmix_peer_t *peer,
PMIX_EXPORT        95 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_register_recv(struct pmix_peer_t *peer,
PMIX_EXPORT        98 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_cancel_recv(struct pmix_peer_t *peer,
PMIX_EXPORT       101 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_start_listening(pmix_info_t *info, size_t ninfo);
PMIX_EXPORT       102 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_stop_listening(void);
PMIX_EXPORT       103 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_setup_fork(const pmix_proc_t *proc, char ***env);
PMIX_EXPORT       106 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_send(int sd, short args, void *cbdata);
PMIX_EXPORT       107 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_send_recv(int sd, short args, void *cbdata);
PMIX_EXPORT       108 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_send_handler(int sd, short flags, void *cbdata);
PMIX_EXPORT       109 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_recv_handler(int sd, short flags, void *cbdata);
PMIX_EXPORT       110 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_process_msg(int fd, short flags, void *cbdata);
PMIX_EXPORT       111 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_set_nonblocking(int sd);
PMIX_EXPORT       112 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_set_blocking(int sd);
PMIX_EXPORT       113 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_send_blocking(int sd, char *ptr, size_t size);
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_recv_blocking(int sd, char *data, size_t size);
PMIX_EXPORT       115 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_connect(struct sockaddr_storage *addr,
PMIX_EXPORT       117 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_connection_handler(int sd, short args, void *cbdata);
PMIX_EXPORT       118 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_send_connect_ack(int sd);
PMIX_EXPORT       119 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT pmix_status_t pmix_ptl_base_recv_connect_ack(int sd);
PMIX_EXPORT       120 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h PMIX_EXPORT void pmix_ptl_base_lost_connection(pmix_peer_t *peer, pmix_status_t err);
PMIX_EXPORT       146 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_ptl_send_t,
PMIX_EXPORT       167 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_ptl_recv_t,
PMIX_EXPORT       177 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_ptl_posted_recv_t,
PMIX_EXPORT       195 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_ptl_sr_t,
PMIX_EXPORT       231 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_pending_connection_t,
PMIX_EXPORT       256 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_listener_t,
PMIX_EXPORT       272 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_ptl_queue_t,
PMIX_EXPORT       239 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h PMIX_EXPORT extern int pmix_ptl_base_output;
PMIX_EXPORT        87 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c  PMIX_EXPORT pmix_ptl_tcp_component_t mca_ptl_tcp_component = {
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_EXPORT pmix_ptl_usock_component_t mca_ptl_usock_component = {
PMIX_EXPORT        66 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c PMIX_EXPORT int pmix_initialized = 0;
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c PMIX_EXPORT bool pmix_init_called = false;
PMIX_EXPORT        74 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c PMIX_EXPORT pmix_globals_t pmix_globals = {
PMIX_EXPORT        62 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_rte.h PMIX_EXPORT pmix_status_t pmix_rte_init(pmix_proc_type_t type,
PMIX_EXPORT        70 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_rte.h PMIX_EXPORT void pmix_rte_finalize(void);
PMIX_EXPORT        75 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_rte.h PMIX_EXPORT pmix_status_t pmix_register_params(void);
PMIX_EXPORT        76 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_rte.h PMIX_EXPORT pmix_status_t pmix_deregister_params(void);
PMIX_EXPORT       160 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_init(pmix_server_module_t *module,
PMIX_EXPORT       430 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_finalize(void)
PMIX_EXPORT       595 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_register_nspace(const pmix_nspace_t nspace, int nlocalprocs,
PMIX_EXPORT       762 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT void PMIx_server_deregister_nspace(const pmix_nspace_t nspace,
PMIX_EXPORT      1069 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_register_client(const pmix_proc_t *proc,
PMIX_EXPORT      1184 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT void PMIx_server_deregister_client(const pmix_proc_t *proc,
PMIX_EXPORT      1221 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_setup_fork(const pmix_proc_t *proc, char ***env)
PMIX_EXPORT      1425 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_server_dmodex_request(const pmix_proc_t *proc,
PMIX_EXPORT      1475 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_Store_internal(const pmix_proc_t *proc,
PMIX_EXPORT      1518 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_generate_regex(const char *input, char **regexp)
PMIX_EXPORT      1530 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_generate_ppn(const char *input, char **regexp)
PMIX_EXPORT      4467 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_setup_caddy_t,
PMIX_EXPORT       364 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h PMIX_EXPORT extern pmix_server_module_t pmix_host_server;
PMIX_EXPORT       365 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h PMIX_EXPORT extern pmix_server_globals_t pmix_server_globals;
PMIX_EXPORT        63 opal/mca/pmix/pmix4x/pmix/src/threads/mutex_unix.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_mutex_t);
PMIX_EXPORT        64 opal/mca/pmix/pmix4x/pmix/src/threads/mutex_unix.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_recursive_mutex_t);
PMIX_EXPORT        43 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c PMIX_EXPORT PMIX_CLASS_INSTANCE(pmix_thread_t,
PMIX_EXPORT        55 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT extern bool pmix_debug_threads;
PMIX_EXPORT        59 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_thread_t);
PMIX_EXPORT       196 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT int  pmix_thread_start(pmix_thread_t *);
PMIX_EXPORT       197 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT int  pmix_thread_join(pmix_thread_t *, void **thread_return);
PMIX_EXPORT       198 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT bool pmix_thread_self_compare(pmix_thread_t*);
PMIX_EXPORT       199 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT pmix_thread_t *pmix_thread_get_self(void);
PMIX_EXPORT       200 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT void pmix_thread_kill(pmix_thread_t *, int sig);
PMIX_EXPORT       201 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h PMIX_EXPORT void pmix_thread_set_main(void);
PMIX_EXPORT        89 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h PMIX_EXPORT int pmix_tsd_key_create(pmix_tsd_key_t *key,
PMIX_EXPORT       105 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h PMIX_EXPORT int pmix_tsd_keys_destruct(void);
PMIX_EXPORT        75 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h PMIX_EXPORT int pmix_sync_wait_mt(pmix_wait_sync_t *sync);
PMIX_EXPORT       257 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c PMIX_EXPORT int PMIx_tool_init(pmix_proc_t *proc,
PMIX_EXPORT      1122 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c PMIX_EXPORT pmix_status_t PMIx_tool_finalize(void)
PMIX_EXPORT        28 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_path_prefix;
PMIX_EXPORT        30 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_type_all;
PMIX_EXPORT        31 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_type_pmix;
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_component_all;
PMIX_EXPORT        35 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_ver_full;
PMIX_EXPORT        42 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT extern const char *pmix_info_ver_all;
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_info_component_map_t);
PMIX_EXPORT        60 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT int pmix_info_init(int argc, char **argv,
PMIX_EXPORT        63 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_finalize(void);
PMIX_EXPORT        65 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_register_types(pmix_pointer_array_t *mca_types);
PMIX_EXPORT        67 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT int pmix_info_register_framework_params(pmix_pointer_array_t *component_map);
PMIX_EXPORT        69 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_close_components(void);
PMIX_EXPORT        70 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_err_params(pmix_pointer_array_t *component_map);
PMIX_EXPORT        72 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_do_params(bool want_all_in, bool want_internal,
PMIX_EXPORT        77 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_path(const char *type, const char *value);
PMIX_EXPORT        79 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_do_path(bool want_all, pmix_cmd_line_t *cmd_line);
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_mca_params(const char *type,
PMIX_EXPORT        86 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_mca_version(const pmix_mca_base_component_t *component,
PMIX_EXPORT        89 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_component_version(pmix_pointer_array_t *mca_types,
PMIX_EXPORT        95 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT char *pmix_info_make_version_str(const char *scope,
PMIX_EXPORT       100 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_pmix_version(const char *scope);
PMIX_EXPORT       102 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_do_arch(void);
PMIX_EXPORT       104 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_do_hostname(void);
PMIX_EXPORT       106 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_do_type(pmix_cmd_line_t *pmix_info_cmd_line);
PMIX_EXPORT       108 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_out(const char *pretty_message, const char *plain_message, const char *value);
PMIX_EXPORT       110 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_out_int(const char *pretty_message,
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT int pmix_info_register_project_frameworks (const char *project_name,
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/util/alfg.h PMIX_EXPORT int pmix_srand(pmix_rng_buff_t *buff, uint32_t seed);
PMIX_EXPORT        34 opal/mca/pmix/pmix4x/pmix/src/util/alfg.h PMIX_EXPORT uint32_t pmix_rand(pmix_rng_buff_t *buff);
PMIX_EXPORT        36 opal/mca/pmix/pmix4x/pmix/src/util/alfg.h PMIX_EXPORT int pmix_random(void);
PMIX_EXPORT        77 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_append(int *argc, char ***argv, const char *arg) __pmix_attribute_nonnull__(1) __pmix_attribute_nonnull__(3);
PMIX_EXPORT        94 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_append_nosize(char ***argv, const char *arg);
PMIX_EXPORT       105 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_prepend_nosize(char ***argv, const char *arg);
PMIX_EXPORT       121 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_append_unique_nosize(char ***argv, const char *arg);
PMIX_EXPORT       138 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_append_unique_idx(int *idx, char ***argv, const char *arg);
PMIX_EXPORT       153 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT void pmix_argv_free(char **argv);
PMIX_EXPORT       170 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT char **pmix_argv_split(const char *src_string, int delimiter) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       187 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT char **pmix_argv_split_with_empty(const char *src_string, int delimiter) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       199 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT int pmix_argv_count(char **argv);
PMIX_EXPORT       217 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT char *pmix_argv_join(char **argv, int delimiter) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       219 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT char *pmix_argv_join_range(char **argv, size_t start, size_t end, int delimiter) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       230 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT size_t pmix_argv_len(char **argv);
PMIX_EXPORT       244 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT char **pmix_argv_copy(char **argv) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       271 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_delete(int *argc, char ***argv,
PMIX_EXPORT       295 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_insert(char ***target, int start, char **source);
PMIX_EXPORT       318 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_insert_element(char ***target, int location, char *source);
PMIX_EXPORT        71 opal/mca/pmix/pmix4x/pmix/src/util/basename.h PMIX_EXPORT char *pmix_basename(const char* filename) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       110 opal/mca/pmix/pmix4x/pmix/src/util/basename.h PMIX_EXPORT char *pmix_dirname(const char* filename) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       266 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_cmd_line_t);
PMIX_EXPORT       302 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_create(pmix_cmd_line_t *cmd,
PMIX_EXPORT       312 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h      PMIX_EXPORT int pmix_cmd_line_add(pmix_cmd_line_t *cmd,
PMIX_EXPORT       324 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_make_opt_mca(pmix_cmd_line_t *cmd,
PMIX_EXPORT       355 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_make_opt3(pmix_cmd_line_t *cmd,
PMIX_EXPORT       451 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_parse(pmix_cmd_line_t *cmd,
PMIX_EXPORT       477 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT char *pmix_cmd_line_get_usage_msg(pmix_cmd_line_t *cmd) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       498 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT bool pmix_cmd_line_is_taken(pmix_cmd_line_t *cmd,
PMIX_EXPORT       512 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_get_argc(pmix_cmd_line_t *cmd) __pmix_attribute_unused__;
PMIX_EXPORT       531 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT char *pmix_cmd_line_get_argv(pmix_cmd_line_t *cmd,
PMIX_EXPORT       554 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_get_ninsts(pmix_cmd_line_t *cmd,
PMIX_EXPORT       584 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT char *pmix_cmd_line_get_param(pmix_cmd_line_t *cmd,
PMIX_EXPORT       616 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.h     PMIX_EXPORT int pmix_cmd_line_get_tail(pmix_cmd_line_t *cmd, int *tailc,
PMIX_EXPORT        38 opal/mca/pmix/pmix4x/pmix/src/util/error.c PMIX_EXPORT const char* PMIx_Error_string(pmix_status_t errnum)
PMIX_EXPORT        39 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT pmix_status_t pmix_fd_read(int fd, int len, void *buffer);
PMIX_EXPORT        54 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT pmix_status_t pmix_fd_write(int fd, int len, const void *buffer);
PMIX_EXPORT        68 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT pmix_status_t pmix_fd_set_cloexec(int fd);
PMIX_EXPORT        78 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT bool pmix_fd_is_regular(int fd);
PMIX_EXPORT        88 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT bool pmix_fd_is_chardev(int fd);
PMIX_EXPORT        98 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT bool pmix_fd_is_blkdev(int fd);
PMIX_EXPORT        26 opal/mca/pmix/pmix4x/pmix/src/util/getid.h PMIX_EXPORT pmix_status_t pmix_util_getid(int sd, uid_t *uid, gid_t *gid);
PMIX_EXPORT        27 opal/mca/pmix/pmix4x/pmix/src/util/hash.h PMIX_EXPORT pmix_status_t pmix_hash_store(pmix_hash_table_t *table,
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/util/hash.h PMIX_EXPORT pmix_status_t pmix_hash_fetch(pmix_hash_table_t *table, pmix_rank_t rank,
PMIX_EXPORT        40 opal/mca/pmix/pmix4x/pmix/src/util/hash.h PMIX_EXPORT pmix_status_t pmix_hash_fetch_by_key(pmix_hash_table_t *table, const char *key,
PMIX_EXPORT        50 opal/mca/pmix/pmix4x/pmix/src/util/hash.h PMIX_EXPORT pmix_status_t pmix_hash_remove_data(pmix_hash_table_t *table,
PMIX_EXPORT        29 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT extern int pmix_util_keyval_parse_lineno;
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT int pmix_util_keyval_parse(const char *filename,
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT int pmix_util_keyval_parse_init(void);
PMIX_EXPORT        54 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT int pmix_util_keyval_parse_finalize(void);
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT int pmix_util_keyval_save_internal_envars(pmix_keyval_parse_fn_t callback);
PMIX_EXPORT        37 opal/mca/pmix/pmix4x/pmix/src/util/name_fns.h PMIX_EXPORT char* pmix_util_print_name_args(const pmix_proc_t *name);
PMIX_EXPORT        41 opal/mca/pmix/pmix4x/pmix/src/util/name_fns.h PMIX_EXPORT char* pmix_util_print_rank(const pmix_rank_t vpid);
PMIX_EXPORT        52 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT int pmix_net_init(void);
PMIX_EXPORT        64 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT int pmix_net_finalize(void);
PMIX_EXPORT        73 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT uint32_t pmix_net_prefix2netmask(uint32_t prefixlen);
PMIX_EXPORT        87 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT bool pmix_net_islocalhost(const struct sockaddr *addr);
PMIX_EXPORT       102 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT bool pmix_net_samenetwork(const struct sockaddr *addr1,
PMIX_EXPORT       114 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT bool pmix_net_addr_isipv4public(const struct sockaddr *addr);
PMIX_EXPORT       127 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT char* pmix_net_get_hostname(const struct sockaddr *addr);
PMIX_EXPORT       139 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT int pmix_net_get_port(const struct sockaddr *addr);
PMIX_EXPORT       146 opal/mca/pmix/pmix4x/pmix/src/util/net.h PMIX_EXPORT bool pmix_net_isaddr(const char *name);
PMIX_EXPORT        61 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.h PMIX_EXPORT int pmix_os_dirpath_create(const char *path, const mode_t mode);
PMIX_EXPORT        71 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.h PMIX_EXPORT bool pmix_os_dirpath_is_empty(const char *path);
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.h PMIX_EXPORT int pmix_os_dirpath_access(const char *path, const mode_t mode );
PMIX_EXPORT       113 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.h PMIX_EXPORT int pmix_os_dirpath_destroy(const char *path,
PMIX_EXPORT        73 opal/mca/pmix/pmix4x/pmix/src/util/os_path.h PMIX_EXPORT char *pmix_os_path(int relative, ...) __pmix_attribute_malloc__ __pmix_attribute_sentinel__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       321 opal/mca/pmix/pmix4x/pmix/src/util/output.c PMIX_EXPORT void pmix_output(int output_id, const char *format, ...)
PMIX_EXPORT       335 opal/mca/pmix/pmix4x/pmix/src/util/output.c  PMIX_EXPORT void pmix_output_verbose(int level, int output_id, const char *format, ...)
PMIX_EXPORT       272 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT bool pmix_output_init(void);
PMIX_EXPORT       280 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_finalize(void);
PMIX_EXPORT       304 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT int pmix_output_open(pmix_output_stream_t *lds);
PMIX_EXPORT       318 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT int pmix_output_reopen(int output_id, pmix_output_stream_t *lds);
PMIX_EXPORT       337 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT bool pmix_output_switch(int output_id, bool enable);
PMIX_EXPORT       348 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_reopen_all(void);
PMIX_EXPORT       360 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_close(int output_id);
PMIX_EXPORT       387 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output(int output_id, const char *format, ...) __pmix_attribute_format__(__printf__, 2, 3);
PMIX_EXPORT       417 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_verbose(int verbose_level, int output_id,
PMIX_EXPORT       423 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_vverbose(int verbose_level, int output_id,
PMIX_EXPORT       435 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_set_verbosity(int output_id, int level);
PMIX_EXPORT       443 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT int pmix_output_get_verbosity(int output_id);
PMIX_EXPORT       485 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_set_output_file_info(const char *dir,
PMIX_EXPORT       493 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_hexdump(int verbose_level, int output_id,
PMIX_EXPORT        32 opal/mca/pmix/pmix4x/pmix/src/util/parse_options.h PMIX_EXPORT void pmix_util_parse_range_options(char *input, char ***output);
PMIX_EXPORT        34 opal/mca/pmix/pmix4x/pmix/src/util/parse_options.h PMIX_EXPORT void pmix_util_get_ranges(char *inp, char ***startpts, char ***endpts);
PMIX_EXPORT        57 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT char *pmix_path_find(char *fname, char **pathv, int mode,
PMIX_EXPORT        78 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT char *pmix_path_findv(char *fname, int mode,
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT bool pmix_path_is_absolute( const char *path );
PMIX_EXPORT       111 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT char* pmix_find_absolute_path( char* app_name ) __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       126 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT char *pmix_path_access(char *fname, char *path, int mode) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       146 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT bool pmix_path_nfs(char *fname, char **fstype) __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       157 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT int pmix_path_df(const char *path,
PMIX_EXPORT        64 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifnametoaddr(const char* if_name,
PMIX_EXPORT        75 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifaddrtoname(const char* if_addr,
PMIX_EXPORT        84 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifnametoindex(const char* if_name);
PMIX_EXPORT        92 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int16_t pmix_ifnametokindex(const char* if_name);
PMIX_EXPORT        99 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int16_t pmix_ifaddrtokindex(const char* if_addr);
PMIX_EXPORT       107 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextokindex(int if_index);
PMIX_EXPORT       112 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifcount(void);
PMIX_EXPORT       117 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifbegin(void);
PMIX_EXPORT       126 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifnext(int if_index);
PMIX_EXPORT       135 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextoname(int if_index, char* if_name, int);
PMIX_EXPORT       144 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifkindextoname(int if_kindex, char* if_name, int);
PMIX_EXPORT       153 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextoaddr(int if_index, struct sockaddr*,
PMIX_EXPORT       155 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifkindextoaddr(int if_kindex,
PMIX_EXPORT       167 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextomask(int if_index, uint32_t*, int);
PMIX_EXPORT       175 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextomac(int if_index, uint8_t if_mac[6]);
PMIX_EXPORT       183 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextomtu(int if_index, int *mtu);
PMIX_EXPORT       191 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifindextoflags(int if_index, uint32_t*);
PMIX_EXPORT       199 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT bool pmix_ifislocal(const char *hostname);
PMIX_EXPORT       210 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_iftupletoaddr(const char *addr, uint32_t *net, uint32_t *mask);
PMIX_EXPORT       217 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT bool pmix_ifisloopback(int if_index);
PMIX_EXPORT       222 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT int pmix_ifmatches(int kidx, char **nets);
PMIX_EXPORT       227 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT void pmix_ifgetaliases(char ***aliases);
PMIX_EXPORT        68 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.h PMIX_EXPORT char **pmix_environ_merge(char **minor, char **major) __pmix_attribute_warn_unused_result__;
PMIX_EXPORT       116 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.h PMIX_EXPORT pmix_status_t pmix_setenv(const char *name, const char *value,
PMIX_EXPORT       133 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.h PMIX_EXPORT pmix_status_t pmix_unsetenv(const char *name, char ***env) __pmix_attribute_nonnull__(1);
PMIX_EXPORT       138 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.h PMIX_EXPORT const char* pmix_home_directory( void );
PMIX_EXPORT       139 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.h PMIX_EXPORT const char* pmix_tmp_directory( void );
PMIX_EXPORT        56 opal/mca/pmix/pmix4x/pmix/src/util/printf.h PMIX_EXPORT int pmix_snprintf(char *str, size_t size, const char *fmt, ...) __pmix_attribute_format__(__printf__, 3, 4);
PMIX_EXPORT        81 opal/mca/pmix/pmix4x/pmix/src/util/printf.h PMIX_EXPORT int pmix_vsnprintf(char *str, size_t size, const char *fmt, va_list ap) __pmix_attribute_format__(__printf__, 3, 0);
PMIX_EXPORT       102 opal/mca/pmix/pmix4x/pmix/src/util/printf.h PMIX_EXPORT int pmix_asprintf(char **ptr, const char *fmt, ...) __pmix_attribute_format__(__printf__, 2, 3);
PMIX_EXPORT       126 opal/mca/pmix/pmix4x/pmix/src/util/printf.h PMIX_EXPORT int pmix_vasprintf(char **ptr, const char *fmt, va_list ap) __pmix_attribute_format__(__printf__, 2, 0);
PMIX_EXPORT       105 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT int pmix_show_help_init(void);
PMIX_EXPORT       113 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT int pmix_show_help_finalize(void);
PMIX_EXPORT       140 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT extern pmix_show_help_fn_t pmix_show_help;
PMIX_EXPORT       148 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT extern pmix_show_vhelp_fn_t pmix_show_vhelp;
PMIX_EXPORT       154 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT char* pmix_show_help_string(const char *filename,
PMIX_EXPORT       162 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT char* pmix_show_help_vstring(const char *filename,
PMIX_EXPORT       179 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT int pmix_show_help_add_dir(const char *directory);
PMIX_EXPORT        69 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_init_id(char* nspace, int rank);
PMIX_EXPORT        76 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_init(pmix_timing_t *t);
PMIX_EXPORT        88 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT pmix_timing_prep_t pmix_timing_prep_ev(pmix_timing_t *t, const char *fmt, ...);
PMIX_EXPORT       100 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT pmix_timing_prep_t pmix_timing_prep_ev_end(pmix_timing_t *t, const char *fmt, ...);
PMIX_EXPORT       112 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_add_step(pmix_timing_prep_t p, const char *func,
PMIX_EXPORT       126 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT int pmix_timing_descr(pmix_timing_prep_t p, const char *func,
PMIX_EXPORT       141 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_start_id(pmix_timing_t *t, int id, const char *func,
PMIX_EXPORT       156 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_end(pmix_timing_t *t, int id, const char *func,
PMIX_EXPORT       191 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_end_prep(pmix_timing_prep_t p,
PMIX_EXPORT       210 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT pmix_status_t pmix_timing_report(pmix_timing_t *t, char *fname);
PMIX_EXPORT       227 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT pmix_status_t pmix_timing_deltas(pmix_timing_t *t, char *fname);
PMIX_EXPORT       236 opal/mca/pmix/pmix4x/pmix/src/util/timings.h PMIX_EXPORT void pmix_timing_release(pmix_timing_t *t);
PMIX_EXPORT        49 opal/mca/pmix/pmix4x/pmix/test/test_server.h PMIX_EXPORT PMIX_CLASS_DECLARATION(server_info_t);
PMIX_EXPORT        60 opal/mca/pmix/pmix4x/pmix/test/test_server.h PMIX_EXPORT PMIX_CLASS_DECLARATION(server_nspace_t);