Searched refs:new_cp (Results 1 – 1 of 1) sorted by relevance
3459 char *new_cp = NULL; in md_strdup() local3461 new_cp = kmem_alloc(strlen(cp) + 1, KM_SLEEP); in md_strdup()3463 return (strcpy(new_cp, cp)); in md_strdup()