Searched refs:frup_info_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfru_priv.h | 124 static int sgfru_copyin_frup(const sgfru_init_arg_t *argp, frup_info_t *frup); 127 const frup_info_t *frup, segment_t *segp); 138 const frup_info_t *frup, const fru_hdl_t *hdlp); 140 const frup_info_t *frup, const node_t *nodep); 142 const frup_info_t *frup, const section_t *sectp); 144 const frup_info_t *frup, const segment_t *segp); 146 const frup_info_t *frup, const packet_t *packp); 148 const frup_info_t *frup, const char *buffer);
|
H A D | sgfru.h | 115 } frup_info_t; typedef 120 typedef frup_info_t sections_t; /* section handle, count, pointer */ 121 typedef frup_info_t segments_t; /* segment handle, count, pointer */ 122 typedef frup_info_t packets_t; /* packet handle, count, pointer */ 123 typedef frup_info_t payload_t; /* payload handle, count, pointer */
|
H A D | sgfrutree.h | 67 typedef frup_info_t child_info_t; 68 typedef frup_info_t handles_t; 69 typedef frup_info_t node_info_t;
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 380 frup_info_t clist; in sgfru_getchildlist() 450 frup_info_t hdls; in sgfru_getchildhandles() 509 frup_info_t nodeinfo; in sgfru_getnodeinfo() 559 frup_info_t sects; in sgfru_getsections() 623 frup_info_t segs; in sgfru_getsegments() 683 frup_info_t seg; in sgfru_addsegment() 741 frup_info_t segs; in sgfru_readsegment() 798 frup_info_t segs; in sgfru_writesegment() 854 frup_info_t packs; in sgfru_getpackets() 982 frup_info_t payld; in sgfru_getpayload() [all …]
|