Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 43) sorted by relevance

12

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c78 char resolve[MAXPATHLEN]; variable
244 is_special = realpath(mname, resolve); in main()
282 mp = getmntlast(mntll, NULL, resolve); in main()
702 if (realpath(cp, resolve) == NULL) { in make_mntarray()
709 mp = getmntlast(mntll, NULL, resolve); in make_mntarray()
719 myname, resolve, mnttab); in make_mntarray()
722 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve); in make_mntarray()
/titanic_41/usr/src/cmd/backup/restore/
H A Dutilities.c108 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 Drestore.h295 extern void resolve(char *, int *, char **);
358 extern void resolve();
H A Drestore.c868 resolve(myname(np), &dfd, &from); in createlinks()
1001 resolve(orig, &tfd, &from);
1028 resolve(targ, &tfd, &to);
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c140 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_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c197 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_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h66 krb5_error_code (KRB5_CALLCONV *resolve)
H A Drcfns.c96 return krb5_x((id)->ops->resolve,(context, id, name)); in krb5_rc_resolve()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAMRef.java130 mgr = root.resolve(name); in getRef()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttributeManager.java389 public AttributeManager resolve(String name) { in resolve() method in AttributeManager
402 AttributeManager s = child.resolve(name); in resolve()
426 AttributeManager obj = resolve(name); in resolveBody()
H A DRoot.java515 public AttributeManager resolve(String name) { in resolve() method in Root
523 return super.resolve(name); in resolve()
/titanic_41/usr/src/tools/depcheck/
H A DDependencyCheck.txt58 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_41/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.intel.msg34 @ MSG_DB_NOGOT_X86 "rtld_db: rpr: unable to resolve GOT addr"
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample75 # ipsecconf(1M) command attempts to resolve names, but it will
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java212 resolver = DNSSD.resolve( 0, sel.fInt, sel.fServiceName, sel.fType, sel.fDomain, this); in itemStateChanged()
H A DBrowserApp.java172 DNSSD.resolve( 0, serviceList.getNthInterface( newSel), in valueChanged()
/titanic_41/usr/src/cmd/sendmail/cf/mailer/
H A Dsmtp.m448 R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr>
H A Duucp.m4120 # resolve locally connected UUCP links
/titanic_41/usr/src/pkg/
H A DMakefile395 pkgdepend -R $(PKGDEP_RESOLVE_IMAGE) resolve \
H A DREADME.pkg63 Run `pkgdepend resolve`. See Dependencies section.
107 The resulting manifest after running `pkgdepend resolve`
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties76 resolve_failed = Can''t resolve host name ``{0}''''.
86 cast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast.
H A DServer_en.properties82 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_41/usr/src/tools/scripts/
H A Dits.reg58 # A URL to resolve reference to a unique key. See NOTES below.
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java220 public static DNSSDService resolve( int flags, int ifIndex, String serviceName, String regType, in resolve() method in DNSSD
/titanic_41/usr/src/uts/sun4/ml/
H A Dswtch.s530 ! This is to resolve an issue where an interrupting thread

12