Home
last modified time | relevance | path

Searched refs:i_name (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_logfile.c142 logfile_object_p->i_name, xx, mmp->i_pa, in logfile_domap()
158 logfile_object_p->i_name, xx, off, len)); in logfile_domap()
246 strlcpy(logfile_object_p->i_name, filename, in logfile_setup()
247 sizeof (logfile_object_p->i_name)); in logfile_setup()
248 dbug_print(("info", "filename %s", logfile_object_p->i_name)); in logfile_setup()
257 logfile_object_p->i_fid = open(logfile_object_p->i_name, in logfile_setup()
262 logfile_object_p->i_name, xx)); in logfile_setup()
275 logfile_object_p->i_name, xx)); in logfile_setup()
286 logfile_object_p->i_name)); in logfile_setup()
294 logfile_object_p->i_name, logfile_object_p->i_size)); in logfile_setup()
[all …]
H A Dcfsd_maptbl.c137 maptbl_object_p->i_name, xx, maptbl_object_p->i_pa, in maptbl_domap()
154 maptbl_object_p->i_name, xx, off, len)); in maptbl_domap()
403 strlcpy(maptbl_object_p->i_name, filename, in maptbl_setup()
404 sizeof (maptbl_object_p->i_name)); in maptbl_setup()
405 dbug_print(("info", "filename %s", maptbl_object_p->i_name)); in maptbl_setup()
413 maptbl_object_p->i_fid = open(maptbl_object_p->i_name, in maptbl_setup()
418 "Could not open %s, %d", maptbl_object_p->i_name, xx)); in maptbl_setup()
428 "Could not stat %s, %d", maptbl_object_p->i_name, xx)); in maptbl_setup()
438 "%s Not a regular file.", maptbl_object_p->i_name)); in maptbl_setup()
505 maptbl_object_p->i_name, xx, maptbl_object_p->i_pa, in maptbl_teardown()
H A Dcfsd_fscache.c90 strlcpy(fscache_object_p->i_name, name, in cfsd_fscache_create()
91 sizeof (fscache_object_p->i_name)); in cfsd_fscache_create()
252 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_setup()
331 if (strcmp(fscache_object_p->i_name, value) != 0) { in fscache_setup()
334 fscache_object_p->i_name, value)); in fscache_setup()
388 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_setup()
977 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_roll()
999 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_roll()
1208 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_roll()
1225 fscache_object_p->i_cachepath, fscache_object_p->i_name, in fscache_roll()
H A Dcfsd_logfile.h49 char i_name[MAXPATHLEN * 3]; /* name of file */ member
H A Dcfsd_maptbl.h36 char i_name[MAXPATHLEN * 3]; /* name of file */ member
H A Dcfsd_fscache.h39 char i_name[MAXNAMELEN]; /* fscache name */ member
H A Dcfsd_svc.c355 idp->cm_name = subr_strdup(fscache_object_p->i_name); in cachefsd_mounts_1_svc()
465 cache_object_p->i_cachedir, fscache_object_p->i_name, in cachefsd_mount_stat_1_svc()
475 outp->cms_name = subr_strdup(fscache_object_p->i_name); in cachefsd_mount_stat_1_svc()
H A Dcfsd_cache.c291 strcmp(namep, fscache_object_p->i_name)) { in cache_fscachelist_find()
H A Dcfsd_subr.c169 (strcmp(fscache_object_p->i_name, "rootcache") != 0)) { in subr_add_mount()
/titanic_41/usr/src/lib/abi/apptrace/common/
H A Dabienv.h39 char *i_name; member
H A Dabienv.c130 if ((ip->i_name = strdup(tok)) == NULL) in env_to_intlist()
240 if (fnmatch(list->i_name, iface, 0) == 0) in check_intlist()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c452 interp->i_name = (char *)rtldname; in setup()
646 interp->i_name = (char *) in setup()
706 size_t len = strlen(interp->i_name); in setup()
708 if (expand(&interp->i_name, &len, 0, 0, in setup()
712 fdr.fd_pname = interp->i_name; in setup()
H A D_rtld.h203 char *i_name; /* interpreter name */ member
H A Dutil.c3643 if (interp && interp->i_name) in is_rtld_setuid()
3644 name = interp->i_name; in is_rtld_setuid()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c984 !(strcmp(interp->i_name, MSG_ORIG(MSG_PTH_LIBC)))) { in elf_copy_gen()