Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ddi_no_info(9f) [osf1 man page]

ddi_no_info(9F) 					   Kernel Functions for Drivers 					   ddi_no_info(9F)

NAME
ddi_no_info - stub for getinfo(9E) SYNOPSIS
#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); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) PARAMETERS
dev_info_t *dip Pointer to dev_info structure. ddi_info_cmd_t infocmd Command argument. Valid command values are: DDI_INFO_DEVT2DEVINFO and DDI_INFO_DEVT2INSTANCE. void *arg Command-specific argument. void **result Pointer to where the requested information is stored. DESCRIPTION
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. RETURN VALUES
The ddi_no_info() function always returns DDI_FAILURE. SEE ALSO
getinfo(9E), qassociate(9F), cb_ops(9S), dev_ops(9S) SunOS 5.10 9 Jul 2002 ddi_no_info(9F)

Check Out this Related Man Page

ddi_no_info(9F) 					   Kernel Functions for Drivers 					   ddi_no_info(9F)

NAME
ddi_no_info - stub for getinfo(9E) SYNOPSIS
#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); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) PARAMETERS
dev_info_t *dip Pointer to dev_info structure. ddi_info_cmd_t infocmd Command argument. Valid command values are: DDI_INFO_DEVT2DEVINFO and DDI_INFO_DEVT2INSTANCE. void *arg Command-specific argument. void **result Pointer to where the requested information is stored. DESCRIPTION
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. RETURN VALUES
The ddi_no_info() function always returns DDI_FAILURE. SEE ALSO
getinfo(9E), qassociate(9F), cb_ops(9S), dev_ops(9S) SunOS 5.10 9 Jul 2002 ddi_no_info(9F)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies