HomeSort by relevance Sort by last modified time
    Searched refs:STAT_MINOR (Results 1 - 2 of 2) sorted by null

  /external/strace/
printstat.h 13 #ifndef STAT_MINOR
14 # define STAT_MINOR(x) minor(x)
23 (unsigned int) STAT_MINOR(statbuf->st_dev),
46 (unsigned int) STAT_MINOR(statbuf->st_rdev));
50 (unsigned int) STAT_MINOR(statbuf->st_size));
87 #undef STAT_MINOR
file.c 221 # define STAT_MINOR(x) ((x) & 0x3ffff)

Completed in 4304 milliseconds