Searched refs:laioc_info_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c198 laioc_info_t *info_argp = karg;
201 state.bytes_left = info_argp->li_bufsize - sizeof (laioc_info_t);
202 state.where = (uchar_t *)arg + sizeof (laioc_info_t);
264 {LAIOC_INFO, DLDCOPYINOUT, sizeof (laioc_info_t), aggr_ioc_info, NULL},
/illumos-gate/usr/src/uts/common/sys/
H A Daggr.h180 } laioc_info_t; typedef in typeref:struct:laioc_info
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c156 * the laioc_info_t to the dladm_aggr_grp_attr_t structure.
214 laioc_info_t *ioc;
220 ioc = (laioc_info_t *)calloc(1, bufsize);
236 ioc = (laioc_info_t *)realloc(ioc, bufsize);

Completed in 64 milliseconds