Home
last modified time | relevance | path

Searched refs:fru_hdl (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c178 sections.fru_hdl = container; in fru_get_sections()
216 segments.fru_hdl = section; in fru_get_segments()
242 newsegment.fru_hdl = section; in fru_add_segment()
252 *newsection = newsegment.fru_hdl; in fru_add_segment()
292 readsegment.fru_hdl = segment; in fru_read_segment()
312 writesegment.fru_hdl = segment; in fru_write_segment()
319 *newsegment = writesegment.fru_hdl; in fru_write_segment()
352 packets.fru_hdl = segment; in fru_get_packets()
372 payload.fru_hdl = packet; in fru_get_payload()
397 payload.fru_hdl = packet; in fru_update_payload()
[all …]
/titanic_41/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru.h117 #define fru_hdl fru_info.hdl macro
130 #define payload_hdl payload.fru_hdl
/titanic_41/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c402 clist.fru_hdl, clist.fru_cnt, clist.frus); in sgfru_getchildlist()
459 PR_HANDLE("sgfru:%s: handle %lx\n", f, hdls.fru_hdl); in sgfru_getchildhandles()
522 PR_NODE("sgfru:%s: handle %lx size 0x%lx\n", f, nodeinfo.fru_hdl, size); in sgfru_getnodeinfo()
697 f, seg.fru_hdl, seg.fru_cnt); in sgfru_addsegment()
756 f, segs.fru_hdl, segs.fru_cnt); in sgfru_readsegment()
812 f, segs.fru_hdl, segs.fru_cnt); in sgfru_writesegment()
836 f, segs.fru_hdl, segs.fru_cnt); in sgfru_writesegment()
992 f, payld.fru_hdl, payld.fru_cnt); in sgfru_getpayload()
1069 payld.fru_hdl, payld.fru_cnt); in sgfru_updatepayload()
1086 f, payld.fru_hdl, payld.fru_cnt); in sgfru_updatepayload()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2111 delete_frudata_props(picl_nodehdl_t fru_hdl) in delete_frudata_props() argument
2120 cont_tbl = lookup_container_table(fru_hdl, CONTAINER_NODE); in delete_frudata_props()
2143 cont_hash = lookup_node_object(fru_hdl, CONTAINER_NODE, cont_tbl); in delete_frudata_props()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1768 child_info.fru_hdl = fruparent; in get_node_children()