Lines Matching refs:showbuf
3175 show_iovec32(private_t *pri, long offset, int niov, int showbuf, long count) in show_iovec32() argument
3180 int serial = (count > MYBUFSIZ / 4 && showbuf); in show_iovec32()
3203 if (showbuf && nb > 0) in show_iovec32()
3215 show_iovec(private_t *pri, long offset, long niov, int showbuf, long count) in show_iovec() argument
3220 int serial = (count > MYBUFSIZ / 4 && showbuf); in show_iovec()
3224 show_iovec32(pri, offset, niov, showbuf, count); in show_iovec()
3249 if (showbuf && nb > 0) in show_iovec()
3548 int showbuf = FALSE; in show_msghdr() local
3567 showbuf = TRUE; in show_msghdr()
3569 show_iovec(pri, (long)msg.msg_iov, msg.msg_iovlen, showbuf, nb); in show_msghdr()
3586 int showbuf = FALSE; in show_msghdr32() local
3604 showbuf = TRUE; in show_msghdr32()
3606 show_iovec32(pri, (long)msg.msg_iov, msg.msg_iovlen, showbuf, nb); in show_msghdr32()
5358 int showbuf = FALSE; in expound() local
5365 showbuf = TRUE; in expound()
5367 pri->sys_args[2], showbuf, nb); in expound()