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

  /external/blktrace/btt/
devmap.c 26 char device[32], devno[32]; member in struct:devmap
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
57 if (!strcmp(this, dmp->devno))
  /external/e2fsprogs/lib/blkid/
devno.c 2 * devno.c - find a particular device by its device number (major/minor)
93 void blkid__scan_dir(char *dirname, dev_t devno, struct dir_list **list,
118 if (S_ISBLK(st.st_mode) && st.st_rdev == devno) {
121 printf("found 0x%llx at %s (%p)\n", (long long)devno,
141 char *blkid_devno_to_devname(dev_t devno)
159 blkid__scan_dir(current->name, devno, &new_list, &devname);
178 printf("blkid: couldn't find devno 0x%04lx\n",
179 (unsigned long) devno));
182 printf("found devno 0x%04llx as %s\n", (long long)devno, devname))
194 dev_t devno; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 130 int devno; member in struct:synth_control
136 int devno; member in struct:remove_sample
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 112 int devno; member in struct:synth_control
118 int devno; member in struct:remove_sample
  /development/ndk/platforms/android-L/include/linux/
soundcard.h 130 int devno; member in struct:synth_control
136 int devno; member in struct:remove_sample
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 153 int devno; /* Synthesizer # */ member in struct:synth_control
159 int devno; /* Synthesizer # */ member in struct:remove_sample
    [all...]

Completed in 573 milliseconds