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

/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h83 } prop_handle_t; typedef in typeref:struct:ddi_prop_handle
89 int (*op_prop_int)(prop_handle_t *ph, uint_t cmd, int *data);
90 int (*op_prop_str)(prop_handle_t *ph, uint_t cmd, char *data);
91 int (*op_prop_bytes)(prop_handle_t *ph, uint_t cmd,
93 int (*op_prop_int64)(prop_handle_t *ph, uint_t cmd, int64_t *data);

Completed in 165 milliseconds