Searched refs:fmd_agent_nvl_ioctl (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/fm/libfmd_agent/common/ |
H A D | fmd_agent.c | 87 fmd_agent_nvl_ioctl(fmd_agent_hdl_t *hdl, int cmd, uint32_t ver, in fmd_agent_nvl_ioctl() function 186 if ((err = fmd_agent_nvl_ioctl(hdl, FM_IOC_VERSIONS, ver, NULL, &nvl)) in fmd_agent_open_dev() 242 (err = fmd_agent_nvl_ioctl(hdl, cmd, 1, nvl, NULL)) != 0) in fmd_agent_pageop_v1()
|
H A D | fmd_agent_impl.h | 47 extern int fmd_agent_nvl_ioctl(fmd_agent_hdl_t *, int, uint32_t, nvlist_t *,
|
/titanic_44/usr/src/lib/fm/libfmd_agent/i386/ |
H A D | fmd_agent_i386.c | 52 if ((err = fmd_agent_nvl_ioctl(hdl, FM_IOC_PHYSCPU_INFO, 1, in fmd_agent_physcpu_info_v1() 106 != 0 || (err = fmd_agent_nvl_ioctl(hdl, cmd, 1, nvl, &outnvl)) != 0) in fmd_agent_cpuop_v1()
|