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

/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c979 devctl_bus_dev_create(devctl_hdl_t dcp, devctl_ddef_t ddef_hdl, argument
986 if (dcp == NULL || ddef_hdl == NULL) {
993 (nvlist_t *)ddef_hdl, devname);
1174 devctl_ddef_free(devctl_ddef_t ddef_hdl) argument
1177 (void) printf("devctl_ddef_free: nvp %p\n", (void *)ddef_hdl);
1179 if (ddef_hdl != NULL) {
1180 nvlist_free((nvlist_t *)ddef_hdl);
1188 devctl_ddef_int(devctl_ddef_t ddef_hdl, char *name, int32_t value) argument
1193 if (ddef_hdl == NULL || name == NULL || *name == '\0') {
1198 rv = nvlist_add_int32((nvlist_t *)ddef_hdl, nam
1211 devctl_ddef_int_array(devctl_ddef_t ddef_hdl, char *name, int nelements, int32_t *value) argument
1239 devctl_ddef_string(devctl_ddef_t ddef_hdl, char *name, char *value) argument
1261 devctl_ddef_string_array(devctl_ddef_t ddef_hdl, char *name, int nelements, char **value) argument
1287 devctl_ddef_byte_array(devctl_ddef_t ddef_hdl, char *name, int nelements, uchar_t *value) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c69 devctl_ddef_t ddef_hdl; local
75 if ((ddef_hdl = devctl_ddef_alloc(drvr_name, 0)) == NULL) {
81 devctl_ddef_free(ddef_hdl);
86 if (devctl_ddef_byte_array(ddef_hdl, PORT_WWN_PROP, FC_WWN_SIZE,
88 devctl_ddef_free(ddef_hdl);
95 devctl_ddef_free(ddef_hdl);
102 if (devctl_bus_dev_create(bus_hdl, ddef_hdl, 0, &dev_hdl)) {
103 devctl_ddef_free(ddef_hdl);
122 devctl_ddef_free(ddef_hdl);

Completed in 26 milliseconds