HomeSort by: relevance | last modified time | path
    Searched defs:satmodel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 170 static struct satops satmodel[] = { variable in typeref:struct:satops[]
219 for (i = 0; i < (int)(sizeof(satmodel)/sizeof(satmodel[0])); i++) {
220 if (strcmp(pfam->name, satmodel[i].family) == 0) {
221 ops = &satmodel[i];
satmgr.c 170 static struct satops satmodel[] = { variable in typeref:struct:satops[]
219 for (i = 0; i < (int)(sizeof(satmodel)/sizeof(satmodel[0])); i++) {
220 if (strcmp(pfam->name, satmodel[i].family) == 0) {
221 ops = &satmodel[i];

Completed in 26 milliseconds