Searched defs:devctl_ddef_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevice/
H A Dlibdevice.h40 typedef struct devctl_dummy_ddef *devctl_ddef_t; typedef in typeref:struct:devctl_dummy_ddef
154 devctl_ddef_t
158 devctl_ddef_free(devctl_ddef_t);
161 devctl_ddef_int(devctl_ddef_t, char *, int32_t);
164 devctl_ddef_int_array(devctl_ddef_t, char *, int, int32_t *);
167 devctl_ddef_string(devctl_ddef_t ddef_hdl, char *, char *);
170 devctl_ddef_string_array(devctl_ddef_t, char *, int, char **);
173 devctl_ddef_byte_array(devctl_ddef_t, char *, int, uchar_t *);
176 devctl_bus_dev_create(devctl_hdl_t, devctl_ddef_t, uint_t, devctl_hdl_t *);

Completed in 20 milliseconds