Home
last modified time | relevance | path

Searched refs:dev_str (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/cmd/
Dhost.c45 char *dev_str = argv[1]; in do_host_bind() local
47 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_bind()
49 printf("** Bad device specification %s **\n", dev_str); in do_host_bind()
64 char *dev_str = argv[1]; in do_host_info() local
65 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_info()
67 printf("** Bad device specification %s **\n", dev_str); in do_host_info()
/external/u-boot/disk/
Dpart.c369 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
376 dev_str = dup_str; in blk_get_device_by_str()
379 dev_str = dev_hwpart_str; in blk_get_device_by_str()
383 dev = simple_strtoul(dev_str, &ep, 16); in blk_get_device_by_str()
386 ifname, dev_str); in blk_get_device_by_str()
432 const char *dev_str; in blk_get_device_part_str() local
501 dev_str = dup_str; in blk_get_device_part_str()
504 dev_str = dev_part_str; in blk_get_device_part_str()
508 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
539 dev_str); in blk_get_device_part_str()
[all …]
/external/u-boot/arch/arm/mach-orion5x/
Dcpu.c179 char dev_str[7]; /* room enough for 0x0000 plus null byte */ in print_cpuinfo() local
216 sprintf(dev_str, "0x%04x", dev); in print_cpuinfo()
217 dev_name = dev_str; in print_cpuinfo()
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c35 static const char dev_str[] = "/sys/devices/" ACPI_TEST_NAME "/str"; variable
73 if (read_sysfs_file(dev_str, descr, 4096)) { in tc_acpi_str()
/external/u-boot/include/
Dpart.h135 int blk_get_device_by_str(const char *ifname, const char *dev_str,
232 static inline int blk_get_device_by_str(const char *ifname, const char *dev_str, in blk_get_device_by_str() argument
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i199 string dev_str = d.SerializeAsString(); in TF_ListDevices() local
200 PyObject* dev_obj = PyBytes_FromStringAndSize(dev_str.data(), in TF_ListDevices()
201 dev_str.size()); in TF_ListDevices()