laioc_info_t
laioc_info_t *ioc;
ioc = (laioc_info_t *)calloc(1, bufsize);
ioc = (laioc_info_t *)realloc(ioc, bufsize);
laioc_info_t *info_argp = karg;
state.bytes_left = info_argp->li_bufsize - sizeof (laioc_info_t);
state.where = (uchar_t *)arg + sizeof (laioc_info_t);
{LAIOC_INFO, DLDCOPYINOUT, sizeof (laioc_info_t), aggr_ioc_info, NULL},