Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/memswitch/ | |
methods.c | 524 static const char *const sramstrs[] = {"unused", "SRAMDISK", "program"}; local in function:parse_srammode 528 if (strcasecmp(value, sramstrs[i]) == 0) 716 static const char *const sramstrs[] = {"unused", "SRAMDISK", "program"}; local in function:print_srammode 729 strcpy(str, sramstrs[v]); |