Lines Matching refs:lbuf
230 char lbuf[80]; in command_lsmod() local
254 (void) snprintf(lbuf, sizeof (lbuf), " %p: ", in command_lsmod()
256 (void) pager_output(lbuf); in command_lsmod()
258 (void) snprintf(lbuf, sizeof (lbuf), " (%s, 0x%lx)\n", in command_lsmod()
260 if (pager_output(lbuf)) in command_lsmod()
272 if (sizeof (lbuf) < dsize) in command_lsmod()
273 dsize = sizeof (lbuf); in command_lsmod()
274 (void) strlcpy(lbuf, ptov(fp->f_addr), dsize); in command_lsmod()
275 if (pager_output(lbuf)) in command_lsmod()
284 sha1(ptr, fp->f_size, (uint8_t *)lbuf); in command_lsmod()
286 printf("%02x", (int)(lbuf[i] & 0xff)); in command_lsmod()
294 (void) snprintf(lbuf, sizeof (lbuf), "%s.%d ", in command_lsmod()
296 (void) pager_output(lbuf); in command_lsmod()
308 (void) snprintf(lbuf, sizeof (lbuf), in command_lsmod()
311 if ((ret = pager_output(lbuf))) in command_lsmod()