Home
last modified time | relevance | path

Searched refs:xinfo (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.c345 x86_xregs_info_t *xinfo) in pt_xregs_process() argument
347 bzero(xinfo, sizeof (*xinfo)); in pt_xregs_process()
367 xinfo->xri_xcr = (void *)xregs_data_ptr(prx, in pt_xregs_process()
374 xinfo->xri_xsave = (void *)xregs_data_ptr(prx, in pt_xregs_process()
381 xinfo->xri_ymm = (void *)xregs_data_ptr(prx, in pt_xregs_process()
388 xinfo->xri_opmask = (void *)xregs_data_ptr(prx, in pt_xregs_process()
395 xinfo->xri_zmm = (void *)xregs_data_ptr(prx, in pt_xregs_process()
402 xinfo->xri_hi_zmm = (void *)xregs_data_ptr(prx, in pt_xregs_process()
420 if (xinfo->xri_xsave == NULL) { in pt_xregs_process()
426 xinfo->xri_type = XMM; in pt_xregs_process()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new() argument
92 r->rd_finfo = xinfo; in tf_rdata_new()
H A Dtopo_xml.c457 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn) in dependent_create() argument
488 if ((np = topo_xml_walk(mp, xinfo, dxn, ptn)) == NULL) { in dependent_create()
505 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn) in dependents_create() argument
512 if (dependent_create(mp, xinfo, pad, cn, ptn) < 0) in dependents_create()
1856 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() argument
1894 if ((rdp = topo_xml_walk(mp, xinfo, curr, in topo_xml_walk()
1916 if ((rdp = topo_xml_walk(mp, xinfo, def_set, troot)) == NULL) { in topo_xml_walk()
1941 if ((rdp = tf_rdata_new(mp, xinfo, curr, troot)) == NULL) { in topo_xml_walk()
1963 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum() argument
1969 if ((xroot = xmlDocGetRootElement(xinfo->tf_xdoc)) == NULL) { in topo_xml_enum()
[all …]