Home
last modified time | relevance | path

Searched defs:__db_lockobj (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h81 struct __db_lockobj { struct
82 SH_DBT lockobj; /* Identifies object locked. */
83 SH_TAILQ_ENTRY links; /* Links for free list. */
84 union {
87 } wlinks;
88 union {
91 } dlinks;
98 u_int8_t objdata[sizeof(struct __db_ilock)];
99 u_int8_t type; /* Real object or locker id. */