Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c846 uargs.packednvl.name = (uint64_t)(uintptr_t)buf; in sysevent_evc_setpropnvl()
847 uargs.packednvl.len = (uint32_t)nvlsz; in sysevent_evc_setpropnvl()
873 uargs.packednvl.name = (uint64_t)(uintptr_t)bufp; in sysevent_evc_getpropnvl()
874 uargs.packednvl.len = (uint32_t)sz; in sysevent_evc_getpropnvl()
892 if ((sz = uargs.packednvl.len) > 1024 * 1024) in sysevent_evc_getpropnvl()
909 if (rc == 0 && uargs.packednvl.len != 0 && in sysevent_evc_getpropnvl()
910 nvlist_unpack(bufp, uargs.packednvl.len, nvlp, 0) != 0) in sysevent_evc_getpropnvl()
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c490 if (uargs.packednvl.name != 0) { in sysevent_setpropnvl()
491 bufsz = uargs.packednvl.len; in sysevent_setpropnvl()
501 if (copyin((void *)(uintptr_t)uargs.packednvl.name, buf, in sysevent_setpropnvl()
541 avlsz = uargs.packednvl.len; in sysevent_getpropnvl()
558 (void *)(uintptr_t)uargs.packednvl.name, in sysevent_getpropnvl()
569 uargs.packednvl.len = (uint32_t)reqsz; in sysevent_getpropnvl()
572 uargs.packednvl.len = 0; in sysevent_getpropnvl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h570 sev_box_t packednvl; /* input and output */ member