Lines Matching defs:devlks
72 * struct devlks Structure that defines locking information (key
76 struct devlks {
109 static struct devlks *locklist;
343 struct devlks *alloc; /* Ptr to alloc'ed space */
355 bufsiz = lockcount * sizeof (struct devlks);
473 tblsz = tblcnt * sizeof (struct devlks);
512 struct devlks lk; /* Structure for writing a lock */
520 sizeof (struct devlks)) == sizeof (struct devlks));
544 struct devlks *avail; /* Pointer to empty slot */
545 struct devlks *p; /* Running pointer to locks */
648 struct devlks *plk; /* Ptr into the locks list */
728 * struct devlks *locklist Pointer to the list of device locks
737 struct devlks *plk; /* Ptr to locking info */
803 struct devlks *plk; /* Pointer to a device lock */
1094 struct devlks *p; /* Running ptr, locklist */