HomeSort by: relevance | last modified time | path
    Searched defs:lockrules (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_parse.c 784 static const char *lockrules[] = {"NoLock", "Lock"}; local in function:aml_parse_deffield
809 lockrules[(flags >> 4) & 1],
828 static const char *lockrules[] = {"NoLock", "Lock"}; local in function:aml_parse_defindexfield
852 lockrules[(flags >> 4) & 1],
874 static const char *lockrules[] = {"NoLock", "Lock"}; local in function:aml_parse_defbankfield
904 lockrules[(flags >> 4) & 1],

Completed in 13 milliseconds