Home
last modified time | relevance | path

Searched refs:iocarg (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsunndi.h385 ndi_dc_allochdl(void *iocarg, struct devctl_iocdata **rdcp);
/titanic_41/usr/src/uts/common/os/
H A Dsunndi.c308 ndi_dc_allochdl(void *iocarg, struct devctl_iocdata **rdcp) in ndi_dc_allochdl() argument
318 if (copyin(iocarg, dcp, sizeof (*dcp)) != 0) { in ndi_dc_allochdl()
327 if (copyin(iocarg, &dcp32, sizeof (dcp32)) != 0) { in ndi_dc_allochdl()