Searched refs:OPL_GET_PROP (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 468 ret = OPL_GET_PROP(string, node, "name", &name, &len); in opl_init_nodes() 515 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_root_nodes() 519 ret = OPL_GET_PROP(int, node, "board#", &board, -1); in opl_init_root_nodes() 528 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_root_nodes() 546 ret = OPL_GET_PROP(int, node, "board#", &board, -1); in opl_init_root_nodes() 2531 ret = OPL_GET_PROP(string, node, "name", &name, &len); in opl_init_leaves() 2541 ret = OPL_GET_PROP(int, node, "portid", &portid, -1); in opl_init_leaves() 2544 ret = OPL_GET_PROP(int, node, "board#", in opl_init_leaves()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | opl_cfg.h | 249 #define OPL_GET_PROP(type, dip, name, value, arg) \ macro
|