Searched refs:resolve (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dclean.sh58 rm -f ns1/resolve.key
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c197 return (*krb5_cc_dfl_ops->resolve)(context, cache, name);
230 return ops->resolve(context, cache, resid);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c140 return (*krb5_kt_dfl_ops.resolve)(context, name, ktid);
176 return (*tlist->ops->resolve)(context, resid, ktid);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h66 krb5_error_code (KRB5_CALLCONV *resolve) member in struct:_krb5_rc_ops
H A Drcfns.c96 return krb5_x((id)->ops->resolve,(context, id, name));
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c720 resolve(myname(ep), &dfd, &cp);
H A Drestore.c868 resolve(myname(np), &dfd, &from);
1001 resolve(orig, &tfd, &from);
1028 resolve(targ, &tfd, &to);
H A Drestore.h295 extern void resolve(char *, int *, char **);
358 extern void resolve();
H A Dtape.c768 resolve(name, &dfd, &rname);
H A Dutilities.c108 resolve(fp, &fromfd, &from);
126 resolve(tp, &tofd, &to);
154 resolve(myname(np), &dfd, &cp);
200 resolve(myname(ep), &dfd, &cp);
241 resolve(myname(ep), &dfd, &cp);
268 resolve(existing, &dfd, &name);
1099 resolve(char *path, int *fd, char **rpath) function
1118 gettext("Warning: cannot fully resolve %s: %s"),
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2521 krb5_error_code (KRB5_CALLCONV *resolve) (krb5_context, krb5_ccache *, member in struct:_krb5_cc_ops
2643 krb5_error_code (KRB5_CALLCONV *resolve) member in struct:_krb5_kt_ops
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s530 ! This is to resolve an issue where an interrupting thread
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c79 char resolve[MAXPATHLEN]; variable
234 is_special = realpath(mname, resolve);
272 mp = getmntlast(mntll, NULL, resolve);
692 if (realpath(cp, resolve) == NULL) {
694 gettext("%s: warning: can't resolve %s\n"),
699 mp = getmntlast(mntll, NULL, resolve);
709 myname, resolve, mnttab);
712 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve);
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java142 Note: Applications should NOT use resolve() solely for txt record monitoring - use
145 Note: When the desired results have been returned, the client MUST terminate the resolve by
148 Note: resolve() behaves correctly for typical services that have a single SRV record and
149 a single TXT record (the TXT record may be empty.) To resolve non-standard services with
156 The interface on which to resolve the service. The client should
159 or 0 to resolve the named service on all available interfaces.
175 @return A {@link DNSSDService} that represents the active resolve operation.
180 public static DNSSDService resolve( int flags, int ifIndex, String serviceName, String regType, method in class:DNSSD
185 /** Register a service, to be discovered via browse() and resolve() calls.<P>
243 /** Register a service, to be discovered via browse() and resolve() call
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java40 BrowserApp demonstrates how to use DNS-SD to browse for and resolve services.
171 DNSSD.resolve( 0, serviceList.getNthInterface( newSel),
192 // the resolve from that thread, since stop() is synchronized with this callback.
193 // So, we stop the resolve on this thread, then invokeAndWait on the AWT event thread.
H A DSimpleChat.java209 resolver = DNSSD.resolve( 0, sel.fInt, sel.fServiceName, sel.fType, sel.fDomain, this);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c243 } resolve; member in union:request_state::__anon98
2747 if (req->u.resolve.srv == answer) req->u.resolve.srv = mDNSNULL;
2748 if (req->u.resolve.txt == answer) req->u.resolve.txt = mDNSNULL;
2752 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer;
2753 if (answer->rrtype == kDNSType_TXT) req->u.resolve.txt = answer;
2755 if (!req->u.resolve.txt || !req->u.resolve.srv) return; // only deliver result to client if we have both answers
2758 ConvertDomainNameToCString(&req->u.resolve
[all...]
/illumos-gate/usr/src/pkg/
H A DMakefile313 # % | use pkgdepend resolve to resolve dependencies
362 # pkgsend | | pkgdepend resolve
398 pkgdepend -R $(PKGDEP_RESOLVE_IMAGE) resolve \
724 # This is a convenience target to resolve dependencies without publishing

Completed in 109 milliseconds