/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_node.c | 83 if (node == OBP_NONODE || node == OBP_BADNODE) { in prom_walk_devs() 98 if (curnode == OBP_NONODE || curnode == OBP_BADNODE) { in prom_walk_devs() 119 if (child != OBP_NONODE && child != OBP_BADNODE) { in prom_walk_devs() 223 return (OBP_BADNODE); in prom_finddevice() 235 ci[4] = p1275_dnode2cell(OBP_BADNODE); /* Res1: Prime result */ in prom_finddevice() 260 if (node != OBP_BADNODE) in prom_chosennode()
|
H A D | prom_boot.c | 44 if ((node == OBP_NONODE) || (node == OBP_BADNODE)) in prom_bootargs() 75 if ((node == OBP_NONODE) || (node == OBP_BADNODE)) in prom_bootpath()
|
H A D | prom_phandle.c | 41 ci[4] = p1275_dnode2cell(OBP_BADNODE); /* Res1: Prime result */ in prom_getphandle()
|
H A D | prom_stdout.c | 68 return (pstdout = (pnode_t)OBP_BADNODE); in prom_stdout_node()
|
H A D | prom_stdin.c | 70 return (pstdin = (pnode_t)OBP_BADNODE); in prom_stdin_node()
|
H A D | prom_fb.c | 141 if ((node = prom_optionsnode()) == OBP_BADNODE) in prom_get_tem_size()
|
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | util.c | 77 if (cb_rih == OBP_BADNODE || cb_rih == 0) { in cpr_statefile_open() 107 if (chosen == OBP_BADNODE) { in cb_mountroot() 125 cb_rih = OBP_BADNODE; in cb_unmountroot() 135 if (cb_rih == OBP_BADNODE) in cpr_fs_volopen() 149 if (cb_rih == OBP_BADNODE) in cpr_fs_open() 172 if (cb_rih == OBP_BADNODE) in cpr_fs_read() 183 if (cb_rih == OBP_BADNODE) in cpr_fs_close() 192 if (cb_rih == OBP_BADNODE) in cpr_fs_seek()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | bootops.c | 95 ihandle_t bfs_ih = OBP_BADNODE; 96 ihandle_t afs_ih = OBP_BADNODE; 130 if (afs_ih != OBP_BADNODE) { in bop_open() 136 if (fd == -1 && bfs_ih != OBP_BADNODE) { in bop_open() 478 if (bfs_ih != OBP_BADNODE) { in bop_unmountroot() 480 bfs_ih = OBP_BADNODE; in bop_unmountroot() 482 if (afs_ih != OBP_BADNODE) { in bop_unmountroot() 484 afs_ih = OBP_BADNODE; in bop_unmountroot()
|
/titanic_41/usr/src/uts/intel/promif/ |
H A D | prom_node.c | 91 return (OBP_BADNODE); in prom_finddevice() 97 return (OBP_BADNODE); in prom_alias_node()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4dep.c | 55 if (node != OBP_NONODE && node != OBP_BADNODE) { in setup_aux() 71 node != OBP_BADNODE && in setup_aux()
|
/titanic_41/usr/src/uts/sun4v/promif/ |
H A D | promif_node.c | 222 device = OBP_BADNODE; in finddevice() 291 if (device == OBP_BADNODE) { in finddevice()
|
H A D | promif_io.c | 281 return (OBP_BADNODE); in instance_to_package()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | openprom.c | 219 options_nodeid = OBP_BADNODE; in opattach() 380 (st->current_id != OBP_BADNODE)) { in opromioctl_cb() 382 st->current_id = OBP_BADNODE; in opromioctl_cb() 548 (node_id == OBP_NONODE) || (node_id == OBP_BADNODE)) { in opromioctl_cb() 605 (node_id == OBP_NONODE) || (node_id == OBP_BADNODE)) { in opromioctl_cb() 945 (node_id == OBP_NONODE) || (node_id == OBP_BADNODE)) { in opromioctl_cb() 1149 if (node_id == OBP_BADNODE) { in oprom_checknodeid() 1152 if ((current_id != OBP_BADNODE) && ((node_id == current_id) || in oprom_checknodeid()
|
/titanic_41/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_macaddr.c | 53 if (macnodeid != OBP_BADNODE) { in prom_getmacaddr()
|
H A D | prom_vercheck.c | 264 if (openprom_node == OBP_BADNODE) in visit()
|
/titanic_41/usr/src/stand/lib/sa/sparc/ |
H A D | prom_misc.c | 51 if (cn == OBP_BADNODE) in prom_create_encoded_prop()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | obpdefs.h | 50 #define OBP_BADNODE ((pnode_t)-1) macro
|
/titanic_41/usr/src/uts/sun4v/ontario/os/ |
H A D | ontario.c | 86 if (nodeid == OBP_BADNODE) { in load_platform_drivers()
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | obpdefs.h | 46 #define OBP_BADNODE ((pnode_t)-1) macro
|
/titanic_41/usr/src/uts/sparc/io/ |
H A D | consplat.c | 262 if (pnode == OBP_BADNODE) in plat_virtual_console_path()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 336 if (node != OBP_NONODE && node != OBP_BADNODE) { 352 node != OBP_BADNODE &&
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | ecc.c | 227 if ((node == OBP_NONODE) || (node == OBP_BADNODE)) { in error_init()
|
H A D | mach_cpu_states.c | 160 if ((onode == OBP_NONODE) || (onode == OBP_BADNODE)) { in mdboot()
|
/titanic_41/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 123 if (node == OBP_NONODE || node == OBP_BADNODE) { in cpr_reset_properties()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 314 if (fn.nodeid != OBP_BADNODE) { in path_to_devinfo()
|