xpio_dpio_info_t
xpio_dpio_info_t *info;
gpioadm_dpio_list_ofmt_caps(char *buf, uint_t buflen, xpio_dpio_info_t *info)
xpio_dpio_info_t *info = ofarg->ofmt_cbarg;
extern bool xpio_dpio_info(xpio_t *, di_minor_t, xpio_dpio_info_t **);
extern const char *xpio_dpio_info_ctrl(xpio_dpio_info_t *);
extern const char *xpio_dpio_info_name(xpio_dpio_info_t *);
extern uint32_t xpio_dpio_info_gpionum(xpio_dpio_info_t *);
extern dpio_caps_t xpio_dpio_info_caps(xpio_dpio_info_t *);
extern dpio_flags_t xpio_dpio_info_flags(xpio_dpio_info_t *);
extern void xpio_dpio_info_free(xpio_dpio_info_t *);
xpio_dpio_info_gpionum(xpio_dpio_info_t *info)
xpio_dpio_info_caps(xpio_dpio_info_t *info)
xpio_dpio_info_flags(xpio_dpio_info_t *info)
xpio_dpio_info(xpio_t *xpio, di_minor_t minor, xpio_dpio_info_t **outp)
xpio_dpio_info_t *info = NULL;
info = calloc(1, sizeof (xpio_dpio_info_t));
xpio_dpio_info_free(xpio_dpio_info_t *info)
xpio_dpio_info_ctrl(xpio_dpio_info_t *info)
xpio_dpio_info_name(xpio_dpio_info_t *info)