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()
485 if (ioc.bufsiz != ssiz) { in ibnex_devctl()
488 msg, ioc.bufsiz, ssiz); in ibnex_devctl()
537 ssiz = snapshot_sz; in ibnex_devctl()
548 if (ioc.bufsiz != ssiz) { in ibnex_devctl()
551 ssiz); in ibnex_devctl()
601 ssiz = snapshot_sz; in ibnex_devctl()
614 if (ioc.bufsiz != ssiz) { in ibnex_devctl()
722 ssiz = snapshot_sz; in ibnex_devctl()
[all …]