OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_device
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/dos/
syslinux.c
206
void
read_device
(int drive, void *buf, size_t nsecs, unsigned int sector)
function
211
dprintf("
read_device
(%d,%p,%u,%u)\n", drive, buf, nsecs, sector);
388
* Version of the
read_device
function suitable for libfat
393
read_device
(pp, buf, 1, sector);
664
read_device
(dev_fd, sectbuf, 1, 0);
750
read_device
(dev_fd, sectbuf, 1, 0);
/external/autotest/client/cros/nfc/
console.py
607
"""Handles "
read_device
"."""
610
print_message('Usage
read_device
<device>')
615
"""Prints the help message for "
read_device
"."""
616
print_message('Reads the contents of a device. Ex:
read_device
'
Completed in 188 milliseconds