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

/freebsd-9.3-release/contrib/cvs/src/
H A Dlock.c134 static List *locklist; variable
148 with locklist, sort of. */
154 with locklist the same way that lock_tree_list is. */
353 if (locklist != (List *) NULL)
355 (void) walklist (locklist, unlock_proc, NULL);
356 locklist = (List *) NULL;
508 if (locklist != (List *) NULL)
520 locklist = list; /* init for Lock_Cleanup */
H A Drcs.c4768 List *locklist;
4774 locklist = RCS_getlocks (rcs);
4776 for (p = locklist->list->next; p != locklist->list; p = p->next)
4766 List *locklist; local

Completed in 109 milliseconds