usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
171
struct ipath *ipath;
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
173
ipath = mdb_alloc(sizeof (struct ipath), UM_SLEEP);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
175
if (mdb_vread((void *)ipath, sizeof (struct ipath),
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
176
wsp->walk_addr) != sizeof (struct ipath)) {
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
180
wsp->walk_data = (void *)ipath;
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
182
if (ipath->s == NULL)
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
191
mdb_free(wsp->walk_data, sizeof (struct ipath));
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
198
struct ipath *ipath = (struct ipath *)wsp->walk_data;
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
199
struct ipath *ip = (struct ipath *)wsp->walk_addr;
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
201
if (ip == NULL || ipath->s == NULL)
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
209
if (mdb_vread(wsp->walk_data, sizeof (struct ipath),
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
210
wsp->walk_addr) != sizeof (struct ipath)) {
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
231
struct ipath *ipath = (struct ipath *)data;
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
234
if (mdb_readstr(buf, (size_t)sizeof (buf), (uintptr_t)ipath->s) < 0)
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
236
ipath->s);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
238
mdb_printf("/%s=%d", buf, ipath->i);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
302
(void) ipath((uintptr_t)istat_entry.ipath, DCMD_ADDRSPEC, 0, NULL);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
832
{ "eft_ipath", "?", "print an ipath", ipath },
usr/src/cmd/fm/modules/common/eversholt/eval.c
1298
ipath((struct node *)(uintptr_t)lp->v));
usr/src/cmd/fm/modules/common/eversholt/eval.c
1309
ipath((struct node *)(uintptr_t)rp->v));
usr/src/cmd/fm/modules/common/eversholt/eval.c
272
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/eval.c
352
path = ipath2str(NULL, ipath(lhs));
usr/src/cmd/fm/modules/common/eversholt/eval.c
359
path = ipath2str(NULL, ipath(rhs));
usr/src/cmd/fm/modules/common/eversholt/eval.c
423
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/eval.c
461
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/eval.c
498
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/eval.c
522
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/eval.c
563
ent.ipath = ipath(nodep);
usr/src/cmd/fm/modules/common/eversholt/eval.c
618
ipath((struct node *)
usr/src/cmd/fm/modules/common/eversholt/fme.c
1038
const struct ipath **ippp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
1094
ipath(serdinst->u.stmt.np->u.event.epname));
usr/src/cmd/fm/modules/common/eversholt/fme.c
1155
path = ipath2str(NULL, ipath(nodep));
usr/src/cmd/fm/modules/common/eversholt/fme.c
1267
newentp->ipath = ipath(serdinst->u.stmt.np->u.event.epname);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1294
*ippp = ipath(tripinst->u.event.epname);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1326
const struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1363
const struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1513
const struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1551
ipp = ipath(epnamenp);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1564
const struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
157
const char *eventstring, const struct ipath *ipp, nvlist_t *nvl);
usr/src/cmd/fm/modules/common/eversholt/fme.c
159
struct stats *statp, const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/fme.c
163
const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1633
const char *eventstring, const struct ipath *ipp, nvlist_t *nvl)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2058
ipath2fmri(struct ipath *ipath)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2065
struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
2067
for (ipp = ipath; ipp->s != NULL; ipp++)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2089
for (ipp = ipath; ipp->s != NULL; ipp++) {
usr/src/cmd/fm/modules/common/eversholt/fme.c
2189
const struct ipath *asrupath, *frupath;
usr/src/cmd/fm/modules/common/eversholt/fme.c
2204
asrupath = ipath(asrudef);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2205
frupath = ipath(frudef);
usr/src/cmd/fm/modules/common/eversholt/fme.c
223
extern struct lut *itree_create_dummy(const char *, const struct ipath *);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2337
Istatsz += ipath2strlen(lhs->ename, lhs->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2363
str = ipath2str(lhs->ename, lhs->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2415
if (ent1->ipath != ent2->ipath)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2416
return ((char *)ent2->ipath - (char *)ent1->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2464
ent.ipath = ipath(snp->u.event.epname);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2532
ipath_print(O_ALTFP|O_VERB2, ent.ename, ent.ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2552
const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2556
if (entp->ipath == ipp) {
usr/src/cmd/fm/modules/common/eversholt/fme.c
2573
fmri = ipath2fmri((struct ipath *)(entp->ipath));
usr/src/cmd/fm/modules/common/eversholt/fme.c
2575
path = ipath2str(entp->ename, entp->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2604
Serdsz += ipath2strlen(lhs->ename, lhs->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2621
str = ipath2str(lhs->ename, lhs->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
265
prune_propagations(const char *e0class, const struct ipath *e0ipp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2666
if (ent1->ipath != ent2->ipath)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2667
return ((char *)ent2->ipath - (char *)ent1->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2702
newentp->ipath = ipath(epname);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2728
serd_reset_cb(struct serd_entry *entp, void *unused, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2732
if (entp->ipath == ipp) {
usr/src/cmd/fm/modules/common/eversholt/fme.c
2748
fmri = ipath2fmri((struct ipath *)(entp->ipath));
usr/src/cmd/fm/modules/common/eversholt/fme.c
2750
path = ipath2str(entp->ename, entp->ipath);
usr/src/cmd/fm/modules/common/eversholt/fme.c
3133
pathstr = ipath2str(NULL, ipath(platform_getpath(ep->nvp)));
usr/src/cmd/fm/modules/common/eversholt/fme.c
331
newfme(const char *e0class, const struct ipath *e0ipp, fmd_hdl_t *hdl,
usr/src/cmd/fm/modules/common/eversholt/fme.c
508
serialize_observation(struct fme *fp, const char *cls, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
641
stable(estr), ipath(epnamenp));
usr/src/cmd/fm/modules/common/eversholt/fme.c
646
tmpbuf, ipath2str(estr, ipath(epnamenp)));
usr/src/cmd/fm/modules/common/eversholt/fme.c
806
(void) prune_propagations(stable(estr), ipath(epnamenp));
usr/src/cmd/fm/modules/common/eversholt/fme.h
109
const struct ipath *ipath;
usr/src/cmd/fm/modules/common/eversholt/fme.h
117
const struct ipath *ipath;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
103
ipath_epnamecmp(struct ipath *ipp, struct node *np)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
151
const struct ipath *ipp;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
167
struct ipath *
usr/src/cmd/fm/modules/common/eversholt/ipath.c
168
ipath_dummy(struct node *np, struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
170
struct ipath *ret;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
189
stats_counter_add(Nbytes, 2 * sizeof (struct ipath));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
193
struct ipath *
usr/src/cmd/fm/modules/common/eversholt/ipath.c
196
struct ipath *ret, *ipp;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
215
stats_counter_add(Nbytes, (i + 1) * sizeof (struct ipath));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
222
const struct ipath *
usr/src/cmd/fm/modules/common/eversholt/ipath.c
225
struct ipath *ret;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
272
stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
287
ipath2str(const char *ename, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
342
ipathlastcomp(const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
358
ipath2strlen(const char *ename, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
387
ipath_print(int flags, const char *ename, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/ipath.c
409
struct ipath *ipp = (struct ipath *)right;
usr/src/cmd/fm/modules/common/eversholt/ipath.c
72
ipath_cmp(struct ipath *ipp1, struct ipath *ipp2)
usr/src/cmd/fm/modules/common/eversholt/ipath.h
37
const struct ipath *ipath(struct node *np);
usr/src/cmd/fm/modules/common/eversholt/ipath.h
38
void ipathlastcomp(const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/ipath.h
39
char *ipath2str(const char *ename, const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/ipath.h
40
size_t ipath2strlen(const char *ename, const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/ipath.h
41
void ipath_print(int flags, const char *ename, const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/itree.c
1443
add_event_dummy(struct node *np, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/itree.c
1447
extern struct ipath *ipath_dummy(struct node *, struct ipath *);
usr/src/cmd/fm/modules/common/eversholt/itree.c
1448
struct ipath *ipp_un;
usr/src/cmd/fm/modules/common/eversholt/itree.c
1449
extern struct ipath *ipath_for_usednames(struct node *);
usr/src/cmd/fm/modules/common/eversholt/itree.c
1452
searchevent.ipp = ipath_dummy(np->u.event.epname, (struct ipath *)ipp);
usr/src/cmd/fm/modules/common/eversholt/itree.c
1471
itree_create_dummy(const char *e0class, const struct ipath *e0ipp)
usr/src/cmd/fm/modules/common/eversholt/itree.c
491
itree_lookup(struct lut *itp, const char *ename, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/itree.c
515
searchevent.ipp = ipath(np->u.event.epname);
usr/src/cmd/fm/modules/common/eversholt/itree.h
143
const char *ename, const struct ipath *ipp);
usr/src/cmd/fm/modules/common/eversholt/itree.h
82
const struct ipath *ipp; /* instanced version of event */
usr/src/cmd/fm/modules/common/eversholt/itree.h
83
const struct ipath *ipp_un; /* full version for Usednames */
usr/src/cmd/fm/modules/common/eversholt/platform.c
1175
addthisarg = ipath2str(NULL, ipath(namep));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1194
addthisarg = ipath2str(NULL, ipath(np));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1198
ipath(np->u.event.epname));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2205
const struct ipath *
usr/src/cmd/fm/modules/common/eversholt/platform.c
2211
const struct ipath *ip;
usr/src/cmd/fm/modules/common/eversholt/platform.c
2231
ip = ipath(np);
usr/src/cmd/fm/modules/common/eversholt/platform.h
65
const struct ipath *platform_fault2ipath(nvlist_t *flt);
usr/src/cmd/mandoc/main.c
510
resn->ipath = SIZE_MAX;
usr/src/cmd/mandoc/main.c
580
res[i].ipath = SIZE_MAX;
usr/src/cmd/mandoc/main.c
711
fs_append(char **file, size_t filesz, int copy, size_t ipath,
usr/src/cmd/mandoc/main.c
724
page->ipath = ipath;
usr/src/cmd/mandoc/main.c
735
fs_lookup(const struct manpaths *paths, size_t ipath,
usr/src/cmd/mandoc/main.c
755
paths->paths[ipath], sec, name, sec);
usr/src/cmd/mandoc/main.c
761
paths->paths[ipath], sec, name);
usr/src/cmd/mandoc/main.c
770
paths->paths[ipath], sec, arch, name, sec);
usr/src/cmd/mandoc/main.c
776
cp = file = mandoc_malloc(strlen(paths->paths[ipath]) * 2 +
usr/src/cmd/mandoc/main.c
779
glob_esc(&cp, paths->paths[ipath], slman);
usr/src/cmd/mandoc/main.c
796
cp = file = mandoc_malloc(strlen(paths->paths[ipath]) * 2 +
usr/src/cmd/mandoc/main.c
800
glob_esc(&cp, paths->paths[ipath], slman);
usr/src/cmd/mandoc/main.c
816
if (res != NULL || ipath + 1 != paths->sz)
usr/src/cmd/mandoc/main.c
826
name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
usr/src/cmd/mandoc/main.c
831
ipath, sec, form, res, ressz);
usr/src/cmd/mandoc/main.c
833
fs_append(&file, 1, 0, ipath, sec, form, res, ressz);
usr/src/cmd/mandoc/main.c
846
size_t ipath, isec;
usr/src/cmd/mandoc/main.c
852
for (ipath = 0; ipath < paths->sz; ipath++) {
usr/src/cmd/mandoc/main.c
854
if (fs_lookup(paths, ipath, cfg->sec, cfg->arch,
usr/src/cmd/mandoc/main.c
859
if (fs_lookup(paths, ipath, sections[isec],
usr/src/cmd/mandoc/main.c
879
if (resp->ipath != SIZE_MAX)
usr/src/cmd/mandoc/main.c
880
(void)chdir(conf->manpath.paths[resp->ipath]);
usr/src/cmd/mandoc/main.c
887
mandoc_msg(resp->ipath == SIZE_MAX ?
usr/src/cmd/mandoc/mansearch.c
203
mpage->ipath = i;
usr/src/cmd/mandoc/mansearch.h
96
size_t ipath; /* number of the manpath */
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
124
Dbg_dl_dldump(Rt_map *clmp, const char *ipath, const char *opath, int flags)
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
133
dbg_print(lml, MSG_INTL(MSG_DL_DLDUMP), ipath, NAME(clmp),
usr/src/cmd/sgs/librtld/common/dldump.c
162
char *shstr, *_shstr, *ipath = NAME(lmp);
usr/src/cmd/sgs/librtld/common/dldump.c
191
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_PROC), ipath,
usr/src/cmd/sgs/librtld/common/dldump.c
209
ipath, strerror(err));
usr/src/cmd/sgs/librtld/common/dldump.c
222
if ((fd = open(ipath, O_RDONLY, 0)) == -1) {
usr/src/cmd/sgs/librtld/common/dldump.c
224
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), ipath,
usr/src/cmd/sgs/librtld/common/dldump.c
236
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_BEGIN), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
245
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_IMG_ELF), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
272
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETPHDR), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
304
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_IMG_DATASEG), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
313
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDRSTRNDX), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
318
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSCN), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
323
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETDATA), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
363
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDR), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
369
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETDATA), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
506
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_IMG_DATASEC), ipath);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1653
dldump_core(Rt_map *clmp, Rt_map *lmp, const char *ipath, const char *opath,
usr/src/cmd/sgs/rtld/common/dlfcns.c
1663
((lmp == NULL) && (ipath[0] == '\0'))) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
1677
if ((lmp = is_so_loaded(&lml_main, ipath, NULL)) == NULL) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
1679
ipath);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1683
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_ALTER), ipath);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1688
ipath);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1718
dldump(const char *ipath, const char *opath, int flags)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1727
if (ipath) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
1731
ipath = NAME(lmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1734
DBG_CALL(Dbg_dl_dldump(clmp, ipath, opath, flags));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1736
error = dldump_core(clmp, lmp, ipath, opath, flags);
usr/src/lib/libc/port/gen/iconv.c
100
ipath = malloc(MAXPATHLEN);
usr/src/lib/libc/port/gen/iconv.c
101
if (ipath == NULL) {
usr/src/lib/libc/port/gen/iconv.c
106
cd->_conv = iconv_open_all(tocode, fromcode, ipath);
usr/src/lib/libc/port/gen/iconv.c
109
free(ipath);
usr/src/lib/libc/port/gen/iconv.c
116
cd->_conv = iconv_search_alias(tocode, fromcode, ipath);
usr/src/lib/libc/port/gen/iconv.c
117
free(ipath);
usr/src/lib/libc/port/gen/iconv.c
207
iconv_open_all(const char *to, const char *from, char *ipath)
usr/src/lib/libc/port/gen/iconv.c
221
len = snprintf(ipath, MAXPATHLEN, _GENICONVTBL_PATH, from, to);
usr/src/lib/libc/port/gen/iconv.c
222
if ((len <= MAXPATHLEN) && (access(ipath, R_OK) == 0)) {
usr/src/lib/libc/port/gen/iconv.c
226
cv = iconv_open_private(_GENICONVTBL_INT_PATH, ipath);
usr/src/lib/libc/port/gen/iconv.c
234
len = snprintf(ipath, MAXPATHLEN, _ICONV_PATH, from, to);
usr/src/lib/libc/port/gen/iconv.c
235
if ((len <= MAXPATHLEN) && (access(ipath, R_OK) == 0)) {
usr/src/lib/libc/port/gen/iconv.c
240
return (iconv_open_private(ipath, NULL));
usr/src/lib/libc/port/gen/iconv.c
257
iconv_search_alias(const char *tocode, const char *fromcode, char *ipath)
usr/src/lib/libc/port/gen/iconv.c
313
cv = iconv_open_all(to_canonical, from_canonical, ipath);
usr/src/lib/libc/port/gen/iconv.c
92
char *ipath;
usr/src/lib/libdtrace/common/dt_cc.c
1811
char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */
usr/src/lib/libdtrace/common/dt_cc.c
1846
(void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(ifp));
usr/src/lib/libdtrace/common/dt_cc.c
1865
argv[argc++] = ipath;
usr/src/uts/common/os/instance.c
418
char *ipath;
usr/src/uts/common/os/instance.c
506
ipath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/instance.c
510
(void) strcpy(ipath, path);
usr/src/uts/common/os/instance.c
511
(void) strcpy(ipath + splice, ibp[ibpi]);
usr/src/uts/common/os/instance.c
512
(void) in_pathin(ipath,
usr/src/uts/common/os/instance.c
517
kmem_free(ipath, MAXPATHLEN);