Searched refs:STAT_MINOR (Results 1 – 2 of 2) sorted by relevance
47 #ifndef STAT_MINOR48 # define STAT_MINOR(x) minor(x) macro57 (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
212 # define STAT_MINOR(x) ((x) & 0x3ffff) macro