Lines Matching refs:log_warnx

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()
607 log_warnx("found CTL lun %ju \"%s\", " in conf_new_from_kernel()
619 log_warnx("lun_new failed"); in conf_new_from_kernel()
732 log_warnx("LUN creation error: %s", req.error_str); in kernel_lun_add()
735 log_warnx("LUN creation warning: %s", req.error_str); in kernel_lun_add()
740 log_warnx("unknown LUN creation status: %d", in kernel_lun_add()
790 log_warnx("LUN modification error: %s", req.error_str); in kernel_lun_modify()
793 log_warnx("LUN modification warning: %s", req.error_str); in kernel_lun_modify()
798 log_warnx("unknown LUN modification status: %d", in kernel_lun_modify()
825 log_warnx("LUN removal error: %s", req.error_str); in kernel_lun_remove()
828 log_warnx("LUN removal warning: %s", req.error_str); in kernel_lun_remove()
833 log_warnx("unknown LUN removal status: %d", req.status); in kernel_lun_remove()
960 log_warnx("error returned from port creation request: %s", in kernel_port_add()
965 log_warnx("unknown port creation request status %d", in kernel_port_add()
972 log_warnx("error unpacking result nvlist"); in kernel_port_add()
1110 log_warnx("error returned from port removal request: %s", in kernel_port_remove()
1115 log_warnx("unknown port removal request status %d", in kernel_port_remove()
1263 log_warnx("Capsicum capability mode not supported"); in kernel_capsicate()