Searched refs:errorstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 292 char errorstr[100]; in svc_tli_create_common() local 294 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common() 297 "connection for %s: %s", nconf->nc_netid, errorstr); in svc_tli_create_common() 307 char errorstr[100]; in svc_tli_create_common() local 309 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common() 313 errorstr); in svc_tli_create_common() 317 char errorstr[100]; in svc_tli_create_common() local 319 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common() 322 "transport information: %s", errorstr); in svc_tli_create_common() 332 char errorstr[100]; in svc_tli_create_common() local [all …]
|
H A D | ti_opts.c | 534 char *errorstr; in __tli_sys_strerror() local 537 errorstr = strerror(sys_err); in __tli_sys_strerror() 538 if (errorstr == NULL) in __tli_sys_strerror() 544 (void) strlcpy(buf, errorstr, buflen); in __tli_sys_strerror() 546 errorstr = t_strerror(tli_err); in __tli_sys_strerror() 547 (void) strlcpy(buf, errorstr, buflen); in __tli_sys_strerror() 572 char errorstr[100]; in __rpc_set_mac_options() local 574 __tli_sys_strerror(errorstr, sizeof (errorstr), in __rpc_set_mac_options() 577 errorstr); in __rpc_set_mac_options()
|
H A D | svc_vc.c | 227 char errorstr[100]; in svc_vc_create_private() local 229 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_vc_create_private() 232 svc_vc_create_str, no_tinfo_str, errorstr); in svc_vc_create_private() 407 char errorstr[100]; in svc_fd_create_private() local 409 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_fd_create_private() 412 svc_fd_create_str, no_tinfo_str, errorstr); in svc_fd_create_private() 776 char errorstr[100]; in do_accept() local 778 __tli_sys_strerror(errorstr, sizeof (errorstr), t_errno, errno); in do_accept() 780 "can't open connection", errorstr); in do_accept() 805 char errorstr[100]; in do_accept() local [all …]
|
H A D | svc_simple.c | 139 char errorstr[100]; in rpc_reg() local 141 __tli_sys_strerror(errorstr, sizeof (errorstr), in rpc_reg() 145 errorstr); in rpc_reg()
|
H A D | rpc_generic.c | 431 char errorstr[100]; in __rpcfd_to_nconf() local 433 __tli_sys_strerror(errorstr, sizeof (errorstr), in __rpcfd_to_nconf() 437 errorstr); in __rpcfd_to_nconf()
|
H A D | rpc_soc.c | 208 char errorstr[100]; in svc_com_create() local 210 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_com_create() 214 errorstr); in svc_com_create()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 1488 const char *errorstr; in do_poll_cots_action() local 1595 if ((errorstr = strerror(errno)) == NULL) { in do_poll_cots_action() 1598 errorstr = (const char *) buf; in do_poll_cots_action() 1601 errorstr = t_strerror(t_errno); in do_poll_cots_action() 1603 errorstr = ""; in do_poll_cots_action() 1607 event, nconf->nc_proto, fd, errorstr); in do_poll_cots_action()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_destroy.c | 592 char *errorstr = NULL; in dsl_destroy_snapshots_nvl() local 593 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl() 594 if (errorstr != NULL) { in dsl_destroy_snapshots_nvl() 595 zfs_dbgmsg(errorstr); in dsl_destroy_snapshots_nvl()
|