Home
last modified time | relevance | path

Searched refs:errorstr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c292 char errorstr[100]; in svc_tli_create_common() local
294 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common()
309 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common()
313 errorstr); in svc_tli_create_common()
319 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common()
339 errorstr); in svc_tli_create_common()
395 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common()
399 errorstr); in svc_tli_create_common()
425 __tli_sys_strerror(errorstr, sizeof (errorstr), in svc_tli_create_common()
429 errorstr); in svc_tli_create_common()
[all …]
H A Dti_opts.c534 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 Dsvc_vc.c227 char errorstr[100]; in svc_vc_create_private() local
229 __tli_sys_strerror(errorstr, sizeof (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()
776 char errorstr[100]; in do_accept() local
778 __tli_sys_strerror(errorstr, sizeof (errorstr), t_errno, errno); in do_accept()
805 char errorstr[100]; in do_accept() local
807 __tli_sys_strerror(errorstr, sizeof (errorstr), t_errno, errno); in do_accept()
809 "t_bind failed", errorstr); in do_accept()
834 char errorstr[100]; in do_accept() local
[all …]
H A Dsvc_simple.c139 char errorstr[100]; in rpc_reg() local
141 __tli_sys_strerror(errorstr, sizeof (errorstr), in rpc_reg()
145 errorstr); in rpc_reg()
H A Drpc_generic.c431 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 Drpc_soc.c208 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 Dnfs_tbind.c1488 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 Ddsl_destroy.c594 char *errorstr = NULL; in dsl_destroy_snapshots_nvl() local
595 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl()
596 if (errorstr != NULL) { in dsl_destroy_snapshots_nvl()
597 zfs_dbgmsg(errorstr); in dsl_destroy_snapshots_nvl()