Home
last modified time | relevance | path

Searched refs:P_READ (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libadm/common/
H A Dckpath.c118 if (pflags & P_READ) in sethlp()
147 (P_EXIST|P_NONZERO|P_READ|P_WRITE|P_EXEC))) || in ckpath_stx()
226 if ((pflags & P_READ) && !(status.st_mode & S_IREAD)) { in ckpath_val()
/titanic_41/usr/src/head/
H A Dvaltools.h62 #define P_READ 0x0200 macro
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h68 #define P_READ 1 /* Read allowed */ macro
/titanic_41/usr/src/cmd/valtools/
H A Dckpath.c207 pflags |= P_READ; in main()