Searched refs:ddihp_modctl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddi_hp_impl.h | 133 int ddihp_modctl(int hp_op, char *path, char *cn_name, uintptr_t arg,
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modctl.c | 2302 error = ddihp_modctl(DDI_HPOP_CN_CHANGE_STATE, devpath, in modctl_hp() 2307 error = ddihp_modctl(DDI_HPOP_CN_CREATE_PORT, devpath, in modctl_hp() 2312 error = ddihp_modctl(DDI_HPOP_CN_REMOVE_PORT, devpath, in modctl_hp() 2316 error = ddihp_modctl(DDI_HPOP_CN_GET_PROPERTY, devpath, in modctl_hp() 2320 error = ddihp_modctl(DDI_HPOP_CN_SET_PROPERTY, devpath, in modctl_hp()
|
H A D | ddi_hp_impl.c | 79 ddihp_modctl(int hp_op, char *path, char *cn_name, uintptr_t arg, in ddihp_modctl() function
|