Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c199 size_t ssiz; in monitor() local
237 ssiz = ((sizeof (struct hdr) + nfunc * sizeof (struct cnt)) / in monitor()
239 if (ssiz >= bufsize || lowpc >= highpc) { in monitor()
325 buffer += ssiz; /* move ptr past 2'nd region */ in monitor()
326 bufsize -= ssiz; /* no. WORDs in third region */ in monitor()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c210 uint32_t ssiz; in ibnex_devctl() local
415 ssiz = snapshot_sz; in ibnex_devctl()
420 if (ddi_copyout(&ssiz, ioc.buf, in ibnex_devctl()
469 ssiz = (uint32_t)strlen(path) + 1; in ibnex_devctl()
471 "%s: len = %x\n\tpath = %s", msg, ssiz, path); in ibnex_devctl()
477 if (ddi_copyout(&ssiz, ioc.buf, in ibnex_devctl()
485 if (ioc.bufsiz != ssiz) { in ibnex_devctl()
488 msg, ioc.bufsiz, ssiz); in ibnex_devctl()
537 ssiz = snapshot_sz; in ibnex_devctl()
538 IBTF_DPRINTF_L4("ibnex", "%s: size =%x", msg, ssiz); in ibnex_devctl()
[all …]