Searched refs:lockdata (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/tools/ |
| H A D | vnode_if.awk | 71 if (lockdata[name, arg, pos] && (lockdata[name, arg, pos] != "-")) { 74 if (lockdata[name, arg, pos] == "L") 76 else if (lockdata[name, arg, pos] == "U") 78 else if (lockdata[name, arg, pos] == "E") 88 if (lockdata[name, "debugpre"]) { 90 printc("\t"lockdata[name, "debugpre"]"(a);"); 97 if (lockdata[name, "debugpost"]) { 99 printc("\t"lockdata[name, "debugpost"]"(a, rc);"); 106 if (lockdata[name, "pre"]) { 107 printc("\t"lockdata[name, "pre"]"(a);"); [all …]
|