Searched refs:_XATTR_CPIO_MODE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h278 * _XATTR_CPIO_MODE ORED into the mode field in both
281 #define _XATTR_CPIO_MODE 0xB000 macro
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h307 #define _XATTR_CPIO_MODE 0xB000 macro
H A Dcpio.c4728 if (((Gen.g_mode & S_IFMT) == _XATTR_CPIO_MODE) ||
4841 Gen.g_mode = Gen.g_mode & (~_XATTR_CPIO_MODE);
7147 * mask and reset them with _XATTR_CPIO_MODE
7156 mode = (G_p->g_mode & POSIXMODES) | _XATTR_CPIO_MODE;

Completed in 80 milliseconds