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

  /external/u-boot/include/
zynqpl.h 55 .devicename = XILINX_XC##name##_NAME \
60 .devicename = XILINX_XC##name##_NAME \
  /external/stressapptest/src/
error_diag.cc 214 int ErrorDiag::AddHDDMiscompareError(string devicename, int block, int offset,
238 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str());
248 "known bad destination: %s\n", devicename.c_str(),
253 DeviceTree *hdd_dev = system_tree_root_->FindOrAddDevice(devicename);
258 os_->ErrorReport(devicename.c_str(), "miscompare", 1);
267 int ErrorDiag::AddHDDSectorTagError(string devicename, int block, int offset,
292 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str());
302 "known bad destination: %s\n", devicename.c_str(),
307 DeviceTree *hdd_dev = system_tree_root_->FindOrAddDevice(devicename);
312 os_->ErrorReport(devicename.c_str(), "sector", 1)
    [all...]
error_diag.h 143 virtual int AddHDDMiscompareError(string devicename, int block, int offset,
147 virtual int AddHDDSectorTagError(string devicename, int block, int offset,
  /external/u-boot/arch/arm/mach-zynq/
cpu.c 31 char *devicename; member in struct:__anon46946
119 fpga.name = zynq_fpga_descs[cpu_id].devicename;
140 printf("CPU: Zynq %s\n", zynq_fpga_descs[cpu_id].devicename);
  /external/python/cpython2/Modules/
ossaudiodev.c 51 char *devicename; /* name of the device file */ member in struct:__anon36780
80 char *devicename = NULL; local
88 if (!PyArg_ParseTuple(arg, "s|s:open", &devicename, &mode))
91 mode = devicename;
92 devicename = NULL;
108 if (devicename == NULL) { /* called with one arg */
109 devicename = getenv("AUDIODEV");
110 if (devicename == NULL) /* $AUDIODEV not set */
111 devicename = "/dev/dsp";
118 if ((fd = open(devicename, imode|O_NONBLOCK)) == -1)
166 char *devicename = NULL; local
    [all...]
  /external/python/cpython3/Modules/
ossaudiodev.c 56 const char *devicename; /* name of the device file */ member in struct:__anon37405
85 const char *devicename = NULL; local
93 if (!PyArg_ParseTuple(arg, "s|s:open", &devicename, &mode))
96 mode = devicename;
97 devicename = NULL;
113 if (devicename == NULL) { /* called with one arg */
114 devicename = getenv("AUDIODEV");
115 if (devicename == NULL) /* $AUDIODEV not set */
116 devicename = "/dev/dsp";
123 fd = _Py_open(devicename, imode|O_NONBLOCK)
170 const char *devicename = NULL; local
    [all...]
  /external/openssh/
auth2-chall.c 294 const char *devicename = NULL; local
340 devicename = kbdintctxt->device->name;
351 devicename);

Completed in 482 milliseconds