Home
last modified time | relevance | path

Searched refs:fmd_agent_physcpu_info (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h74 extern int fmd_agent_physcpu_info(fmd_agent_hdl_t *, nvlist_t ***cpusp,
H A Dmapfile-vers56 fmd_agent_physcpu_info;
/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c78 fmd_agent_physcpu_info(fmd_agent_hdl_t *hdl, nvlist_t ***cpusp, uint_t *ncpu) in fmd_agent_physcpu_info() function
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c105 if (fmd_agent_physcpu_info(hdl, &cpus, &ncpu) != 0) { in fma_cap_cpu_info()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c551 if (fmd_agent_physcpu_info(hdl, &cpus, &ncpu) == -1) { in get_num_chips()
H A Dchip.c731 if (fmd_agent_physcpu_info(hdl, &cpus, &ncpu) != 0) { in create_chips()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c239 if (fmd_agent_physcpu_info(sock->ztes_fm_agent, &sock->ztes_cpus, in topo_zen_enum_chip_gather()