Searched defs:cpioMAJOR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5861 #define cpioMAJOR(x) (int)(((unsigned)x >> 8) & 0x7F) macro
5863 maj = cpioMAJOR(Gen.g_dev);
5864 rmaj = cpioMAJOR(Gen.g_rdev);

Completed in 82 milliseconds