Searched refs:add_rem_arg (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/aggr/ |
H A D | aggr_ctl.c | 215 aggr_ioc_add_remove(laioc_add_rem_t *add_rem_arg, intptr_t arg, int cmd, in aggr_ioc_add_remove() argument 223 nports = add_rem_arg->la_nports; in aggr_ioc_add_remove() 229 if (ddi_copyin((uchar_t *)arg + sizeof (*add_rem_arg), ports, in aggr_ioc_add_remove() 237 rc = aggr_grp_add_ports(add_rem_arg->la_linkid, nports, in aggr_ioc_add_remove() 238 add_rem_arg->la_force, ports); in aggr_ioc_add_remove() 241 rc = aggr_grp_rem_ports(add_rem_arg->la_linkid, nports, ports); in aggr_ioc_add_remove()
|