Home
last modified time | relevance | path

Searched refs:devpath (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/
Dblktrace.c91 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/qemu/
Dusb-linux.c1263 char devpath[PATH_MAX]; in usb_host_scan() local
1270 strcpy(devpath, USBPROCBUS_PATH); in usb_host_scan()
1280 strcpy(devpath, USBDEVBUS_PATH); in usb_host_scan()
1289 strcpy(devpath, USBDEVBUS_PATH); in usb_host_scan()
1302 usb_host_device_path = qemu_mallocz(strlen(devpath)+1); in usb_host_scan()
1303 strcpy(usb_host_device_path, devpath); in usb_host_scan()
/external/kernel-headers/original/linux/
Dusb.h326 char devpath [16]; /* Use in messages: /port/port/... */ member
461 dev->devpath); in usb_make_path()