/src/sys/arch/sparc/sparc/ |
promlib.c | 567 int prom_getoption(const char *name, char *buf, int buflen) function in typeref:typename:int 839 prop = (prom_getoption("diag-switch?", buf, sizeof buf) != 0 || 844 if (prom_getoption(prop, storage, sizeof storage) != 0) 1155 if (prom_getoption("local-mac-address?", buf, sizeof buf) != 0 ||
|
promlib.c | 567 int prom_getoption(const char *name, char *buf, int buflen) function in typeref:typename:int 839 prop = (prom_getoption("diag-switch?", buf, sizeof buf) != 0 || 844 if (prom_getoption(prop, storage, sizeof storage) != 0) 1155 if (prom_getoption("local-mac-address?", buf, sizeof buf) != 0 ||
|
promlib.c | 567 int prom_getoption(const char *name, char *buf, int buflen) function in typeref:typename:int 839 prop = (prom_getoption("diag-switch?", buf, sizeof buf) != 0 || 844 if (prom_getoption(prop, storage, sizeof storage) != 0) 1155 if (prom_getoption("local-mac-address?", buf, sizeof buf) != 0 ||
|