Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dsatmgr.c170 static struct satops satmodel[] = { variable
219 for (i = 0; i < (int)(sizeof(satmodel)/sizeof(satmodel[0])); i++) { in satmgr_attach()
220 if (strcmp(pfam->name, satmodel[i].family) == 0) { in satmgr_attach()
221 ops = &satmodel[i]; in satmgr_attach()