Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/csu/common/
H A Dmon.c117 static int ssiz; in monitor() local
147 write(o, sbuf, (unsigned)ssiz) == -1) in monitor()
157 if (ssiz >= bufsiz || lowpc >= highpc) in monitor()
176 ssiz = bufsiz; in monitor()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dmon.c201 size_t ssiz; in monitor() local
239 ssiz = ((sizeof (struct hdr) + nfunc * sizeof (struct cnt)) / in monitor()
241 if (ssiz >= bufsize || lowpc >= highpc) { in monitor()
327 buffer += ssiz; /* move ptr past 2'nd region */ in monitor()
328 bufsize -= ssiz; /* no. WORDs in third region */ in monitor()
/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c207 uint32_t ssiz; in ibnex_devctl() local
412 ssiz = snapshot_sz; in ibnex_devctl()
417 if (ddi_copyout(&ssiz, ioc.buf, in ibnex_devctl()
466 ssiz = (uint32_t)strlen(path) + 1; in ibnex_devctl()
468 "%s: len = %x\n\tpath = %s", msg, ssiz, path); in ibnex_devctl()
474 if (ddi_copyout(&ssiz, ioc.buf, in ibnex_devctl()
482 if (ioc.bufsiz != ssiz) { in ibnex_devctl()
485 msg, ioc.bufsiz, ssiz); in ibnex_devctl()
534 ssiz = snapshot_sz; in ibnex_devctl()
535 IBTF_DPRINTF_L4("ibnex", "%s: size =%x", msg, ssiz); in ibnex_devctl()
[all …]