Home
last modified time | relevance | path

Searched refs:str_errno (Results 1 – 21 of 21) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_mpich2_rma.c342 int str_errno; in MPID_nem_mpich2_serialize_win() local
351 str_errno = MPIU_Str_add_int_arg (&b, &bl, WIN_HANLEN_KEY, handle_len); in MPID_nem_mpich2_serialize_win()
352 MPIU_ERR_CHKANDJUMP (str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**nomem"); in MPID_nem_mpich2_serialize_win()
354 str_errno = MPIU_Str_add_string_arg(&b, &bl, WIN_HANDLE_KEY, win->handle); in MPID_nem_mpich2_serialize_win()
357 str_errno = MPIU_Str_add_int_arg (&b, &bl, WIN_PROC_KEY, win->proc); in MPID_nem_mpich2_serialize_win()
363 str_errno = MPIU_Str_add_int_arg (&b, &bl, WIN_LEN_KEY, win->len); in MPID_nem_mpich2_serialize_win()
384 int str_errno; in MPID_nem_mpich2_deserialize_win() local
395 str_errno = MPIU_Str_get_int_arg (b, WIN_HANLEN_KEY, &handle_len); in MPID_nem_mpich2_deserialize_win()
400 str_errno = MPIU_Str_get_string_arg(b, WIN_HANDLE_KEY, (*win)->handle, handle_len); in MPID_nem_mpich2_deserialize_win()
403 str_errno = MPIU_Str_get_int_arg (b, WIN_PROC_KEY, &(*win)->proc); in MPID_nem_mpich2_deserialize_win()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/gm/
H A Dgm_init.c190 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_gm_get_business_card() local
192 str_errno = MPIU_Str_add_int_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_PORT_KEY, port_id); in MPID_nem_gm_get_business_card()
193 if (str_errno) { in MPID_nem_gm_get_business_card()
194 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_gm_get_business_card()
199 if (str_errno) { in MPID_nem_gm_get_business_card()
200 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_gm_get_business_card()
218 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_gm_get_port_unique_from_bc() local
222 str_errno = MPIU_Str_get_int_arg (business_card, MPIDI_CH3I_PORT_KEY, &tmp_port_id); in MPID_nem_gm_get_port_unique_from_bc()
224 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_hostd"); in MPID_nem_gm_get_port_unique_from_bc()
227str_errno = MPIU_Str_get_binary_arg (business_card, MPIDI_CH3I_UNIQUE_KEY, (char *)unique_id, UNIQ… in MPID_nem_gm_get_port_unique_from_bc()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/elan/
H A Delan_init.c304 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_elan_get_business_card() local
306str_errno = MPIU_Str_add_int_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_ELAN_VPID_KEY, elan_base->sta… in MPID_nem_elan_get_business_card()
307 if (str_errno) { in MPID_nem_elan_get_business_card()
308 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_elan_get_business_card()
313 if (str_errno) { in MPID_nem_elan_get_business_card()
314 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_elan_get_business_card()
334 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_elan_get_from_bc() local
338 str_errno = MPIU_Str_get_int_arg (business_card, MPIDI_CH3I_ELAN_VPID_KEY, &tmp_vpid); in MPID_nem_elan_get_from_bc()
340 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_hostd"); in MPID_nem_elan_get_from_bc()
344str_errno = MPIU_Str_get_binary_arg (business_card, MPIDI_CH3I_QUEUE_PTR_KEY,(char *)remoteq_ptr, … in MPID_nem_elan_get_from_bc()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/mx/
H A Dmx_init.c176 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_mx_get_business_card() local
178str_errno = MPIU_Str_add_int_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_ENDPOINT_KEY, MPID_nem_mx_loc… in MPID_nem_mx_get_business_card()
179 if (str_errno) { in MPID_nem_mx_get_business_card()
180 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_mx_get_business_card()
184str_errno = MPIU_Str_add_binary_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_NIC_KEY, (char *)&MPID_nem… in MPID_nem_mx_get_business_card()
185 if (str_errno) { in MPID_nem_mx_get_business_card()
186 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_mx_get_business_card()
203 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_mx_get_from_bc() local
209 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_hostd"); in MPID_nem_mx_get_from_bc()
214 …MPIU_ERR_CHKANDJUMP(str_errno || len != sizeof(uint64_t), mpi_errno, MPI_ERR_OTHER, "**argstr_host… in MPID_nem_mx_get_from_bc()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/portals4/
H A Dptl_init.c190 int str_errno = MPIU_STR_SUCCESS; in get_business_card() local
203 if (str_errno) { in get_business_card()
204 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in get_business_card()
208 if (str_errno) { in get_business_card()
209 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in get_business_card()
212str_errno = MPIU_Str_add_binary_arg(bc_val_p, val_max_sz_p, PTI_KEY, (char *)&MPIDI_nem_ptl_pt, si… in get_business_card()
213 if (str_errno) { in get_business_card()
214 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in get_business_card()
217str_errno = MPIU_Str_add_binary_arg(bc_val_p, val_max_sz_p, PTIC_KEY, (char *)&MPIDI_nem_ptl_contr… in get_business_card()
219 if (str_errno) { in get_business_card()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/newmad/
H A Dnewmad_init.c181 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_newmad_get_business_card() local
183str_errno = MPIU_Str_add_binary_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_URL_KEY, local_session_url… in MPID_nem_newmad_get_business_card()
184 if (str_errno) { in MPID_nem_newmad_get_business_card()
185 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_newmad_get_business_card()
203 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_newmad_get_from_bc() local
206 str_errno = MPIU_Str_get_binary_arg (business_card, MPIDI_CH3I_URL_KEY, url, in MPID_nem_newmad_get_from_bc()
208 if (str_errno != MPIU_STR_SUCCESS) in MPID_nem_newmad_get_from_bc()
211 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_hostd"); in MPID_nem_newmad_get_from_bc()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/scif/
H A Dscif_init.c112 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_scif_get_business_card() local
122 str_errno = in MPID_nem_scif_get_business_card()
125 if (str_errno) { in MPID_nem_scif_get_business_card()
126 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, in MPID_nem_scif_get_business_card()
131 str_errno = MPIU_Str_add_int_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_PORT_KEY, listen_port); in MPID_nem_scif_get_business_card()
132 if (str_errno) { in MPID_nem_scif_get_business_card()
133 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, in MPID_nem_scif_get_business_card()
142 str_errno = MPIU_Str_add_int_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_NODE_KEY, self); in MPID_nem_scif_get_business_card()
143 if (str_errno) { in MPID_nem_scif_get_business_card()
144 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, in MPID_nem_scif_get_business_card()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_port.c258 int str_errno = MPL_SUCCESS; in MPIDI_Open_port() local
271 str_errno = MPL_str_add_int_arg(&port_name, &len, in MPIDI_Open_port()
273 MPIR_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_port_name_tag"); in MPIDI_Open_port()
327 int str_errno = MPL_SUCCESS; in MPIDI_GetTagFromPort() local
329 str_errno = MPL_str_get_int_arg(port_name, MPIDI_CH3I_PORT_NAME_TAG_KEY, in MPIDI_GetTagFromPort()
331 MPIR_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_no_port_name_tag"); in MPIDI_GetTagFromPort()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/util/sock/
H A Dch3u_connect_sock.c316 int str_errno; in MPIDI_CH3I_Sock_get_conninfo_from_bc() local
326 if (str_errno != MPL_SUCCESS) { in MPIDI_CH3I_Sock_get_conninfo_from_bc()
328 if (str_errno == MPL_ERR_STR_FAIL) { in MPIDI_CH3I_Sock_get_conninfo_from_bc()
338 if (str_errno != MPL_SUCCESS) { in MPIDI_CH3I_Sock_get_conninfo_from_bc()
340 if (str_errno == MPL_ERR_STR_FAIL) { in MPIDI_CH3I_Sock_get_conninfo_from_bc()
361 if (str_errno == MPL_SUCCESS) { in MPIDI_CH3I_Sock_get_conninfo_from_bc()
392 int str_errno = MPL_SUCCESS; in MPIDI_CH3U_Get_business_card_sock() local
406 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
413 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
448 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/util/sock/
H A Dch3u_connect_sock.c341 int str_errno; in MPIDU_Sock_get_conninfo_from_bc() local
351 if (str_errno != MPIU_STR_SUCCESS) { in MPIDU_Sock_get_conninfo_from_bc()
353 if (str_errno == MPIU_STR_FAIL) { in MPIDU_Sock_get_conninfo_from_bc()
363 if (str_errno != MPIU_STR_SUCCESS) { in MPIDU_Sock_get_conninfo_from_bc()
365 if (str_errno == MPIU_STR_FAIL) { in MPIDU_Sock_get_conninfo_from_bc()
386 if (str_errno == MPIU_STR_SUCCESS) { in MPIDU_Sock_get_conninfo_from_bc()
435 int str_errno = MPIU_STR_SUCCESS; in MPIDI_CH3U_Get_business_card_sock() local
447 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
454 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
489 if (str_errno) { in MPIDI_CH3U_Get_business_card_sock()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dmpid_port.c287 int str_errno = MPIU_STR_SUCCESS; in MPIDI_Open_port() local
300 str_errno = MPIU_Str_add_int_arg(&port_name, &len, in MPIDI_Open_port()
302 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_port_name_tag"); in MPIDI_Open_port()
356 int str_errno = MPIU_STR_SUCCESS; in MPIDI_GetTagFromPort() local
358 str_errno = MPIU_Str_get_int_arg(port_name, MPIDI_CH3I_PORT_NAME_TAG_KEY, in MPIDI_GetTagFromPort()
360 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_no_port_name_tag"); in MPIDI_GetTagFromPort()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/netmod/tcp/
H A Dtcp_init.c382 int str_errno = MPL_SUCCESS; in MPID_nem_tcp_get_business_card() local
398 str_errno = in MPID_nem_tcp_get_business_card()
400 if (str_errno) { in MPID_nem_tcp_get_business_card()
401 … MPIR_ERR_CHKANDJUMP(str_errno == MPL_ERR_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_tcp_get_business_card()
410 str_errno = in MPID_nem_tcp_get_business_card()
413 if (str_errno) { in MPID_nem_tcp_get_business_card()
414 … MPIR_ERR_CHKANDJUMP(str_errno == MPL_ERR_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_tcp_get_business_card()
421 str_errno = MPL_str_add_string_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_IFNAME_KEY, ifname); in MPID_nem_tcp_get_business_card()
422 if (str_errno) { in MPID_nem_tcp_get_business_card()
423 MPIR_ERR_CHKANDJUMP(str_errno == MPL_ERR_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, in MPID_nem_tcp_get_business_card()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/wintcp/
H A Dwintcp_init.c235 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_newtcp_module_get_business_card() local
249str_errno = MPIU_Str_add_string_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_HOST_DESCRIPTION_KEY, ifnam… in MPID_nem_newtcp_module_get_business_card()
250 if (str_errno) { in MPID_nem_newtcp_module_get_business_card()
251 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_newtcp_module_get_business_card()
259str_errno = MPIU_Str_add_int_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_PORT_KEY, sock_id.sin_port); in MPID_nem_newtcp_module_get_business_card()
260 if (str_errno) { in MPID_nem_newtcp_module_get_business_card()
261 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_newtcp_module_get_business_card()
273 str_errno = MPIU_Str_add_string_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_IFNAME_KEY, ifname); in MPID_nem_newtcp_module_get_business_card()
274 if (str_errno) { in MPID_nem_newtcp_module_get_business_card()
275 … MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_newtcp_module_get_business_card()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/tcp/
H A Dtcp_init.c343 int str_errno = MPIU_STR_SUCCESS; in MPID_nem_tcp_get_business_card() local
357str_errno = MPIU_Str_add_string_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_HOST_DESCRIPTION_KEY, ifnam… in MPID_nem_tcp_get_business_card()
358 if (str_errno) { in MPID_nem_tcp_get_business_card()
359 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_tcp_get_business_card()
367str_errno = MPIU_Str_add_int_arg (bc_val_p, val_max_sz_p, MPIDI_CH3I_PORT_KEY, ntohs(sock_id.sin_p… in MPID_nem_tcp_get_business_card()
368 if (str_errno) { in MPID_nem_tcp_get_business_card()
369 MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_tcp_get_business_card()
379 str_errno = MPIU_Str_add_string_arg(bc_val_p, val_max_sz_p, MPIDI_CH3I_IFNAME_KEY, ifname); in MPID_nem_tcp_get_business_card()
380 if (str_errno) { in MPID_nem_tcp_get_business_card()
381 … MPIU_ERR_CHKANDJUMP(str_errno == MPIU_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_tcp_get_business_card()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/netmod/ofi/
H A Dofi_cm.c523 int len, ret, mpi_errno = MPI_SUCCESS, str_errno = MPI_SUCCESS; in MPID_nem_ofi_connect_to_root() local
548 str_errno = MPL_str_add_int_arg(&bc, &my_bc_len, "tag", new_vc->port_name_tag); in MPID_nem_ofi_connect_to_root()
549 MPIR_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_port_name_tag"); in MPID_nem_ofi_connect_to_root()
594 int mpi_errno = MPI_SUCCESS, str_errno = MPL_SUCCESS; in MPID_nem_ofi_get_business_card() local
597 str_errno = MPL_str_add_binary_arg(bc_val_p, in MPID_nem_ofi_get_business_card()
600 if (str_errno) { in MPID_nem_ofi_get_business_card()
601 … MPIR_ERR_CHKANDJUMP(str_errno == MPL_ERR_STR_NOMEM, mpi_errno, MPI_ERR_OTHER, "**buscard_len"); in MPID_nem_ofi_get_business_card()
/dports/security/xinetd/xinetd-2.3.15/libs/src/str/
H A Dstrparse.c16 static int str_errno ; variable
39 int *errp = ( errnop == NULL ) ? &str_errno : errnop ; in str_parse()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_spawn.c90 int str_errno = MPL_SUCCESS; in get_tag_from_port() local
98 str_errno = MPL_str_get_int_arg(port_name, PORT_NAME_TAG_KEY, port_name_tag); in get_tag_from_port()
99 MPIR_ERR_CHKANDJUMP(str_errno, mpi_errno, MPI_ERR_OTHER, "**argstr_no_port_name_tag"); in get_tag_from_port()
678 int str_errno = MPL_SUCCESS; in MPIDI_OFI_mpi_open_port() local
H A Dofi_impl.h176 str_errno = FUNC; \
177 MPIDI_OFI_ERR(str_errno!=MPL_SUCCESS, \
/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/
H A Dpyinotify.py142 def str_errno(self): member in INotifyWrapper
1783 raise OSError(err % self._inotify_wrapper.str_errno())
1943 self._inotify_wrapper.str_errno()))
2040 (apath, wd_, self._inotify_wrapper.str_errno()))
2150 (awd, self._inotify_wrapper.str_errno()))
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/
H A Dpyinotify.py140 def str_errno(self): member in INotifyWrapper
1764 raise OSError(err % self._inotify_wrapper.str_errno())
1920 self._inotify_wrapper.str_errno()))
2017 (apath, wd_, self._inotify_wrapper.str_errno()))
2127 (awd, self._inotify_wrapper.str_errno()))
/dports/net/mpich2/mpich2-1.5/src/mpid/common/sock/iocp/
H A Dsock.c673 int str_errno = MPIU_STR_SUCCESS; in MPIDU_Sock_hostname_to_host_description() local
696 str_errno = MPIU_Str_add_string(&host_description, &len, iter->host); in MPIDU_Sock_hostname_to_host_description()
697 MPIU_ERR_CHKANDJUMP(str_errno, mpi_errno, MPIDU_SOCK_ERR_NOMEM, "**desc_len"); in MPIDU_Sock_hostname_to_host_description()
1129 int str_errno = MPIU_STR_SUCCESS; in MPIDU_Sock_post_connect() local
1196 str_errno = MPIU_Str_get_string(&connect_state->cur_host, host, 100); in MPIDU_Sock_post_connect()
1198 if (str_errno != MPIU_STR_SUCCESS) in MPIDU_Sock_post_connect()
1200 if (str_errno == MPIU_STR_NOMEM) in MPIDU_Sock_post_connect()