/titanic_50/usr/src/common/fs/ |
H A D | decompress.c | 136 dprintf("file %s is compressed\n", filep->fi_path); in cf_check_compressed() 179 dprintf("cf_close: %s\n", filep->fi_path); in cf_close() 194 dprintf("cf_rewind: %s\n", filep->fi_path); in cf_rewind() 221 dprintf("cf_read: %s ", filep->fi_path); in cf_read() 272 dprintf("cf_seek: %s ", filep->fi_path); in cf_seek()
|
H A D | pcfs.c | 222 filep->fi_path = (char *)bkmem_alloc(strlen(str) + 1); in bpcfs_open() 223 (void) strcpy(filep->fi_path, str); in bpcfs_open() 254 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bpcfs_close()
|
H A D | hsfs.c | 489 filep->fi_path = (char *)bkmem_alloc(strlen(str) + 1); in bhsfs_open() 490 (void) strcpy(filep->fi_path, str); in bhsfs_open() 533 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bhsfs_close()
|
H A D | ufsops.c | 627 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in bufs_open() 628 (void) strcpy(filep->fi_path, filename); in bufs_open() 747 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in bufs_close()
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 543 fnip->fi_path = kmem_alloc(len, KM_SLEEP); in auto_mount() 545 bcopy(strbuff, fnip->fi_path, len); in auto_mount() 634 rootfnp = auto_makefnnode(VDIR, vfsp, fnip->fi_path, cr, fngp); in auto_mount() 671 if (fnip->fi_path != NULL) in auto_mount() 672 kmem_free(fnip->fi_path, fnip->fi_pathlen); in auto_mount() 776 kmem_free(fnip->fi_path, fnip->fi_pathlen); in auto_unmount()
|
H A D | auto_subr.c | 642 fnip->fi_path, key)); in auto_lookup_request() 647 reqst.path = fnip->fi_path; in auto_lookup_request() 722 fnip->fi_path, key, error)); in auto_lookup_request() 740 fnip->fi_path, key)); in auto_mount_request() 744 reqst.path = fnip->fi_path; in auto_mount_request() 795 fnip->fi_path, key, error)); in auto_mount_request() 967 dfnip->fi_path, m->dir + 1); in auto_invalid_autofs() 970 dfnip->fi_path, dfnp->fn_name, m->dir + 1); in auto_invalid_autofs() 1114 AUTOFS_DPRINT((10, "\tdfnip->fi_path=%s\n", dfnip->fi_path)); in auto_perform_actions() 1120 (void) sprintf(buff, "%s/%s", dfnip->fi_path, mntpnt); in auto_perform_actions() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | filep.h | 65 char *fi_path; member
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 691 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in boot_ufs_open() 692 (void) strcpy(filep->fi_path, filename); in boot_ufs_open() 801 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_ufs_close()
|
/titanic_50/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 586 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in boot_hsfs_open() 587 (void) strcpy(filep->fi_path, filename); in boot_hsfs_open() 683 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_hsfs_close()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 74 char *fi_path; /* autofs mountpoint */ member
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_xdr.h | 181 char *fi_path; member
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 1273 fi->fi_path = smb_mem_strdup(buf); in smb_ofile_netinfo_init() 1289 if (fi->fi_path) in smb_ofile_netinfo_fini() 1290 smb_mem_free(fi->fi_path); in smb_ofile_netinfo_fini()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_kmod.c | 332 free(ofile->fi_path); in smb_kmod_enum_fini()
|
/titanic_50/usr/src/common/smbsrv/ |
H A D | smb_xdr.c | 401 if (!xdr_string(xdrs, &objp->fi_path, MAXPATHLEN)) in smb_netfileinfo_xdr()
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_svc.c | 779 NDR_STRDUP(mxa, ofile->fi_path); in srvsvc_NetFileEnum3()
|