HomeSort by relevance Sort by last modified time
    Searched refs:dev_str (Results 1 - 6 of 6) sorted by null

  /external/u-boot/cmd/
host.c 45 char *dev_str = argv[1]; local
47 int dev = simple_strtoul(dev_str, &ep, 16);
49 printf("** Bad device specification %s **\n", dev_str);
64 char *dev_str = argv[1]; local
65 int dev = simple_strtoul(dev_str, &ep, 16);
67 printf("** Bad device specification %s **\n", dev_str);
  /external/u-boot/disk/
part.c 369 const char *dev_str, *hwpart_str; local
376 dev_str = dup_str;
379 dev_str = dev_hwpart_str;
383 dev = simple_strtoul(dev_str, &ep, 16);
386 ifname, dev_str);
432 const char *dev_str; local
501 dev_str = dup_str;
504 dev_str = dev_part_str;
508 dev = blk_get_device_by_str(ifname, dev_str, dev_desc);
539 dev_str);
    [all...]
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi.c 35 static const char dev_str[] = "/sys/devices/" ACPI_TEST_NAME "/str"; variable
73 if (read_sysfs_file(dev_str, descr, 4096)) {
  /external/u-boot/include/
part.h 128 * @dev_str: Device and optional hw partition. This can either be a string
135 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,
  /external/u-boot/arch/arm/mach-orion5x/
cpu.c 179 char dev_str[7]; /* room enough for 0x0000 plus null byte */ local
216 sprintf(dev_str, "0x%04x", dev);
217 dev_name = dev_str;
  /external/tensorflow/tensorflow/python/grappler/
cluster.i 199 string dev_str = d.SerializeAsString();
200 PyObject* dev_obj = PyBytes_FromStringAndSize(dev_str.data(),
201 dev_str.size());

Completed in 432 milliseconds