Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Ddevreserv.c75 struct devlks { struct
108 static struct devlks *locklist;
342 struct devlks *alloc; /* Ptr to alloc'ed space */ in readlocks()
354 bufsiz = lockcount * sizeof (struct devlks); in readlocks()
472 tblsz = tblcnt * sizeof (struct devlks); in writelks()
522 sizeof (struct devlks)) == sizeof (struct devlks)); in appendlk()
546 struct devlks *avail; /* Pointer to empty slot */ in compresslks()
547 struct devlks *p; /* Running pointer to locks */ in compresslks()
650 struct devlks *plk; /* Ptr into the locks list */ in putlocks()
739 struct devlks *plk; /* Ptr to locking info */ in islocked()
[all …]