Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c3459 char *new_cp = NULL; in md_strdup() local
3461 new_cp = kmem_alloc(strlen(cp) + 1, KM_SLEEP); in md_strdup()
3463 return (strcpy(new_cp, cp)); in md_strdup()