Home
last modified time | relevance | path

Searched refs:_domain (Results 1 - 8 of 8) sorted by relevance

/third_party/FreeBSD/sys/kern/
H A Dbus_if.h518 typedef int bus_get_domain_t(device_t _dev, device_t _child, int *_domain);
524 * @param _domain a pointer to the bus's domain handle identifier
527 static __inline int BUS_GET_DOMAIN(device_t _dev, device_t _child, int *_domain) in BUS_GET_DOMAIN() argument
531 return ((bus_get_domain_t *) _m)(_dev, _child, _domain); in BUS_GET_DOMAIN()
/third_party/node/lib/
H A Ddomain.js61 const _domain = [null];
66 return _domain[0];
69 return _domain[0] = arg;
H A Drepl.js350 this._domain = options.domain || domain.create();
393 domainSet.add(this._domain);
670 self.eval = self._domain.bind(eval_);
672 self._domain.on('error', function debugDomainError(e) {
955 self._domain.emit('error', e.err || e);
/third_party/node/test/fixtures/
H A Drepl-tab-completion-nested-repls.js35 testMe._domain.on('error', function(err) {
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h798 static void radeon_canonicalize_bo_flags(enum radeon_bo_domain *_domain, in radeon_canonicalize_bo_flags() argument
801 unsigned domain = *_domain; in radeon_canonicalize_bo_flags()
830 *_domain = (enum radeon_bo_domain)domain; in radeon_canonicalize_bo_flags()
/third_party/python/Lib/email/
H A Dheaderregistry.py54 self._domain = domain
66 return self._domain
/third_party/python/Lib/
H A Dtracemalloc.py404 self._domain = domain
408 return self._domain
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js64 testMe._domain.on('error', assert.ifError);

Completed in 8 milliseconds