Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1133 char errmsg[128]; in zcp_eval() local
1135 errmsg, sizeof (errmsg)); in zcp_eval()
1238 char errmsg[512]; in zcp_args_error() local
1239 size_t len = sizeof (errmsg); in zcp_args_error()
1252 msglen = strlen(errmsg); in zcp_args_error()
1272 (void) luaL_error(state, errmsg); in zcp_args_error()
1276 VERIFY3U(len, >, strlcat(errmsg, "{", len)); in zcp_args_error()
1281 VERIFY3U(len, >, strlcat(errmsg, in zcp_args_error()
1291 VERIFY3U(len, >, strlcat(errmsg, in zcp_args_error()
1298 VERIFY3U(len, >, strlcat(errmsg, "}", len)); in zcp_args_error()
[all …]
/f-stack/freebsd/net/
H A Dnetmap_user.h619 char errmsg[MAXERRMSG] = "", *tmp; in nm_parse() local
630 snprintf(errmsg, MAXERRMSG, in nm_parse()
636 snprintf(errmsg, MAXERRMSG, "invalid bridge name"); in nm_parse()
651 snprintf(errmsg, MAXERRMSG, "invalid bridge port name"); in nm_parse()
657 snprintf(errmsg, MAXERRMSG, "name too long"); in nm_parse()
796 strncpy(err, errmsg, MAXERRMSG); in nm_parse()
817 char errmsg[MAXERRMSG] = ""; in nm_open() local
828 snprintf(errmsg, MAXERRMSG, "nm_desc alloc failure"); in nm_open()
843 if (nm_parse(ifname, d, errmsg) < 0) in nm_open()
943 if (errmsg[0]) in nm_open()
[all …]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c817 const char *errmsg = NULL; in otx2_flow_parse_actions() local
840 errmsg = "mark value must be < 0xfffe"; in otx2_flow_parse_actions()
861 errmsg = "Shared Counters not supported"; in otx2_flow_parse_actions()
886 errmsg = "invalid vf specified"; in otx2_flow_parse_actions()
901 errmsg = "invalid queue index"; in otx2_flow_parse_actions()
949 errmsg = "Unsupported action specified"; in otx2_flow_parse_actions()
991 errmsg = "Unsupported action for egress"; in otx2_flow_parse_actions()
1005 errmsg = "Only one terminating action supported"; in otx2_flow_parse_actions()
1013 errmsg = "Only COUNT action is supported " in otx2_flow_parse_actions()
1072 errmsg = "Invalid action specified"; in otx2_flow_parse_actions()
[all …]
H A Dotx2_flow.c149 const char *errmsg = NULL; in flow_parse_attr() local
152 errmsg = "Attribute can't be empty"; in flow_parse_attr()
154 errmsg = "Groups are not supported"; in flow_parse_attr()
161 if (errmsg != NULL) { in flow_parse_attr()
163 attr, errmsg); in flow_parse_attr()
767 const char *errmsg = NULL; in otx2_flow_query() local
772 errmsg = "Only COUNT is supported in query"; in otx2_flow_query()
777 errmsg = "Counter is not available"; in otx2_flow_query()
784 errmsg = "Error reading flow counter"; in otx2_flow_query()
794 errmsg = "Error clearing flow counter"; in otx2_flow_query()
[all …]
/f-stack/app/micro_thread/
H A Dmt_net.cpp84 static const char* errmsg = "unknown error type"; in GetErrMsg() local
89 errmsg = "success"; in GetErrMsg()
93 errmsg = "create socket failed"; in GetErrMsg()
105 errmsg = "connect timeout or failed"; in GetErrMsg()
109 errmsg = "user package check failed"; in GetErrMsg()
117 errmsg = "remote close connection"; in GetErrMsg()
121 errmsg = "params invalid"; in GetErrMsg()
125 errmsg = "net handler invalid"; in GetErrMsg()
129 errmsg = "no more memory, alloc failed"; in GetErrMsg()
137 errmsg = "epoll system error"; in GetErrMsg()
[all …]
/f-stack/freebsd/kern/
H A Dvfs_mount.c628 char *fstype, *fspath, *errmsg; in vfs_donmount() local
632 errmsg = fspath = NULL; in vfs_donmount()
653 if (errmsg != NULL) in vfs_donmount()
661 if (errmsg != NULL) in vfs_donmount()
806 bcopy(errmsg, in vfs_donmount()
810 copyout(errmsg, in vfs_donmount()
1918 char *errmsg; in vfs_mount_error() local
1934 char *errmsg; in vfs_opterror() local
1957 char errmsg[255]; in vfs_filteropt() local
1986 snprintf(errmsg, sizeof(errmsg), in vfs_filteropt()
[all …]
H A Dvfs_mountroot.c737 char *errmsg; in parse_mount() local
769 errmsg = malloc(ERRMSGL, M_TEMP, M_WAITOK | M_ZERO); in parse_mount()
772 strlcpy(errmsg, "unknown file system", ERRMSGL); in parse_mount()
789 ma = mount_arg(ma, "errmsg", errmsg, ERRMSGL); in parse_mount()
810 if (errmsg[0] != '\0') in parse_mount()
811 printf(": %s", errmsg); in parse_mount()
815 free(errmsg, M_TEMP); in parse_mount()
H A Dkern_jail.c519 char *domain, *errmsg, *host, *name, *namelc, *p, *path, *uuid; in kern_jail_set() local
1900 if (vfs_getopt(opts, "errmsg", (void **)&errmsg, in kern_jail_set()
1904 bcopy(errmsg, in kern_jail_set()
1908 copyout(errmsg, in kern_jail_set()
2027 char *errmsg, *name; in kern_jail_get() local
2292 vfs_getopt(opts, "errmsg", (void **)&errmsg, &errmsg_len); in kern_jail_get()
2296 bcopy(errmsg, in kern_jail_get()
2300 copyout(errmsg, in kern_jail_get()
/f-stack/app/redis-5.0.5/tests/support/
H A Dcluster.tcl59 set errmsg {}
71 if {[string length $errmsg] < 200} {
72 append errmsg " $ip_port: $e"
81 error "No good startup node found. $errmsg"
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h83 ngx_str_t errmsg; member
H A Dngx_http_ssi_filter_module.c364 ngx_str_set(&ctx->errmsg, in ngx_http_ssi_header_filter()
854 b->pos = ctx->errmsg.data; in ngx_http_ssi_body_filter()
855 b->last = ctx->errmsg.data + ctx->errmsg.len; in ngx_http_ssi_body_filter()
2402 ctx->errmsg = *value; in ngx_http_ssi_config()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c54 ngx_str_t errmsg; member
522 ctx->errmsg.len = len; in ngx_mail_auth_http_process_headers()
523 ctx->errmsg.data = ctx->header_start; in ngx_mail_auth_http_process_headers()
537 ctx->err = ctx->errmsg; in ngx_mail_auth_http_process_headers()
694 "client login failed: \"%V\"", &ctx->errmsg); in ngx_mail_auth_http_process_headers()
702 ctx->err.len = ctx->errcode.len + ctx->errmsg.len in ngx_mail_auth_http_process_headers()
716 p = ngx_cpymem(p, ctx->errmsg.data, ctx->errmsg.len); in ngx_mail_auth_http_process_headers()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c82 smp_usage(const char *prgname, const char *errmsg) in smp_usage() argument
84 printf("\nError: %s\n",errmsg); in smp_usage()
/f-stack/tools/route/
H A Droute.c881 const char *dest, *gateway, *errmsg; in newroute() local
1161 errmsg = "not in table"; in newroute()
1164 errmsg = "entry in use"; in newroute()
1167 errmsg = "not enough memory"; in newroute()
1174 errmsg = "gateway uses the same route"; in newroute()
1177 errmsg = "route already in table"; in newroute()
1180 errmsg = strerror(fl->fl_errno); in newroute()
1183 printf(": %s\n", errmsg); in newroute()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c223 char errmsg[64]; in json_integer_option() local
228 snprintf(errmsg, sizeof(errmsg), "expected integer between %d and %d", min, max); in json_integer_option()
229 luaL_argcheck(l, min <= value && value <= max, 1, errmsg); in json_integer_option()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c813 char errmsg[] = "out of memory -- generating core dump\n"; in umem_out_of_memory() local
815 (void) fprintf(stderr, "%s", errmsg); in umem_out_of_memory()
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c989 const char *errmsg = "(NULL string reply referenced in module)"; in RM_StringPtrLen() local
990 if (len) *len = strlen(errmsg); in RM_StringPtrLen()
991 return errmsg; in RM_StringPtrLen()
5260 char *errmsg; in moduleCommand() local
5263 errmsg = "no such module with that name"; in moduleCommand()
5266 errmsg = "the module exports one or more module-side data " in moduleCommand()
5270 errmsg = "the module exports APIs used by other modules. " in moduleCommand()
5274 errmsg = "operation not possible."; in moduleCommand()
5277 addReplyErrorFormat(c,"Error unloading module: %s",errmsg); in moduleCommand()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru7528 *) Добавление: команда config errmsg в модуле ngx_http_ssi_module.
H A DCHANGES7398 *) Feature: the "config errmsg" command of the ngx_http_ssi_module.