Home
last modified time | relevance | path

Searched refs:refstr_alloc (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Drefstr.h45 refstr_t *refstr_alloc(const char *);
/titanic_44/usr/src/uts/common/os/
H A Drefstr.c35 refstr_alloc(const char *str) in refstr_alloc() function
/titanic_44/usr/src/uts/common/syscall/
H A Dcorectl.c123 ccp->ccp_path = refstr_alloc(path); in corectl_path_alloc()
144 refstr_t *npath = refstr_alloc(path); in corectl_path_set()
325 refstr_t *nrp = refstr_alloc(path); in corectl()
/titanic_44/usr/src/uts/common/contract/
H A Dprocess.c304 refstr_alloc(str_value); in ctmpl_process_set()
313 refstr_alloc(str_value); in ctmpl_process_set()
803 refstr_alloc("svc:/system/init:default"); in contract_process_init()
804 sys_process_tmpl->ctp_svc_aux = refstr_alloc(""); in contract_process_init()
875 ctp->conp_svc_creator = refstr_alloc("sched"); in contract_process_create()
877 ctp->conp_svc_creator = refstr_alloc(parent->p_user.u_comm); in contract_process_create()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c65 rootvfs->vfs_mntpt = refstr_alloc(name); in fksmbsrv_vfs_init()
/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c1477 cwd = refstr_alloc(buf); in dogetcwd()
H A Dvfs.c1911 ref = refstr_alloc(newpath); in vfs_setpath()
1946 ref = refstr_alloc(sp); in vfs_setpath()
3880 search.vfs_mntpt = refstr_alloc(mp); in vfs_mntpoint2vfsp()
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c609 dummyvfs.vfs_mntpt = refstr_alloc(zonep->zone_rootpath); in mntfs_snapshot()