/system/core/adb/ |
usb_osx.c | 134 char *devpath = NULL; local 201 devpath = devpathBuf; 267 register_usb_transport(handle, (serial[0] ? serial : NULL), devpath, 1);
|
usb_linux.c | 119 static void register_device(const char *dev_name, const char *devpath, 234 char *devpath = NULL; local 285 devpath = pathbuf; 290 register_device_callback(devname, devpath, 560 static void register_device(const char *dev_name, const char *devpath, 672 register_usb_transport(usb, serial, devpath, usb->writeable);
|
adb.h | 196 char *devpath; member in struct:atransport 298 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
|
/system/core/init/ |
devices.c | 333 } else if(!strncmp(msg, "DEVPATH=", 8)) { 479 static void handle_device(const char *action, const char *devpath, 485 make_device(devpath, path, block, major, minor); 488 make_link(devpath, links[i]); 495 remove_link(devpath, links[i]); 497 unlink(devpath); 542 char devpath[96]; local 549 snprintf(devpath, sizeof(devpath), "%s%s", base, name); 555 handle_device(uevent->action, devpath, uevent->path, 1 563 char devpath[96] = {0}; local [all...] |
/system/vold/ |
VolumeManager.cpp | 134 const char *devpath = evt->findParam("DEVPATH"); local 142 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel()); 151 SLOGW("No volumes handled block event for '%s'", devpath); [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 326 char devpath [16]; /* Use in messages: /port/port/... */ member in struct:usb_device 461 dev->devpath); [all...] |
/external/qemu/ |
usb-linux.c | 1264 char devpath[PATH_MAX]; local [all...] |
/external/blktrace/ |
blktrace.c | 91 struct devpath { struct 136 struct devpath *dpp; 245 struct devpath *dpp; 484 static inline void pdc_dr_update(struct devpath *dpp, int cpu, int data_read) 489 static inline void pdc_nev_update(struct devpath *dpp, int cpu, int nevents) 594 static void dpp_free(struct devpath *dpp) 912 struct devpath *dpp = list_entry(p, struct devpath, head); 1045 struct devpath *dpp = list_entry(p, struct devpath, head) [all...] |