Home
last modified time | relevance | path

Searched refs:OPL_GET_PROP (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dopl_cfg.c467 ret = OPL_GET_PROP(string, node, "name", &name, &len); in opl_init_nodes()
514 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_root_nodes()
518 ret = OPL_GET_PROP(int, node, "board#", &board, -1); in opl_init_root_nodes()
527 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_root_nodes()
545 ret = OPL_GET_PROP(int, node, "board#", &board, -1); in opl_init_root_nodes()
2532 ret = OPL_GET_PROP(string, node, "name", &name, &len); in opl_init_leaves()
2542 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_leaves()
2545 ret = OPL_GET_PROP(int, node, "board#", in opl_init_leaves()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h249 #define OPL_GET_PROP(type, dip, name, value, arg) \ macro