Home
last modified time | relevance | path

Searched refs:DDI_WALK_ERROR (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c273 return (DDI_WALK_ERROR); in set_cmp_props()
280 return (DDI_WALK_ERROR); in set_cmp_props()
293 return (DDI_WALK_ERROR); in set_cmp_props()
333 return (DDI_WALK_ERROR); in set_cpu_props()
346 return (DDI_WALK_ERROR); in set_cpu_props()
383 return (DDI_WALK_ERROR); in set_cpu_common_props()
390 return (DDI_WALK_ERROR); in set_cpu_common_props()
397 return (DDI_WALK_ERROR); in set_cpu_common_props()
404 return (DDI_WALK_ERROR); in set_cpu_common_props()
411 return (DDI_WALK_ERROR); in set_cpu_common_props()
[all …]
/titanic_44/usr/src/uts/sun4v/io/
H A Dvnet_dds.c786 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
794 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
802 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
817 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
839 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
848 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
857 return (DDI_WALK_ERROR); in vdds_new_nexus_node()
893 return (DDI_WALK_ERROR); in vdds_new_niu_node()
900 return (DDI_WALK_ERROR); in vdds_new_niu_node()
911 return (DDI_WALK_ERROR); in vdds_new_niu_node()
[all …]
H A Ddr_io.c209 return (DDI_WALK_ERROR); in dr_io_find_node_md()
265 return (DDI_WALK_ERROR); in new_dev_node()
272 return (DDI_WALK_ERROR); in new_dev_node()
282 return (DDI_WALK_ERROR); in new_dev_node()
305 return (DDI_WALK_ERROR); in new_dev_node()
314 return (DDI_WALK_ERROR); in new_dev_node()
320 return (DDI_WALK_ERROR); in new_dev_node()
331 return (DDI_WALK_ERROR); in new_dev_node()
339 return (DDI_WALK_ERROR); in new_dev_node()
353 return (DDI_WALK_ERROR); in new_dev_node()
[all …]
H A Ddr_cpu.c1327 return (DDI_WALK_ERROR); in new_cpu_node()
1337 return (DDI_WALK_ERROR); in new_cpu_node()
1361 return (DDI_WALK_ERROR); in new_cpu_node()
1371 return (DDI_WALK_ERROR); in new_cpu_node()
1380 return (DDI_WALK_ERROR); in new_cpu_node()
1387 return (DDI_WALK_ERROR); in new_cpu_node()
1396 return (DDI_WALK_ERROR); in new_cpu_node()
1407 return (DDI_WALK_ERROR); in new_cpu_node()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c960 return (DDI_WALK_ERROR); in axq_set_prop()
967 return (DDI_WALK_ERROR); in axq_set_prop()
974 return (DDI_WALK_ERROR); in axq_set_prop()
981 return (DDI_WALK_ERROR); in axq_set_prop()
999 return (DDI_WALK_ERROR); in axq_set_prop()
H A Dgptwo_pci.c161 return (DDI_WALK_ERROR); in set_name_prop()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h262 return (DDI_WALK_ERROR); \
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c9419 if (rv == DDI_WALK_ERROR) { in sid_node_create()
9458 ASSERT(i == DDI_WALK_ERROR || i == DDI_WALK_PRUNESIB); in sid_node_create()
9459 if (i == DDI_WALK_ERROR) in sid_node_create()
9514 return (DDI_WALK_ERROR); in sid_node_create()
9535 ASSERT(state == DDI_WALK_ERROR); in create_sid_branch()
9556 ASSERT(state == DDI_WALK_ERROR || state == DDI_WALK_PRUNESIB); in create_sid_branch()
9558 return (state == DDI_WALK_ERROR ? EIO : rv); in create_sid_branch()
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h386 #define DDI_WALK_ERROR -4 macro