/freebsd/usr.sbin/ctld/ |
H A D | uclparse.c | 65 log_warnx("chap section in auth-group \"%s\" is missing " in uclparse_chap() 72 log_warnx("chap section in auth-group \"%s\" is missing " in uclparse_chap() 90 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual() 97 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual() 104 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual() 111 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual() 130 log_warnx("chap section in target \"%s\" is missing " in uclparse_target_chap() 137 log_warnx("chap section in target \"%s\" is missing " in uclparse_target_chap() 155 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual() 162 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual() [all …]
|
H A D | conf.c | 102 log_warnx("pidfile specified more than once"); in conf_set_pidfile_path() 130 log_warnx("invalid auth-type \"%s\" for auth-group " in _auth_group_set_type() 133 log_warnx("invalid auth-type \"%s\" for target " in _auth_group_set_type() 140 log_warnx("cannot set auth-type to \"%s\" for " in _auth_group_set_type() 144 log_warnx("cannot set auth-type to \"%s\" for target " in _auth_group_set_type() 196 log_warnx("duplicated auth-group \"default\""); in auth_group_start() 224 log_warnx("duplicated portal-group \"default\""); in portal_group_start() 259 log_warnx("discovery-auth-group for portal-group " in portal_group_set_discovery_auth_group() 266 log_warnx("unknown discovery-auth-group \"%s\" " in portal_group_set_discovery_auth_group() 277 log_warnx("invalid DSCP value %u for portal-group \"%s\"", in portal_group_set_dscp() [all …]
|
H A D | ctld.c | 189 log_warnx("secret for user \"%s\", auth-group \"%s\", " in auth_check_secret_length() 193 log_warnx("secret for user \"%s\", target \"%s\", " in auth_check_secret_length() 200 log_warnx("secret for user \"%s\", auth-group \"%s\", " in auth_check_secret_length() 205 log_warnx("secret for user \"%s\", target \"%s\", " in auth_check_secret_length() 215 log_warnx("mutual secret for user \"%s\", " in auth_check_secret_length() 220 log_warnx("mutual secret for user \"%s\", " in auth_check_secret_length() 228 log_warnx("mutual secret for user \"%s\", " in auth_check_secret_length() 233 log_warnx("mutual secret for user \"%s\", " in auth_check_secret_length() 252 log_warnx("cannot mix \"chap\" authentication with " in auth_new_chap() 255 log_warnx("cannot mix \"chap\" authentication with " in auth_new_chap() [all …]
|
H A D | kernel.c | 441 log_warnx("error returned from CTL_LUN_LIST ioctl: %s", in conf_new_from_kernel() 454 log_warnx("unable to create XML parser"); in conf_new_from_kernel() 467 log_warnx("XML_Parse failed"); in conf_new_from_kernel() 490 log_warnx("error returned from CTL_PORT_LIST ioctl: %s", in conf_new_from_kernel() 503 log_warnx("unable to create XML parser"); in conf_new_from_kernel() 516 log_warnx("XML_Parse failed"); in conf_new_from_kernel() 548 log_warnx("pport_new failed"); in conf_new_from_kernel() 564 log_warnx("target_new failed"); in conf_new_from_kernel() 575 log_warnx("portal_group_new failed"); in conf_new_from_kernel() 582 log_warnx("port_new failed"); in conf_new_from_kernel() [all …]
|
H A D | login.c | 557 log_warnx("initiator sent unrecognized " in login_negotiate_key() 583 log_warnx("initiator sent unrecognized " in login_negotiate_key() 937 if (valid_iscsi_name(initiator_name, log_warnx) == false) { in login() 1071 log_warnx("initiator requests " in login() 1084 log_warnx("initiator requests unsupported " in login()
|
H A D | discovery.c | 121 log_warnx("getnameinfo: %s", gai_strerror(ret)); in discovery_add_target()
|
H A D | parse.y | 888 log_warnx("error in configuration file at line %d near '%s': %s",
|
/freebsd/usr.sbin/autofs/ |
H A D | defined.c | 113 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 D | popen.c | 175 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 D | common.h | 68 void log_warnx(const char *, ...) __printflike(1, 2);
|
H A D | log.c | 180 log_warnx(const char *fmt, ...) in log_warnx() function
|
H A D | automountd.c | 408 log_warnx("child process %d terminated with signal %d", in wait_for_children()
|
H A D | common.c | 446 log_warnx("failed to expand location for %s", in node_expand_defined() 805 log_warnx("nonsensical map key \"/\" at %s, line %d; " in parse_map_yyin()
|
/freebsd/lib/libiscsiutil/ |
H A D | chap.c | 117 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 D | libiscsiutil.h | 172 void log_warnx(const char *, ...) __printflike(1, 2);
|
H A D | log.c | 200 log_warnx(const char *fmt, ...) in log_warnx() function
|
/freebsd/usr.sbin/ypldap/ |
H A D | log.c | 31 void log_warnx(const char *, ...); 110 log_warnx(const char *emsg, ...) in log_warnx() function
|
H A D | ypldap.c | 81 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 D | ldapclient.c | 195 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 D | ypldap.h | 186 void log_warnx(const char *, ...);
|
H A D | ypldap_dns.c | 221 log_warnx("could not parse \"%s\": %s", s, in host_dns()
|
H A D | parse.y | 667 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()
|
/freebsd/usr.sbin/iscsid/ |
H A D | login.c | 258 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 D | iscsid.c | 377 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 D | discovery.c | 54 log_warnx("received Logout Response with reason %d", in logout_receive()
|