Home
last modified time | relevance | path

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

/external/strace/
Dprintstat.h43 #ifndef STAT_MAJOR
44 # define STAT_MAJOR(x) major(x) macro
56 (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
Dfile.c211 # define STAT_MAJOR(x) (((x) >> 18) & 0x3fff) macro