Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddevctl.h52 nvlist_t *nvl_user; /* application defined attributes */ member
66 caddr32_t nvl_user; member
/titanic_41/usr/src/uts/common/os/
H A Dsunndi.c334 dcp->nvl_user = (nvlist_t *)(uintptr_t)dcp32.nvl_user; in ndi_dc_allochdl()
367 if (dcp->nvl_user != NULL) { in ndi_dc_allochdl()
378 if (copyin(dcp->nvl_user, cpybuf, dcp->nvl_usersz) != 0) { in ndi_dc_allochdl()
388 if (nvlist_unpack(cpybuf, dcp->nvl_usersz, &dcp->nvl_user, in ndi_dc_allochdl()
423 if (dcp->nvl_user != NULL) in ndi_dc_freehdl()
424 nvlist_free(dcp->nvl_user); in ndi_dc_freehdl()
449 return (dcp->nvl_user); in ndi_dc_get_ap_data()
958 nvlist_t *nvlp = dcp->nvl_user; in i_dc_devi_create()
/titanic_41/usr/src/lib/libdevice/
H A Ddevctl.c1349 if (rv = nvlist_pack(ulp, (char **)&iocdata.nvl_user, in dc_cmd()
1357 iocdata.nvl_user = NULL; in dc_cmd()
1376 if (iocdata.nvl_user != NULL) in dc_cmd()
1377 free(iocdata.nvl_user); in dc_cmd()