Searched refs:devpath (Results 1 – 12 of 12) sorted by relevance
/external/blktrace/ |
D | blktrace.c | 91 struct devpath { struct 136 struct devpath *dpp; argument 245 struct devpath *dpp; 484 static inline void pdc_dr_update(struct devpath *dpp, int cpu, int data_read) in pdc_dr_update() 489 static inline void pdc_nev_update(struct devpath *dpp, int cpu, int nevents) in pdc_nev_update() 594 static void dpp_free(struct devpath *dpp) in dpp_free() 912 struct devpath *dpp = list_entry(p, struct devpath, head); in net_send_drops() 1045 struct devpath *dpp = list_entry(p, struct devpath, head); in setup_buts() 1069 struct devpath *dpp = list_entry(p, struct devpath, head); in start_buts() 1078 static int get_drops(struct devpath *dpp) in get_drops() [all …]
|
/external/syslinux/extlinux/ |
D | mountinfo.c | 71 free((char *)m->devpath); in free_mountinfo() 159 m->devpath = strdup(string_buf); in parse_mountinfo() 160 if (!m->devpath) in parse_mountinfo() 268 argv[i], subpath, m->devpath, major(m->dev), minor(m->dev), in main() 270 printf("Usable device: %s\n", find_device(m->dev, m->devpath)); in main()
|
D | mountinfo.h | 24 const char *devpath; member
|
D | main.c | 1175 if (m->devpath[0] == '/' && m->dev == dev && in find_device_mountinfo() 1176 !stat(m->devpath, &st) && S_ISBLK(st.st_mode) && st.st_rdev == dev) in find_device_mountinfo() 1177 return m->devpath; in find_device_mountinfo()
|
/external/autotest/client/bin/input/ |
D | input_event_player.py | 89 elif not os.path.exists(options.devpath): 90 print 'Can not find the input device "%s".' % options.devpath 93 device = InputDevice(options.devpath)
|
D | input_device.py | 674 options.devpath = path 686 elif os.path.exists(options.devpath): 687 print 'Using %s.' % options.devpath 688 devices.append(InputDevice(options.devpath)) 690 print '%s does not exist.' % options.devpath
|
/external/autotest/server/ |
D | site_linux_system.py | 169 devpath = self.host.run(command).stdout 170 if '/usb' in devpath: 172 elif '/mmc' in devpath: 174 elif '/pci' in devpath:
|
/external/syslinux/memdisk/ |
D | mstructs.h | 72 uint64_t devpath[2]; /* Device path (double QuadWord!) */ member
|
D | setup.c | 968 pptr->edd_dpt.devpath[0] = pptr->mdi.diskbuf; in setup()
|
D | memdisk.inc | 1155 .devpath dd 0, 0, 0, 0 ; Device path
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.stderr.exp | 5010 Syscall param socket(devpath) contains uninitialised byte(s) 5016 Syscall param socket(devpath) points to unaddressable byte(s)
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 9815 char *, devpath, int, version);
|