Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Drefstr.h45 refstr_t *refstr_alloc(const char *);
/onnv-gate/usr/src/uts/common/os/
H A Drefstr.c37 refstr_alloc(const char *str) in refstr_alloc() function
/onnv-gate/usr/src/uts/common/syscall/
H A Dcorectl.c125 ccp->ccp_path = refstr_alloc(path); in corectl_path_alloc()
146 refstr_t *npath = refstr_alloc(path); in corectl_path_set()
327 refstr_t *nrp = refstr_alloc(path); in corectl()
/onnv-gate/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()
/onnv-gate/usr/src/uts/common/fs/
H A Dlookup.c1553 cwd = refstr_alloc(buf); in dogetcwd()
H A Dvfs.c1855 ref = refstr_alloc(newpath); in vfs_setpath()
1890 ref = refstr_alloc(sp); in vfs_setpath()
/onnv-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c609 dummyvfs.vfs_mntpt = refstr_alloc(zonep->zone_rootpath); in mntfs_snapshot()