ddi_no_info - stub for getinfo(9E)
#include <sys/ddi.h> #include <sys/sunddi.h> int ddi_no_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result
Solaris DDI specific (Solaris DDI)
dev_info_t *dip
ddi_info_cmd_t infocmd
void *arg
void **result
The ddi_no_info() function always returns DDI_FAILURE. It is provided as a convenience routine for drivers not providing a cb_ops(9S) or for network drivers only providing DLPI-2 services. Such drivers can use ddi_no_info() in the devo_getinfo entry point (see getinfo(9E)) of the dev_ops(9S) structure.
The ddi_no_info() function always returns DDI_FAILURE.
getinfo(9E), qassociate(9F), cb_ops(9S), dev_ops(9S)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |