/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 242 } resolve; member 2726 if (req->u.resolve.srv == answer) req->u.resolve.srv = mDNSNULL; in resolve_result_callback() 2727 if (req->u.resolve.txt == answer) req->u.resolve.txt = mDNSNULL; in resolve_result_callback() 2731 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer; in resolve_result_callback() 2732 if (answer->rrtype == kDNSType_TXT) req->u.resolve.txt = answer; in resolve_result_callback() 2734 …if (!req->u.resolve.txt || !req->u.resolve.srv) return; // only deliver result to client if we… in resolve_result_callback() 2737 ConvertDomainNameToCString(&req->u.resolve.srv->rdata->u.srv.target, target); in resolve_result_callback() 2746 len += req->u.resolve.txt->rdlength; in resolve_result_callback() 2759 *data++ = req->u.resolve.srv->rdata->u.srv.port.b[0]; in resolve_result_callback() 2760 *data++ = req->u.resolve.srv->rdata->u.srv.port.b[1]; in resolve_result_callback() [all …]
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | umount.c | 79 char resolve[MAXPATHLEN]; variable 234 is_special = realpath(mname, resolve); in main() 272 mp = getmntlast(mntll, NULL, resolve); in main() 692 if (realpath(cp, resolve) == NULL) { in make_mntarray() 699 mp = getmntlast(mntll, NULL, resolve); in make_mntarray() 709 myname, resolve, mnttab); in make_mntarray() 712 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve); in make_mntarray()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 108 resolve(fp, &fromfd, &from); in renameit() 126 resolve(tp, &tofd, &to); in renameit() 154 resolve(myname(np), &dfd, &cp); in newnode() 200 resolve(myname(ep), &dfd, &cp); in removenode() 241 resolve(myname(ep), &dfd, &cp); in removeleaf() 268 resolve(existing, &dfd, &name); in lf_linkit() 1099 resolve(char *path, int *fd, char **rpath)
|
H A D | restore.h | 295 extern void resolve(char *, int *, char **); 358 extern void resolve();
|
H A D | restore.c | 868 resolve(myname(np), &dfd, &from); in createlinks() 1001 resolve(orig, &tfd, &from); 1028 resolve(targ, &tfd, &to);
|
H A D | dirs.c | 720 resolve(myname(ep), &dfd, &cp); in setdirmodes()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | ktbase.c | 140 return (*krb5_kt_dfl_ops.resolve)(context, name, ktid); in krb5_kt_resolve() 176 return (*tlist->ops->resolve)(context, resid, ktid); in krb5_kt_resolve()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccbase.c | 197 return (*krb5_cc_dfl_ops->resolve)(context, cache, name); in krb5_cc_resolve() 230 return ops->resolve(context, cache, resid); in krb5_cc_resolve()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc-int.h | 66 krb5_error_code (KRB5_CALLCONV *resolve)
|
H A D | rcfns.c | 96 return krb5_x((id)->ops->resolve,(context, id, name)); in krb5_rc_resolve()
|
/titanic_50/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 58 want to resolve the symbolic links 74 This tool cannot resolve variable substitions. For example if a shell script 76 not be able to resolve that the shell script will execute "/usr/sbin/df".
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.intel.msg | 34 @ MSG_DB_NOGOT_X86 "rtld_db: rpr: unable to resolve GOT addr"
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 75 # ipsecconf(1M) command attempts to resolve names, but it will
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SimpleChat.java | 209 resolver = DNSSD.resolve( 0, sel.fInt, sel.fServiceName, sel.fType, sel.fDomain, this); in itemStateChanged()
|
H A D | BrowserApp.java | 171 DNSSD.resolve( 0, serviceList.getNthInterface( newSel), in valueChanged()
|
/titanic_50/usr/src/cmd/sendmail/cf/mailer/ |
H A D | smtp.m4 | 48 R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr>
|
H A D | uucp.m4 | 120 # resolve locally connected UUCP links
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientLib_en.properties | 76 resolve_failed = Can''t resolve host name ``{0}''''. 86 cast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast.
|
H A D | Server_en.properties | 82 sdat_drop_fwd = Dropped forwarded SrvReg or SrvDereg to DA ``{0}'''' because can''t resolve hostnam… 87 sdat_drop_fwd = Dropped forwarded SrvReg or SrvDereg to DA ``{0}'''' because can''t resolve hostnam…
|
/titanic_50/usr/src/pkg/ |
H A D | Makefile | 427 pkgdepend -R $(PKGDEP_RESOLVE_IMAGE) resolve \
|
H A D | README.pkg | 63 Run `pkgdepend resolve`. See Dependencies section. 107 The resulting manifest after running `pkgdepend resolve`
|
/titanic_50/usr/src/tools/scripts/ |
H A D | its.reg | 58 # A URL to resolve reference to a unique key. See NOTES below.
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 180 public static DNSSDService resolve( int flags, int ifIndex, String serviceName, String regType, in resolve() method in DNSSD
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 530 ! This is to resolve an issue where an interrupting thread
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 804 R$- ! $+ $@ $>Canonify2 $2 < @ $1 .UUCP > resolve uucp names 810 R$- :: $+ $@ $>Canonify2 $2 < @ $1 .DECNET > resolve DECnet names 1149 `# resolve remotely connected UUCP links (if any) 1160 # resolve fake top level domains by forwarding to other hosts 1807 R$* $| TEMP $#error $@ 4.1.8 $: 451 Client IP address $1 does not resolve 1894 `R<?> $* < @ $+ > $: <? $(resolve $2 $: $2 <PERM> $) > $1 < @ $2 > 1936 R<TEMP> $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" 2263 # check client name: first: did it resolve? 2266 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…
|