Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Drefstr.h45 refstr_t *refstr_alloc(const char *);
/illumos-gate/usr/src/uts/common/os/
H A Drefstr.c35 refstr_alloc(const char *str) in refstr_alloc() function
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c305 refstr_alloc(str_value); in ctmpl_process_set()
314 refstr_alloc(str_value); in ctmpl_process_set()
800 refstr_alloc("svc:/system/init:default"); in contract_process_init()
801 sys_process_tmpl->ctp_svc_aux = refstr_alloc(""); in contract_process_init()
872 ctp->conp_svc_creator = refstr_alloc("sched"); in contract_process_create()
874 ctp->conp_svc_creator = refstr_alloc(parent->p_user.u_comm); in contract_process_create()
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c69 rootvfs->vfs_mntpt = refstr_alloc(name); in fksmbsrv_vfs_init()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c1539 cwd = refstr_alloc(buf); in dogetcwd()
H A Dvfs.c1861 ref = refstr_alloc(newpath); in vfs_setpath()
1896 ref = refstr_alloc(sp); in vfs_setpath()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c878 ref = refstr_alloc(newpath); in vfs_setpath()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c609 dummyvfs.vfs_mntpt = refstr_alloc(zonep->zone_rootpath); in mntfs_snapshot()