Home
last modified time | relevance | path

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

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