Lines Matching refs:actual_length
151 ULONG requested_length, ULONG *actual_length);
153 ULONG requested_length, ULONG *actual_length);
329 ULONG actual_length; in tx_demo_thread_host_simulation_entry() local
413 …x_host_class_dpump_write (dpump, host_out_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_host_simulation_entry()
425 if ((status != UX_SUCCESS) || actual_length != UX_HOST_CLASS_DPUMP_PACKET_SIZE) in tx_demo_thread_host_simulation_entry()
439 …_ux_host_class_dpump_read (dpump, host_in_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_host_simulation_entry()
442 if ((status != UX_SUCCESS) || actual_length != UX_HOST_CLASS_DPUMP_PACKET_SIZE) in tx_demo_thread_host_simulation_entry()
498 ULONG actual_length; in tx_demo_thread_slave_simulation_entry() local
531 …e_class_dpump_read_run(dpump_slave, slave_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_slave_simulation_entry()
542 if (actual_length != UX_HOST_CLASS_DPUMP_PACKET_SIZE) in tx_demo_thread_slave_simulation_entry()
544 printf("ERROR #%d: read length %ld\n", __LINE__, actual_length); in tx_demo_thread_slave_simulation_entry()
561 …_class_dpump_write_run(dpump_slave, slave_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_slave_simulation_entry()
593 …evice_class_dpump_read(dpump_slave, slave_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_slave_simulation_entry()
596 if ((status != UX_SUCCESS) || actual_length != UX_HOST_CLASS_DPUMP_PACKET_SIZE) in tx_demo_thread_slave_simulation_entry()
598 …ERROR #%d.%ld: read status 0x%x, length %ld\n", __LINE__, thread_1_counter, status, actual_length); in tx_demo_thread_slave_simulation_entry()
608 …vice_class_dpump_write(dpump_slave, slave_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, &actual_length); in tx_demo_thread_slave_simulation_entry()
611 if ((status != UX_SUCCESS) || actual_length != UX_HOST_CLASS_DPUMP_PACKET_SIZE) in tx_demo_thread_slave_simulation_entry()
613 …RROR #%d.%ld: write status 0x%x, length %ld\n", __LINE__, thread_1_counter, status, actual_length); in tx_demo_thread_slave_simulation_entry()