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

/illumos-gate/usr/src/lib/libdevice/
H A Dlibdevice.h44 typedef struct devctl_dummy_ddef *devctl_ddef_t; typedef in typeref:struct:devctl_dummy_ddef
158 devctl_ddef_t
162 devctl_ddef_free(devctl_ddef_t);
165 devctl_ddef_int(devctl_ddef_t, char *, int32_t);
168 devctl_ddef_int_array(devctl_ddef_t, char *, int, int32_t *);
171 devctl_ddef_string(devctl_ddef_t ddef_hdl, char *, char *);
174 devctl_ddef_string_array(devctl_ddef_t, char *, int, char **);
177 devctl_ddef_byte_array(devctl_ddef_t, char *, int, uchar_t *);
180 devctl_bus_dev_create(devctl_hdl_t, devctl_ddef_t, uint_t, devctl_hdl_t *);

Completed in 121 milliseconds