/titanic_44/usr/src/uts/common/os/ |
H A D | tlabel.c | 181 nfspath = (char *)refstr_value(resource_ref); in getflabel_cipso() 240 osname = refstr_value(resource_ref); in getflabel_zfs() 446 mntpt = (char *)refstr_value(mntpt_ref); in getflabel() 481 rstr = refstr_value(nvfs->vfs_resource); in getflabel()
|
H A D | refstr.c | 50 refstr_value(refstr_t *rsp) in refstr_value() function
|
H A D | core.c | 593 error = expand_string(refstr_value(rp), fp, MAXPATHLEN, cr); in dump_one_core() 597 refstr_value(rp), zoneid); in dump_one_core() 736 error1 = expand_string(refstr_value(rp), in core()
|
H A D | exec.c | 688 ZONE_PATH_TRANSLATE(refstr_value(mntpt), in gexec() 702 cred->cr_uid, refstr_value(mntpt), in gexec()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | refstr.h | 46 const char *refstr_value(refstr_t *);
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_main.c | 263 "status, error %d\n", str, refstr_value(mntpt), in cpr_log_status() 272 str, refstr_value(mntpt), status); in cpr_log_status() 292 str, refstr_value(mntpt), able, error); in cpr_log_status() 298 str, refstr_value(mntpt), able); in cpr_log_status()
|
/titanic_44/usr/src/uts/common/contract/ |
H A D | process.c | 388 refstr_value(ctp->ctp_svc_fmri), param->ctpm_size); in ctmpl_process_get() 396 refstr_value(conp_svc_aux_default), in ctmpl_process_get() 401 refstr_value(ctp->ctp_svc_aux), param->ctpm_size); in ctmpl_process_get() 728 refstr_value(ctp->conp_svc_aux)) == 0); in contract_process_status() 730 refstr_value(ctp->conp_svc_creator)) == 0); in contract_process_status() 747 refstr_value(ctp->conp_svc_fmri)) == 0); in contract_process_status()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 249 vn_setpath_str(*vpp, refstr_value(mntpt), in fsop_root() 250 strlen(refstr_value(mntpt))); in fsop_root() 649 ret = strcmp(refstr_value(a->vfs_mntpt), refstr_value(b->vfs_mntpt)); in vfs_cmp_mntpnt() 1692 vfs_setmntpoint(vfsp, refstr_value(oldmntpt), in domount() 1696 vfs_setresource(vfsp, refstr_value(oldresource), in domount() 2503 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) { in vfs_settag() 2565 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) { in vfs_clrtag() 3583 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_add() 3672 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_remove() 3843 if (ZONE_PATH_VISIBLE(refstr_value(vfsp->vfs_mntpt), in vfs_dev2vfsp() [all …]
|
H A D | lookup.c | 1053 if ((err = pn_set(&pn, (char *)refstr_value(mntpt))) in dirtopath() 1433 value = refstr_value(cwd); in dogetcwd()
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 252 mntpt = refstr_value(vfsp->vfs_mntpt); in mntfs_populate_text() 253 resource = refstr_value(vfsp->vfs_resource); in mntfs_populate_text() 313 mntpt = refstr_value(vfsp->vfs_mntpt); in mntfs_text_len() 321 resource = refstr_value(vfsp->vfs_resource); in mntfs_text_len() 583 strcmp(refstr_value(firstvfsp->vfs_mntpt), in mntfs_snapshot()
|
H A D | mntvfsops.c | 194 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in mntmount()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 594 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap() 603 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap() 892 mountpoint_len = strlen(refstr_value(dvp->v_vfsp->vfs_mntpt)) + in zfsctl_snapdir_lookup() 896 refstr_value(dvp->v_vfsp->vfs_mntpt), nm); in zfsctl_snapdir_lookup()
|
H A D | zfs_vfsops.c | 1422 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in zfs_mount_label_policy() 1889 if (dsl_deleg_access((char *)refstr_value(vfsp->vfs_resource), in zfs_umount()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 206 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in prmount()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 427 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in smbfs_mount() 959 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in smbfs_mount_label_policy()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 224 to_zptr = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in lo_mount()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | corectl.c | 298 error = copyoutstr(refstr_value(rp), (char *)arg1, in corectl()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 476 refstr_value(mntpt), in ufs_fioffs()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_debug.c | 1385 msg->msg_mntpt = strdup(refstr_value(mntpt)); in nfs4_queue_event() 1448 msg->msg_mntpt = strdup(refstr_value(mntpt)); in nfs4_queue_fact()
|
H A D | nfs_vfsops.c | 943 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in nfs_mount()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 372 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in auto_mount()
|
H A D | auto_subr.c | 1951 ul.mntpnt = (char *)refstr_value(mntpt); in unmount_node() 1953 ul.mntresource = (char *)refstr_value(resource); in unmount_node()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 191 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in cachefs_mount()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_tree.c | 1097 s = refstr_value(vfs_mntpoint); in smb_tree_get_volname()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | fssnap.c | 1876 refstr_value(mountpoint), backpath); in fssnap_create_impl()
|