Home
last modified time | relevance | path

Searched refs:STAT_MINOR (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dprintstat.h47 #ifndef STAT_MINOR
48 # define STAT_MINOR(x) minor(x) macro
57 (unsigned int) STAT_MINOR(statbuf->st_dev), in DO_PRINTSTAT()
80 (unsigned int) STAT_MINOR(statbuf->st_rdev)); in DO_PRINTSTAT()
84 (unsigned int) STAT_MINOR(statbuf->st_size)); in DO_PRINTSTAT()
133 #undef STAT_MINOR
Dfile.c212 # define STAT_MINOR(x) ((x) & 0x3ffff) macro