HomeSort by relevance Sort by last modified time
    Searched defs:devpath (Results 1 - 8 of 8) sorted by null

  /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 199 char *devpath; member in struct:atransport
301 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
  /system/core/init/
devices.c 322 } else if(!strncmp(msg, "DEVPATH=", 8)) {
470 static void handle_device(const char *action, const char *devpath,
476 make_device(devpath, path, block, major, minor);
479 make_link(devpath, links[i]);
486 remove_link(devpath, links[i]);
488 unlink(devpath);
533 char devpath[96]; local
540 snprintf(devpath, sizeof(devpath), "%s%s", base, name);
546 handle_device(uevent->action, devpath, uevent->path, 1
554 char devpath[96] = {0}; local
    [all...]
  /system/vold/
VolumeManager.cpp 133 const char *devpath = evt->findParam("DEVPATH"); local
141 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
150 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 1263 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...]

Completed in 297 milliseconds