Home
last modified time | relevance | path

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

/trueos/sys/dev/utopia/
HDutopia.c79 static struct proc *utopia_kproc; variable
598 while (utopia_kproc != NULL) { in utopia_daemon()
641 err = kproc_create(utopia_daemon, NULL, &utopia_kproc, in utopia_mod_init()
651 if ((kp = utopia_kproc) != NULL) { in utopia_mod_init()
652 utopia_kproc = NULL; in utopia_mod_init()