HomeSort by relevance Sort by last modified time
    Searched defs:dev (Results 201 - 225 of 693) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
miscdevice.h 52 struct device *dev; member in struct:miscdevice
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
miscdevice.h 52 struct device *dev; member in struct:miscdevice
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
miscdevice.h 52 struct device *dev; member in struct:miscdevice
  /system/core/toolbox/
du.c 241 linkchk(dev_t dev, ino_t ino)
244 dev_t dev; member in struct:entry
260 if (dev == 0 && ino == 0) {
287 if (ohtable[i].ino || ohtable[i].dev)
288 linkchk(ohtable[i].dev, ohtable[i].ino);
294 tmp = dev;
302 while (htable[h].ino || htable[h].dev) {
303 if ((htable[h].ino == ino) && (htable[h].dev == dev))
309 htable[h].dev = dev
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 205 final BlockDevice dev = getDevice(); local
214 dev.read(getDevOffset(chain[chainIdx], clusOfs), dest);
225 dev.read(getDevOffset(chain[chainIdx], 0), dest);
  /bionic/libc/kernel/common/linux/
if_pppox.h 37 char dev[IFNAMSIZ]; member in struct:pppoe_addr
ioport.h 36 struct pci_dev *dev; member in struct:resource_list
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 52 private int dev; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 56 public int dev; field in class:FileUtils.FileStatus
  /development/ndk/platforms/android-3/include/linux/
ioport.h 29 struct pci_dev *dev; member in struct:resource_list
  /external/e2fsprogs/e2fsck/
revoke.c 289 kdev_t dev; local
301 dev = journal->j_fs_dev;
305 bh = get_hash_table(dev, blocknr, journal->j_blocksize);
315 bh2 = get_hash_table(dev, blocknr, journal->j_blocksize);
  /external/e2fsprogs/lib/blkid/
devname.c 2 * devname.c - get a dev by its device inode name
43 * Find a dev struct in the cache by device name, if available.
50 blkid_dev dev = NULL, tmp; local
63 dev = tmp;
67 if (!dev && (flags & BLKID_DEV_CREATE)) {
70 dev = blkid_new_dev();
71 if (!dev)
73 dev->bid_time = INT_MIN;
74 dev->bid_name = blkid_strdup(devname);
75 dev->bid_cache = cache
185 blkid_dev dev = NULL; local
305 dev_t dev; local
    [all...]
tag.c 67 blkid_tag blkid_find_tag_dev(blkid_dev dev, const char *type)
71 if (!dev || !type)
74 list_for_each(p, &dev->bid_tags) {
84 extern int blkid_dev_has_tag(blkid_dev dev, const char *type,
89 if (!dev || !type)
92 tag = blkid_find_tag_dev(dev, type);
129 int blkid_set_tag(blkid_dev dev, const char *name,
136 if (!dev || !name)
148 dev_var = &dev->bid_type;
150 dev_var = &dev->bid_label
277 blkid_dev dev; member in struct:blkid_struct_tag_iterate
333 blkid_dev dev; local
405 blkid_dev dev; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.h 42 char *dev; /* _Linux_ device name (like "/dev/hda1") */ member in struct:__anon7229
46 unsigned char pno; /* Partition number (read from *dev) */
139 * String 'dev' must have a format:
141 * /dev/{sd|hd|fd}[X]
155 int open_partition(char *dev);
  /external/e2fsprogs/misc/
blkid.c 54 "[-s <tag>] [-t <token>]\n [-w <file>] [dev ...]\n"
55 "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
62 "\t-w\twrite cache to different file (/dev/null = no write)\n"
168 static void pretty_print_dev(blkid_dev dev)
177 if (dev == NULL) {
186 devname = blkid_dev_devname(dev);
191 iter = blkid_tag_iterate_begin(dev);
219 static void print_tags(blkid_dev dev, char *show[], int numtag, int output)
225 if (!dev)
229 pretty_print_dev(dev);
373 blkid_dev dev; local
392 blkid_dev dev; local
408 blkid_dev dev = blkid_get_dev(cache, devices[i], local
    [all...]
e2initrd_helper.c 235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
261 dev = blkid_get_devname(cache, device, NULL);
262 if (dev)
263 device = dev;
277 free(dev);
  /external/grub/lib/
device.c 62 # define MAJOR(dev) \
64 unsigned long long __dev = (dev); \
273 dev_devfsd_exists = stat ("/dev/.devfsd", &st) == 0;
287 sprintf (name, "/dev/floppy/%d", unit);
289 sprintf (name, "/dev/fd%d", unit);
292 sprintf (name, "/dev/fd%d", unit);
296 sprintf (name, "/dev/fd%d", unit);
298 sprintf (name, "/dev/rfd%d", unit);
302 sprintf (name, "/dev/rfd%da", unit);
305 sprintf (name, "/dev/rfd%dc", unit)
845 char dev[PATH_MAX]; \/* XXX *\/ local
    [all...]
  /external/kernel-headers/original/linux/
mca.h 30 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
69 struct device dev; member in struct:mca_device
72 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
89 struct device dev; member in struct:mca_bus
92 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
135 extern void mca_set_adapter_procfn(int slot, MCA_ProcFn, void* dev);
141 static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn fn, void* dev)
stat.h 61 dev_t dev; member in struct:kstat
uinput.h 64 struct input_dev *dev; member in struct:uinput_device
  /external/libppp/src/
ether.c 102 struct device dev; /* What struct physical knows about */ member in struct:etherdevice
122 struct etherdevice *dev = device2ether(p->handler); local
124 return NgSendData(p->fd, dev->hook, v, n) == -1 ? -1 : (ssize_t)n;
138 struct etherdevice *dev = device2ether(p->handler); local
141 if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
142 FD_CLR(dev->cs, r);
143 log_Printf(LogTIMER, "%s: fdunset(ctrl) %d\n", p->link.name, dev->cs);
160 struct etherdevice *dev = device2ether(p->handler); local
163 if (dev->cs != -1
171 struct etherdevice *dev = device2ether(p->handler); local
186 struct etherdevice *dev = device2ether(p->handler); local
196 struct etherdevice *dev; local
314 struct etherdevice *dev = device2ether(p->handler); local
350 struct etherdevice *dev = (struct etherdevice *)iov[(*niov)++].iov_base; local
379 struct etherdevice *dev = device2ether(p->handler); local
398 struct etherdevice *dev = device2ether(p->handler); local
412 struct etherdevice *dev = device2ether(p->handler); local
443 struct etherdevice *dev; local
    [all...]
netgraph.c 92 struct device dev; /* What struct physical knows about */ member in struct:ngdevice
108 ng_MessageOut(struct ngdevice *dev, const char *data)
123 dev->dev.name, len, data);
137 dev->dev.name, len + 4, strerror(errno));
154 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) {
156 dev->dev.name, path, fmt, data, strerror(errno));
170 struct ngdevice *dev = device2ng(p->handler) local
223 struct ngdevice *dev = device2ng(p->handler); local
250 struct ngdevice *dev = device2ng(p->handler); local
272 struct ngdevice *dev = device2ng(p->handler); local
284 struct ngdevice *dev; local
326 struct ngdevice *dev = (struct ngdevice *)iov[(*niov)++].iov_base; local
356 struct ngdevice *dev = device2ng(p->handler); local
382 struct ngdevice *dev = device2ng(p->handler); local
396 struct ngdevice *dev = device2ng(p->handler); local
461 struct ngdevice *dev; local
    [all...]
tty.c 85 #define Online(dev) ((dev)->mbits & TIOCM_CD)
88 struct device dev; /* What struct physical knows about */ member in struct:ttydevice
120 struct ttydevice *dev = device2tty(p->handler); local
123 timer_Stop(&dev->Timer);
124 dev->Timer.load = SECTICKS; /* Once a second please */
125 timer_Start(&dev->Timer);
126 ombits = dev->mbits;
129 if (ioctl(p->fd, TIOCMGET, &dev->mbits) < 0) {
134 timer_Stop(&dev->Timer)
183 struct ttydevice *dev = device2tty(p->handler); local
198 struct ttydevice *dev = device2tty(p->handler); local
229 struct ttydevice *dev = device2tty(p->handler); local
255 struct ttydevice *dev = device2tty(p->handler); local
384 struct ttydevice *dev = device2tty(p->handler); local
409 struct ttydevice *dev = device2tty(p->handler); local
420 struct ttydevice *dev = device2tty(p->handler); local
434 struct ttydevice *dev = device2tty(p->handler); local
476 struct ttydevice *dev = device2tty(p->handler); local
495 struct ttydevice *dev = device2tty(p->handler); local
517 struct ttydevice *dev = device2tty(p->handler); local
525 struct ttydevice *dev = device2tty(p->handler); local
545 struct ttydevice *dev = device2tty(p->handler); local
584 struct ttydevice *dev; local
642 struct ttydevice *dev = (struct ttydevice *)iov[(*niov)++].iov_base; local
677 struct ttydevice *dev; local
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 891011>>