OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_device
(Results
1 - 2
of
2
) sorted by null
/external/grub/lib/
device.c
415
check_device
(const char *device)
function
666
/* In floppies, write the map, whether
check_device
succeeds
671
if (
check_device
(name))
721
if (
check_device
(name))
741
if (
check_device
(name))
761
if (
check_device
(name))
790
if (
check_device
(name))
/system/core/adb/
usb_libusb.c
378
check_device
(libusb_device *dev)
function
391
D("
check_device
(): Failed to get device descriptor\n");
398
D("
check_device
(): Probing usb device %04x:%04x\n",
404
D("
check_device
(): Ignored due unknown vendor id\n");
412
D("
check_device
(): Device (bus: %d, address: %d) "
417
D("
check_device
(): Device bus: %d, address: %d\n",
424
D("
check_device
(): Device %4x:%4x is unconfigured\n",
429
D("
check_device
(): Failed to get configuration for %4x:%4x\n",
435
D("
check_device
(): Sanity check failed after "
453
D("
check_device
(): Memory allocation problem\n")
[
all
...]
Completed in 63 milliseconds