/titanic_44/usr/src/uts/common/sys/ |
H A D | refstr.h | 41 typedef struct refstr refstr_t; typedef 45 refstr_t *refstr_alloc(const char *); 46 const char *refstr_value(refstr_t *); 47 void refstr_hold(refstr_t *); 48 void refstr_rele(refstr_t *);
|
H A D | corectl.h | 109 refstr_t *ccp_path; 118 refstr_t *core_file; 135 extern refstr_t *corectl_path_value(corectl_path_t *);
|
H A D | vfs.h | 231 refstr_t *vfs_resource; /* mounted resource name */ 232 refstr_t *vfs_mntpt; /* mount point name */ 524 refstr_t *vfs_getresource(const struct vfs *); 525 refstr_t *vfs_getmntpoint(const struct vfs *);
|
H A D | user.h | 226 refstr_t *u_cwd; /* cached string for cwd */
|
/titanic_44/usr/src/uts/common/os/ |
H A D | refstr.c | 34 refstr_t * 37 refstr_t *rsp; in refstr_alloc() 50 refstr_value(refstr_t *rsp) in refstr_value() 56 refstr_hold(refstr_t *rsp) in refstr_hold() 62 refstr_rele(refstr_t *rsp) in refstr_rele()
|
H A D | tlabel.c | 174 refstr_t *resource_ref; in getflabel_cipso() 234 refstr_t *resource_ref; in getflabel_zfs() 429 refstr_t *mntpt_ref; in getflabel()
|
H A D | core.c | 572 refstr_t *rp; in dump_one_core() 638 refstr_t *rp; in core()
|
H A D | exit.c | 345 refstr_t *cwd; in proc_exit()
|
H A D | exec.c | 667 refstr_t *mntpt = NULL; in gexec()
|
/titanic_44/usr/src/uts/common/sys/contract/ |
H A D | process_impl.h | 50 refstr_t *ctp_svc_fmri; /* Service FMRI */ 51 refstr_t *ctp_svc_aux; /* Creator Auxiliary field */ 63 refstr_t *conp_svc_fmri; /* Service FMRI */ 65 refstr_t *conp_svc_creator; /* contract creator */ 66 refstr_t *conp_svc_aux; /* Creator Auxiliary field */
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | corectl.c | 129 refstr_t * 132 refstr_t *path; in corectl_path_value() 144 refstr_t *npath = refstr_alloc(path); in corectl_path_set() 242 refstr_t *rp; in corectl() 325 refstr_t *nrp = refstr_alloc(path); in corectl()
|
H A D | chdir.c | 168 refstr_t *cwd; in chdirec()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 170 refstr_t * 173 refstr_t *mntpt; in vfs_getmntpoint()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 241 refstr_t *mntpt; in fsop_root() 1163 refstr_t *oldresource, *oldmntpt; in domount() 1870 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() 1875 refstr_t *ref; in vfs_setpath() 1983 refstr_t * 1986 refstr_t *resource; in vfs_getresource() 1998 refstr_t * 2001 refstr_t *mntpt; in vfs_getmntpoint()
|
H A D | lookup.c | 998 refstr_t *mntpt; in dirtopath() 1406 refstr_t *cwd, *oldcwd; in dogetcwd()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 466 refstr_t *mntpt; in ufs_fioffs()
|
H A D | ufs_vfsops.c | 1390 refstr_t *mountpoint; in ufs_unmount()
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_main.c | 249 refstr_t *mntpt; in cpr_log_status()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_debug.c | 1363 refstr_t *mntpt; in nfs4_queue_event() 1430 refstr_t *mntpt; in nfs4_queue_fact()
|
/titanic_44/usr/src/uts/common/contract/ |
H A D | process.c | 119 refstr_t *conp_svc_aux_default;
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_tree.c | 1091 refstr_t *vfs_mntpoint; in smb_tree_get_volname()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 566 refstr_t *pathref; in zfsctl_rename_snap()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | fssnap.c | 1751 refstr_t *mountpoint; in fssnap_create_impl()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 1930 refstr_t *mntpt, *resource; in unmount_node()
|