Searched defs:ipath (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath_impl.h36 * ipath_impl.h -- ipath private data shared with mdb module
39 /* an ipath cache entry is an array of these, with s==NULL at the end */
40 struct ipath { struct
H A Dipath.c25 * ipath.c -- instanced pathname module
39 #include "ipath.h"
48 static struct lut *Ipaths; /* the ipath cache itself */
51 * ipath_init -- initialize the ipath module
56 Nipath = stats_new_counter("ievent.nipath", "ipath cache entries", 1);
61 * ipath_cmp -- compare two ipath entries
66 * to test if two ipaths are same. but when inserting a new ipath
72 ipath_cmp(struct ipath *ipp1, struct ipath *ipp2)
94 * ipath_epnamecmp -- compare an ipath wit
223 ipath(struct node *np) function
[all...]
H A Deft_mdb.c169 struct ipath *ipath; local
171 ipath = mdb_alloc(sizeof (struct ipath), UM_SLEEP);
173 if (mdb_vread((void *)ipath, sizeof (struct ipath),
174 wsp->walk_addr) != sizeof (struct ipath)) {
175 mdb_warn("failed to read struct ipath at %p", wsp->walk_addr);
178 wsp->walk_data = (void *)ipath;
180 if (ipath
196 struct ipath *ipath = (struct ipath *)wsp->walk_data; local
229 struct ipath *ipath = (struct ipath *)data; local
242 ipath(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
[all...]
H A Dfme.h109 const struct ipath *ipath; member in struct:istat_entry
117 const struct ipath *ipath; member in struct:serd_entry
H A Dfme.c49 #include "ipath.h"
151 const char *eventstring, const struct ipath *ipp, nvlist_t *nvl);
153 struct stats *statp, const struct ipath *ipp);
157 const struct ipath *ipp);
217 extern struct lut *itree_create_dummy(const char *, const struct ipath *);
259 prune_propagations(const char *e0class, const struct ipath *e0ipp)
325 newfme(const char *e0class, const struct ipath *e0ipp, fmd_hdl_t *hdl,
501 serialize_observation(struct fme *fp, const char *cls, const struct ipath *ipp)
634 stable(estr), ipath(epnamenp));
639 tmpbuf, ipath2str(estr, ipath(epnamen
2045 struct ipath { struct
2051 ipath2fmri(struct ipath *ipath) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c124 Dbg_dl_dldump(Rt_map *clmp, const char *ipath, const char *opath, int flags) argument
133 dbg_print(lml, MSG_INTL(MSG_DL_DLDUMP), ipath, NAME(clmp),
/illumos-gate/usr/src/lib/libc/port/gen/
H A Diconv.c90 char *ipath; local
96 * Memory for ipath is allocated/released in this function.
98 ipath = malloc(MAXPATHLEN);
99 if (ipath == NULL) {
104 cd->_conv = iconv_open_all(tocode, fromcode, ipath);
107 free(ipath);
114 cd->_conv = iconv_search_alias(tocode, fromcode, ipath);
115 free(ipath);
232 iconv_open_all(const char *to, const char *from, char *ipath) argument
247 len = snprintf(ipath, MAXPATHLE
274 iconv_search_alias(const char *tocode, const char *fromcode, char *ipath) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c83 * lmp provides the link-map of the ipath (the input file).
162 char *shstr, *_shstr, *ipath = NAME(lmp); local
191 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_PROC), ipath,
209 ipath, strerror(err));
222 if ((fd = open(ipath, O_RDONLY, 0)) == -1) {
224 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), ipath,
236 eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_BEGIN), ipath);
245 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_IMG_ELF), ipath);
272 eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETPHDR), ipath);
304 eprintf(lml, ERR_WARNING, MSG_INTL(MSG_IMG_DATASEG), ipath);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h84 size_t ipath; /* number of the manpath */ member in struct:manpage
H A Dmain.c91 size_t ipath, const char *,
483 chdir(conf.manpath.paths[resp->ipath]);
629 fs_lookup(const struct manpaths *paths, size_t ipath, argument
640 paths->paths[ipath], sec, name, sec);
646 paths->paths[ipath], sec, name);
655 paths->paths[ipath], sec, arch, name, sec);
662 paths->paths[ipath], sec, name);
676 name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
683 page->ipath = ipath;
698 size_t ipath, isec, lastsz; local
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c796 char *dname, *nname, *ipath, *opath; local
814 ipath = prom_stdinpath();
818 if (ipath != NULL && strstr(ipath, nname) != 0)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1652 dldump_core(Rt_map *clmp, Rt_map *lmp, const char *ipath, const char *opath, argument
1662 ((lmp == NULL) && (ipath[0] == '\0'))) {
1676 if ((lmp = is_so_loaded(&lml_main, ipath, NULL)) == NULL) {
1678 ipath);
1682 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_ALTER), ipath);
1687 ipath);
1717 dldump(const char *ipath, const char *opath, int flags) argument
1726 if (ipath) {
1730 ipath = NAME(lmp);
1733 DBG_CALL(Dbg_dl_dldump(clmp, ipath, opat
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dinstance.c418 char *ipath; local
506 ipath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
510 (void) strcpy(ipath, path);
511 (void) strcpy(ipath + splice, ibp[ibpi]);
512 (void) in_pathin(ipath,
517 kmem_free(ipath, MAXPATHLEN);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1809 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
1844 (void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(ifp));
1863 argv[argc++] = ipath;

Completed in 89 milliseconds