Searched refs:devctl_ddef_t (Results 1 - 3 of 3) 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 *);
H A Ddevctl.c979 devctl_bus_dev_create(devctl_hdl_t dcp, devctl_ddef_t ddef_hdl,
1133 devctl_ddef_t
1167 return ((devctl_ddef_t)nvlp);
1174 devctl_ddef_free(devctl_ddef_t ddef_hdl)
1188 devctl_ddef_int(devctl_ddef_t ddef_hdl, char *name, int32_t value)
1211 devctl_ddef_int_array(devctl_ddef_t ddef_hdl, char *name, int nelements,
1239 devctl_ddef_string(devctl_ddef_t ddef_hdl, char *name, char *value)
1261 devctl_ddef_string_array(devctl_ddef_t ddef_hdl, char *name, int nelements,
1287 devctl_ddef_byte_array(devctl_ddef_t ddef_hdl, char *name, int nelements,
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c69 devctl_ddef_t ddef_hdl;

Completed in 27 milliseconds