HomeSort by relevance Sort by last modified time
    Searched refs:MINOR (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/blktrace/btt/
inlines.h 369 MAJOR(iop->t.device), MINOR(iop->t.device), type2c(iop->type),
379 MAJOR(a_iop->t.device), MINOR(a_iop->t.device),
382 MINOR(l_iop->t.device), (unsigned long long)l_iop->t.sector);
trace_complete.c 37 fprintf(ofp, "%3d,%-3d: ", MAJOR(iop->t.device), MINOR(iop->t.device));
devs.c 25 #define DEV_HASH(dev) ((MAJOR(dev) ^ MINOR(dev)) & (N_DEV_HASH - 1))
output.c 838 sprintf(header, "%d,%d", MAJOR(dip->device), MINOR(dip->device));
  /external/blktrace/
blktrace.h 14 #define MINOR(dev) ((unsigned int) ((dev) & MINORMASK))
blkrawverify.c 118 MINOR(bit->device));
blkparse.c 498 MAJOR(pdi->dev), MINOR(pdi->dev),
610 MAJOR(bit->device), MINOR(bit->device),
928 MAJOR(pdi->dev), MINOR(pdi->dev));
987 MAJOR(pdi->dev), MINOR(pdi->dev),
1081 MAJOR(pdi->dev), MINOR(pdi->dev),
1116 MAJOR(pdi->dev), MINOR(pdi->dev),
1164 snprintf(buffer, size, "%d,%d",MAJOR(pdi->dev),MINOR(pdi->dev));
    [all...]
  /external/openssh/contrib/aix/
buildbff.sh 129 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .`
134 BFFVERSION=`printf "%d.%d.%d.%d" $MAJOR $MINOR $PATCH $PORTABLE`
  /external/oprofile/module/
oprofile.c 312 switch (MINOR(file->f_dentry->d_inode->i_rdev)) {
374 switch (MINOR(file->f_dentry->d_inode->i_rdev)) {
396 switch (MINOR(file->f_dentry->d_inode->i_rdev)) {
413 if (MINOR(file->f_dentry->d_inode->i_rdev) == 1)
  /system/vold/
VolumeManager.cpp     [all...]
cryptfs.c 424 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
775 unsigned int minor; local
802 minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00);
803 snprintf(crypto_blk_name, MAXPATHLEN, "/dev/block/dm-%u", minor);
    [all...]
  /system/core/toolbox/
ls.c 203 (int) MAJOR(s->st_rdev), (int) MINOR(s->st_rdev),
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c     [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 42 #define MINOR 4
189 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay display, EGLint *major, EGLint *minor) {
199 if(minor) *minor = MINOR;
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /external/kernel-headers/original/linux/
fs.h 932 return MINOR(inode->i_rdev);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 3774 milliseconds

1 2 34 5