Lines Matching refs:failf
280 failf(data, "wolfSSH_SFTP_SendWritePacket returned %d", rc); in wsftp_send()
326 failf(data, "wolfSSH_SFTP_SendReadPacket returned %d", rc); in wsftp_recv()
392 failf(data, "No wolfSSH context"); in wssh_connect()
398 failf(data, "No wolfSSH session"); in wssh_connect()
404 failf(data, "wolfSSH failed to set username"); in wssh_connect()
414 failf(data, "wolfSSH failed to set socket"); in wssh_connect()
501 failf(data, "wolfssh SFTP connect error %d", rc); in wssh_statemach_act()
526 failf(data, "wolfssh SFTP realpath %d", rc); in wssh_statemach_act()
581 failf(data, "Bad file size (%" FMT_OFF_T ")", size); in wssh_statemach_act()
621 failf(data, "wolfssh SFTP upload open failed: %d", rc); in wssh_statemach_act()
642 failf(data, "Could not seek stream"); in wssh_statemach_act()
664 failf(data, "Failed to read data"); in wssh_statemach_act()
735 failf(data, "wolfssh SFTP open failed: %d", rc); in wssh_statemach_act()
759 failf(data, "wolfssh SFTP open failed: %d", rc); in wssh_statemach_act()
831 failf(data, "wolfssh SFTP CLOSE failed: %d", rc); in wssh_statemach_act()
885 failf(data, "wolfssh SFTP ls failed: %d", rc); in wssh_statemach_act()
1014 failf(data, "Operation timed out"); in wssh_block_statemach()