Home
last modified time | relevance | path

Searched refs:_domain (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
DInstrumentation.h31 __itt_domain *_domain; variable
34 explicit Domain(const char *name) : _domain(__itt_domain_createA(name)) {} in Domain()
36 operator __itt_domain *() const { return _domain; }
37 __itt_domain *operator->() const { return _domain; }
64 __itt_domain *_domain; variable
71 ScopedTask(const Domain &d, const StringHandle &s) : _domain(d) { in ScopedTask()
80 _domain = other._domain;
81 other._domain = nullptr;
87 if (_domain) in end()
88 __itt_task_end(_domain); in end()
[all …]
/freebsd-12-stable/libexec/rc/rc.d/
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."
Dypupdated22 local _domain
27 _domain=`domainname`
28 if [ -z "$_domain" ]; then
Dypbind26 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
Dypxfrd25 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
Dypset25 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
Dyppasswdd26 local _domain
31 _domain=`domainname`
32 if [ -z "$_domain" ]; then
/freebsd-12-stable/lib/libsysdecode/
Dsysdecode.h114 const char *sysdecode_socketdomain(int _domain);
115 const char *sysdecode_socket_protocol(int _domain, int _protocol);
/freebsd-12-stable/contrib/ldns/
Dresolver.c98 return r->_domain; in ldns_resolver_domain()
547 r->_domain = d; in ldns_resolver_set_domain()
707 if (dst->_domain && (!(dst->_domain = ldns_rdf_clone(src->_domain)))) in ldns_resolver_clone()
741 ldns_rdf_deep_free(dst->_domain); in ldns_resolver_clone()
DChangelog909 places in the ldns_resolver structure (._domain and
/freebsd-12-stable/sys/dev/iscsi/
Dicl_conn_if.m118 int _domain;
/freebsd-12-stable/contrib/ldns/ldns/
Dresolver.h79 ldns_rdf *_domain; member
/freebsd-12-stable/contrib/tcsh/
Dcomplete.tcsh1105 set _domain = "`domainname`"
1107 if ("$_domain" != "" && "$_domain" != "noname") then
1111 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1114 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1116 n@-m@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@ \
1119 unset _domain _ypdir
/freebsd-12-stable/sys/kern/
Dbus_if.m865 * @param _domain a pointer to the bus's domain handle identifier
870 int *_domain;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttrDocs.td3792 #define NS_ERROR_ENUM(_type, _name, _domain) \
3793 enum _name : _type _name; enum __attribute__((ns_error_domain(_domain))) _name : _type