Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libadm/common/
H A Ddevreserv.c76 struct devlks { struct
109 static struct devlks *locklist;
343 struct devlks *alloc; /* Ptr to alloc'ed space */ in readlocks()
355 bufsiz = lockcount * sizeof (struct devlks); in readlocks()
473 tblsz = tblcnt * sizeof (struct devlks); in writelks()
512 struct devlks lk; /* Structure for writing a lock */ in appendlk()
520 sizeof (struct devlks)) == sizeof (struct devlks)); in appendlk()
544 struct devlks *avail; /* Pointer to empty slot */ in compresslks()
545 struct devlks *p; /* Running pointer to locks */ in compresslks()
648 struct devlks *plk; /* Ptr into the locks list */ in putlocks()
[all …]