Home
last modified time | relevance | path

Searched refs:laioc_info_t (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c214 laioc_info_t *ioc; in i_dladm_aggr_info_active()
220 ioc = (laioc_info_t *)calloc(1, bufsize); in i_dladm_aggr_info_active()
236 ioc = (laioc_info_t *)realloc(ioc, bufsize); in i_dladm_aggr_info_active()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr.h180 } laioc_info_t; typedef
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c203 laioc_info_t *info_argp = karg; in aggr_ioc_info()
206 state.bytes_left = info_argp->li_bufsize - sizeof (laioc_info_t); in aggr_ioc_info()
207 state.where = (uchar_t *)arg + sizeof (laioc_info_t); in aggr_ioc_info()
272 {LAIOC_INFO, DLDCOPYINOUT, sizeof (laioc_info_t), aggr_ioc_info, NULL},