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

  /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 ||

Completed in 83 milliseconds