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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dwinlockio.h41 * The page number portion of sy_ident is the offset for mmap(2).
42 * The page offset portion of sy_ident is the byte-offset relative to
48 uint_t sy_ident; /* system-provided identification */ member in struct:winlockalloc
56 uint_t sy_ident; /* system-provided identification */ member in struct:winlocktimeout
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dwinlockio.c121 * sy_ident field returns during alloc) allocates mapping to the lock page,
131 * This ioctl returns a value in sy_ident which is needed to do the
134 * The "page number" portion of the sy_ident needs to be passed as the
138 * incremented by the "page offset" portion of sy_ident to obtain the
282 * sy_ident returned on lock allocation. Cookie is used in later ioctls.
285 * The page offset portion of lockptr is the page offset portion of sy_ident
596 /* off is the sy_ident returned in the alloc ioctl */
821 * The cookie is the sy_ident field returns by ALLOC ioctl.
1158 wla.sy_ident = lp->cookie +
1224 if ((lp = seglock_findlock(wlt.sy_ident))
[all...]

Completed in 47 milliseconds