Searched refs:UFLAGS (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dwinlockio.h79 #define UFLAGS 0x00ff /* flags usable by users */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dwinlockio.c693 * Child does not inherit any UFLAGS set in parent
1206 * Sets timeout in lock and UFLAGS in client
1207 * the UFLAGS are stored in the client structure and persistent only
1208 * till the unmap of the lock pages. If the process sets UFLAGS
1210 * structure will get deleted and the UFLAGS will be lost. The process
1234 * If the process is trying to set UFLAGS,
1237 * If the process is clearing UFLAGS
1240 if (wlt.sy_flags & UFLAGS) {
1242 sdp->flag = sdp->flag & KFLAGS | wlt.sy_flags & UFLAGS;
1245 /* If clearing UFLAGS leave
[all...]

Completed in 105 milliseconds