Lines Matching defs:er
44 process.on('uncaughtException', function H (er) { argument
78 fs.open(path, 'r', function (er, fd) { argument
85 return fs.close(fd, function (er) { argument
90 fs.fstat(fd, function (er, st) { argument
95 fs.close(fd, function (er) { argument
147 cb = (function (orig) { return function cb (er, fd) { argument
167 fs.open(path, wx, function (er, fd) { argument
221 exports.unlock(path, function (er) { argument
224 fs.link(path + '.STALE', path, function (er) { argument
233 exports.lock(path + '.STALE', opts, function (er) { argument
241 function notStale (er, path, opts, cb) { argument
311 function retryThrow (path, opts, er) { argument