Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dlockf.h87 struct lockf { struct
96 struct lockf **lf_head; /* Back pointer to the head of the locf list */ argument
98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ argument
100 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */ argument
114 void lf_print(char *, struct lockf *); argument
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py2004 def GetVnodeLock(lockf): argument