Home
last modified time | relevance | path

Searched refs:log_warnx (Results 1 – 25 of 28) sorted by relevance

12

/src/usr.sbin/ctld/
H A Duclparse.cc80 log_warnx("chap section in auth-group \"%s\" is missing " in uclparse_chap()
87 log_warnx("chap section in auth-group \"%s\" is missing " in uclparse_chap()
102 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
109 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
116 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
123 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
140 log_warnx("chap section in target \"%s\" is missing " in uclparse_target_chap()
147 log_warnx("chap section in target \"%s\" is missing " in uclparse_target_chap()
162 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual()
169 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual()
[all …]
H A Dctld.cc121 log_warnx("pidfile specified more than once"); in set_pidfile_path()
189 log_warnx("invalid auth-type \"%s\" for %s", str, label()); in set_type()
194 log_warnx("cannot set auth-type to \"%s\" for %s; " in set_type()
231 log_warnx("%s for user \"%s\", %s, is too long; it should be " in check_secret_length()
235 log_warnx("%s for user \"%s\", %s, is too short; it should be " in check_secret_length()
246 log_warnx("cannot mix \"chap\" authentication with " in add_chap()
255 log_warnx("duplicate credentials for user \"%s\" for %s", in add_chap()
270 log_warnx("cannot mix \"chap-mutual\" authentication " in add_chap_mutual()
280 log_warnx("duplicate credentials for user \"%s\" for %s", in add_chap_mutual()
393 log_warnx("invalid controller address \"%s\" for %s", address, in add_host_address()
[all …]
H A Dnvmf.cc118 log_warnx("Invalid value \"%s\" for boolean option %s", value, key); in parse_bool()
137 log_warnx("Invalid value \"%s\" for numeric option %s", value, key); in parse_number()
153 log_warnx("Invalid value \"%ju\" for option MAXH2CDATA", in prepare()
223 log_warnx("unsupported transport protocol for %s", value); in add_portal()
228 log_warnx("invalid listen address %s", value); in add_portal()
272 log_warnx("invalid discovery-filter \"%s\" for transport-group " in set_filter()
281 log_warnx("cannot set discovery-filter to \"%s\" for " in set_filter()
370 log_warnx("namespace ID cannot be 0 for %s", label()); in add_namespace()
386 log_warnx("unknown transport-group \"%s\" for %s", pg_name, in add_portal_group()
394 log_warnx("unknown auth-group \"%s\" for %s", ag_name, in add_portal_group()
[all …]
H A Dkernel.cc375 log_warnx("error returned from CTL_LUN_LIST ioctl: %s", in parse_kernel_config()
387 log_warnx("unable to create XML parser"); in parse_kernel_config()
398 log_warnx("XML_Parse failed"); in parse_kernel_config()
414 log_warnx("error returned from CTL_PORT_LIST ioctl: %s", in parse_kernel_config()
426 log_warnx("unable to create XML parser"); in parse_kernel_config()
437 log_warnx("XML_Parse failed"); in parse_kernel_config()
453 log_warnx("kports::add_port failed"); in add_iscsi_port()
470 log_warnx("Failed to add target \"%s\"", t_name); in add_iscsi_port()
483 log_warnx("Failed to add portal-group \"%s\"", pg_name); in add_iscsi_port()
489 log_warnx("Failed to add port for target \"%s\" and portal-group \"%s\"", in add_iscsi_port()
[all …]
H A Dnvmf_discovery.cc172 log_warnx("Failed getnameinfo building discovery log entry: %s", in init_discovery_log_entry()
218 log_warnx("build_discovery_log_page: getnameinfo: %s", in build_discovery_log_page()
354 log_warnx("CONNECT command on connected queue"); in handle_fabrics_command()
358 log_warnx("DISCONNECT command on admin queue"); in handle_fabrics_command()
363 log_warnx("Unsupported fabrics command %#x", fc->fctype); in handle_fabrics_command()
380 log_warnx("Unsupported CNS %#x for IDENTIFY", cns); in handle_identify_command()
401 log_warnx("Unsupported log page %u for discovery controller", in handle_get_log_page_command()
443 log_warnx("Unsupported admin opcode %#x while disabled\n", in handle_admin_commands()
462 log_warnx("Unsupported admin opcode %#x", cmd->opc); in handle_admin_commands()
490 log_warnx("Failed to create NVMe discovery qpair: %s", in handle_connection()
[all …]
H A Discsi.cc167 log_warnx("unsupported portal protocol for %s", value); in add_portal()
173 log_warnx("invalid listen address %s", value); in add_portal()
208 log_warnx("invalid discovery-filter \"%s\" for portal-group " in set_filter()
217 log_warnx("cannot set discovery-filter to \"%s\" for " in set_filter()
338 log_warnx("unknown portal-group \"%s\" for %s", pg_name, in add_portal_group()
346 log_warnx("unknown auth-group \"%s\" for %s", ag_name, in add_portal_group()
353 log_warnx("can't link portal-group \"%s\" to %s", pg_name, in add_portal_group()
H A Dconf.cc470 log_warnx("failed to allocate memory parsing %s", path); in parse_conf()
473 log_warnx("unknown exception parsing %s", path); in parse_conf()
H A Dlogin.cc552 log_warnx("initiator sent unrecognized " in login_negotiate_key()
578 log_warnx("initiator sent unrecognized " in login_negotiate_key()
929 if (valid_iscsi_name(initiator_name, log_warnx) == false) { in login()
1060 log_warnx("initiator requests " in login()
1073 log_warnx("initiator requests unsupported " in login()
H A Ddiscovery.cc124 log_warnx("getnameinfo: %s", gai_strerror(ret)); in discovery_add_target()
/src/usr.sbin/autofs/
H A Ddefined.c113 log_warnx("truncated variable"); in defined_expand()
124 log_warnx("truncated variable"); in defined_expand()
181 log_warnx("undefined variable ${%s}", name); in defined_expand()
207 log_warnx("truncated variable"); in defined_expand()
H A Dpopen.c175 log_warnx("\"%s\", pid %d, terminated with signal %d", in auto_pclose()
181 log_warnx("\"%s\", pid %d, terminated with exit status %d", in auto_pclose()
H A Dcommon.h68 void log_warnx(const char *, ...) __printflike(1, 2);
H A Dlog.c180 log_warnx(const char *fmt, ...) in log_warnx() function
/src/lib/libiscsiutil/
H A Dchap.c117 log_warnx("malformed base64 variable"); in chap_b642bin()
141 log_warnx("malformed variable, should start with \"0x\"" in chap_hex2bin()
149 log_warnx("malformed variable; doesn't contain anything " in chap_hex2bin()
163 log_warnx("malformed variable, invalid char \"%c\"", in chap_hex2bin()
H A Dlibiscsiutil.h174 void log_warnx(const char *, ...) __printflike(1, 2);
H A Dlog.c200 log_warnx(const char *fmt, ...) in log_warnx() function
/src/usr.sbin/ypldap/
H A Dlog.c31 void log_warnx(const char *, ...);
110 log_warnx(const char *emsg, ...) in log_warnx() function
H A Dypldap.c81 log_warnx("check_child: lost child %s exited", pname); in check_child()
85 log_warnx("check_child: lost child %s terminated; " in check_child()
205 log_warnx("main: failed to parse gid for uid: %d\n", ue->ue_uid); in main_create_user_groups()
247 log_warnx("main: unknown user %s in group %s\n", in main_create_user_groups()
523 log_warnx("could not parse macro definition %s", in main()
H A Dldapclient.c195 log_warnx("IMSG_HOST_DNS with invalid peerID"); in client_dispatch_dns()
199 log_warnx("IMSG_HOST_DNS but addrs set!"); in client_dispatch_dns()
290 log_warnx("configuration already in progress"); in client_dispatch_parent()
H A Dypldap.h186 void log_warnx(const char *, ...);
H A Dypldap_dns.c221 log_warnx("could not parse \"%s\": %s", s, in host_dns()
H A Dparse.y667 log_warnx("%s: owner not root or current user", fname); in check_file_secrecy()
671 log_warnx("%s: group writable or world read/writable", fname); in check_file_secrecy()
/src/usr.sbin/iscsid/
H A Dlogin.c258 log_warnx("received Login PDU with wrong StatSN: " in login_receive()
359 log_warnx("target sent unrecognized " in login_negotiate_key()
376 log_warnx("target sent unrecognized " in login_negotiate_key()
571 log_warnx("received login response " in login_negotiate()
590 log_warnx("received final login response with wrong NSG 0x%x", in login_negotiate()
H A Discsid.c377 log_warnx("setsockopt(TCP_KEEPINIT) " in connection_new()
540 log_warnx("Capsicum capability mode not supported"); in capsicate()
675 log_warnx("child process %d terminated with signal %d", in wait_for_children()
678 log_warnx("child process %d terminated with exit status %d", in wait_for_children()
H A Ddiscovery.c54 log_warnx("received Logout Response with reason %d", in logout_receive()

12