Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py71 Skipfuncs = [ 'open', 'close', 'read', 'write', 'fcntl', 'mmap', variable
153 if (target not in Skipfuncs) and not failure_seen(target):
213 if not (match.re == RE_function and target in Skipfuncs):