Searched refs:STAT_MAJOR (Results 1 – 2 of 2) sorted by relevance
43 #ifndef STAT_MAJOR44 # define STAT_MAJOR(x) major(x) macro56 (unsigned int) STAT_MAJOR(statbuf->st_dev), in DO_PRINTSTAT()79 (unsigned int) STAT_MAJOR(statbuf->st_rdev), in DO_PRINTSTAT()83 (unsigned int) STAT_MAJOR(statbuf->st_size), in DO_PRINTSTAT()134 #undef STAT_MAJOR
211 # define STAT_MAJOR(x) (((x) >> 18) & 0x3fff) macro