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

/freebsd-11-stable/etc/rc.d/
H A Dypserv25 local _domain
29 _domain=`domainname`
30 if [ -z "$_domain" ]; then
34 if [ ! -d /var/yp/$_domain/. ]; then
35 warn "/var/yp/$_domain is not a directory."
H A Dypbind26 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
H A Dyppasswdd26 local _domain
31 _domain=`domainname`
32 if [ -z "$_domain" ]; then
H A Dypset25 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
H A Dypupdated22 local _domain
27 _domain=`domainname`
28 if [ -z "$_domain" ]; then
H A Dypxfrd25 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DInstrumentation.h31 __itt_domain *_domain; member in class:lld::Domain
34 explicit Domain(const char *name) : _domain(__itt_domain_createA(name)) {}
36 operator __itt_domain *() const { return _domain; }
37 __itt_domain *operator->() const { return _domain; }
64 __itt_domain *_domain; member in class:lld::ScopedTask
71 ScopedTask(const Domain &d, const StringHandle &s) : _domain(d) {
80 _domain = other._domain;
81 other._domain = nullptr;
87 if (_domain)
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dsysdecode.h113 const char *sysdecode_socketdomain(int _domain);
114 const char *sysdecode_socket_protocol(int _domain, int _protocol);
/freebsd-11-stable/contrib/ldns/ldns/
H A Dresolver.h79 ldns_rdf *_domain; member in struct:ldns_struct_resolver
/freebsd-11-stable/contrib/ldns/
H A Dresolver.c98 return r->_domain;
547 r->_domain = d;

Completed in 112 milliseconds