HomeSort by: relevance | last modified time | path
    Searched refs:buf_sysctl (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/systat/
bufcache.c 254 struct buf_sysctl *bp, *buffers;
275 mib[4] = (int)sizeof(struct buf_sysctl);
285 size += extraslop * sizeof(struct buf_sysctl);
301 nbuf = size / sizeof(struct buf_sysctl);
vmstat.c 530 mib[4] = (int)sizeof(struct buf_sysctl);
540 nbuf = size / sizeof(struct buf_sysctl);
  /src/sys/kern/
vfs_bio.c 1753 sysctl_fillbuf(const buf_t *i, struct buf_sysctl *o)
1780 struct buf_sysctl bs;
  /src/sys/sys/
sysctl.h 676 struct buf_sysctl { struct

Completed in 16 milliseconds