Home
last modified time | relevance | path

Searched refs:c_unitaddr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevctl.h55 char *c_unitaddr; /* child device unit address */ member
69 caddr32_t c_unitaddr; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c341 dcp->c_unitaddr = (char *)(uintptr_t)dcp32.c_unitaddr; in ndi_dc_allochdl()
355 if (dcp->c_unitaddr != NULL) { in ndi_dc_allochdl()
365 dcp->c_unitaddr = cpybuf; in ndi_dc_allochdl()
376 if (dcp->c_unitaddr != NULL) in ndi_dc_allochdl()
377 kmem_free(dcp->c_unitaddr, MAXNAMELEN); in ndi_dc_allochdl()
386 if (dcp->c_unitaddr != NULL) in ndi_dc_allochdl()
387 kmem_free(dcp->c_unitaddr, MAXNAMELEN); in ndi_dc_allochdl()
397 if (dcp->c_unitaddr != NULL) in ndi_dc_allochdl()
424 if (dcp->c_unitaddr != NULL) in ndi_dc_freehdl()
425 kmem_free(dcp->c_unitaddr, MAXNAMELEN); in ndi_dc_freehdl()
[all …]
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c1365 iocdata.c_unitaddr = dcp->unitaddr; in dc_cmd()