Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.c1096 const struct sysinit *psys; in sysinit_run() local
1098 while ((psys = *ppdata) != NULL) { in sysinit_run()
1099 (psys->func) (psys->data); in sysinit_run()