kstrdup 140 kern/include/lib.h char *kstrdup(const char *str);
kstrdup 87 kern/proc/proc.c proc->p_name = kstrdup(name);
kstrdup 232 kern/proc/proc.c console_path = kstrdup("con:");
kstrdup 77 kern/test/tt3.c waitchans[i] = wchan_create(kstrdup(tmp));
kstrdup 59 kern/thread/synch.c sem->sem_name = kstrdup(name);
kstrdup 160 kern/thread/synch.c lock->lk_name = kstrdup(name);
kstrdup 223 kern/thread/synch.c cv->cv_name = kstrdup(name);
kstrdup 131 kern/thread/thread.c thread->t_name = kstrdup(name);
kstrdup 383 kern/vfs/vfslist.c name = kstrdup(dname);