promlib.c | 700 int prom_getoption(const char *name, char *buf, int buflen) function in typeref:typename:int 972 prop = (prom_getoption("diag-switch?", buf, sizeof buf) != 0 || 977 if (prom_getoption(prop, storage, sizeof storage) != 0) 1288 if (prom_getoption("local-mac-address?", buf, sizeof buf) != 0 ||
|