Lines Matching full:device
48 if (device_handle==NULL) { /* Check that a device is indeed open */
49 internal_error ("No device opened yet read requested","disk","low_read");
61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
81 If logging is enabled, we log the change before writing it to the device.
100 internal_error ("No device opened yet read requested","disk","low_write");
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
199 printf ("Error - No device opened\n");
222 wprintw (command_win,"Error - No device opened\n");