Home
last modified time | relevance | path

Searched refs:refstr_value (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c181 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 Drefstr.c50 refstr_value(refstr_t *rsp) in refstr_value() function
H A Dcore.c594 error = expand_string(refstr_value(rp), fp, MAXPATHLEN, cr); in dump_one_core()
598 refstr_value(rp), zoneid); in dump_one_core()
737 error1 = expand_string(refstr_value(rp), in core()
H A Dexec.c794 ZONE_PATH_TRANSLATE(refstr_value(mntpt), in gexec()
808 cred->cr_uid, refstr_value(mntpt), in gexec()
/illumos-gate/usr/src/uts/common/sys/
H A Drefstr.h46 const char *refstr_value(refstr_t *);
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c389 refstr_value(ctp->ctp_svc_fmri), param->ctpm_size); in ctmpl_process_get()
397 refstr_value(conp_svc_aux_default), in ctmpl_process_get()
402 refstr_value(ctp->ctp_svc_aux), param->ctpm_size); in ctmpl_process_get()
729 refstr_value(ctp->conp_svc_aux)) == 0); in contract_process_status()
731 refstr_value(ctp->conp_svc_creator)) == 0); in contract_process_status()
746 refstr_value(ctp->conp_svc_fmri)) == 0); in contract_process_status()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c267 "status, error %d\n", str, refstr_value(mntpt), in cpr_log_status()
276 str, refstr_value(mntpt), status); in cpr_log_status()
296 str, refstr_value(mntpt), able, error); in cpr_log_status()
302 str, refstr_value(mntpt), able); in cpr_log_status()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c205 if (refstr_value(vfsp->vfs_mntpt) != NULL) { in fill_prcwd()
206 (void) strlcpy(cwd->prcwd_mntpt, refstr_value(vfsp->vfs_mntpt), in fill_prcwd()
210 if (refstr_value(vfsp->vfs_resource) != NULL) { in fill_prcwd()
212 refstr_value(vfsp->vfs_resource), in fill_prcwd()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c249 path = refstr_value(mntpt); in fsop_root()
1662 vfs_setmntpoint(vfsp, refstr_value(oldmntpt), in domount()
1666 vfs_setresource(vfsp, refstr_value(oldresource), in domount()
2473 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) { in vfs_settag()
2535 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) { in vfs_clrtag()
3553 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_add()
3630 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_remove()
3774 ZONE_PATH_VISIBLE(refstr_value(vfsp->vfs_mntpt), in vfs_dev2vfsp()
3812 if (strcmp(refstr_value(vfsp->vfs_mntpt), mp) == 0) { in vfs_mntpoint2vfsp()
3823 mntpt = refstr_value(vfsp->vfs_mntpt); in vfs_mntpoint2vfsp()
H A Dlookup.c1495 value = refstr_value(cwd); in dogetcwd()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c252 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 Dmntvfsops.c194 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in mntmount()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c589 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap()
598 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap()
887 mountpoint_len = strlen(refstr_value(dvp->v_vfsp->vfs_mntpt)) + in zfsctl_snapdir_lookup()
891 refstr_value(dvp->v_vfsp->vfs_mntpt), nm); in zfsctl_snapdir_lookup()
H A Dzfs_vfsops.c1698 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in zfs_mount_label_policy()
2273 if (dsl_deleg_access((char *)refstr_value(vfsp->vfs_resource), in zfs_umount()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c206 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in prmount()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c497 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in smbfs_mount()
1092 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in smbfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c223 to_zptr = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in lo_mount()
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c298 error = copyoutstr(refstr_value(rp), (char *)arg1, in corectl()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c473 refstr_value(mntpt), in ufs_fioffs()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c1385 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 Dnfs_vfsops.c943 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in nfs_mount()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c375 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in auto_mount()
H A Dauto_subr.c1953 ul.mntpnt = (char *)refstr_value(mntpt); in unmount_node()
1955 ul.mntresource = (char *)refstr_value(resource); in unmount_node()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1174 s = refstr_value(vfs_mntpoint); in smb_tree_get_volname()
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c1876 refstr_value(mountpoint), backpath); in fssnap_create_impl()

12