Searched refs:nextsize (Results 1 – 5 of 5) sorted by relevance
| /src/usr.sbin/prometheus_sysctl_exporter/ |
| H A D | prometheus_sysctl_exporter.c | 89 size_t nextsize; in oid_get_next() local 94 nextsize = sizeof(next->id); in oid_get_next() 95 if (sysctl(lookup, 2 + cur->len, &next->id, &nextsize, 0, 0) != 0) { in oid_get_next() 100 next->len = nextsize / sizeof(next->id[0]); in oid_get_next()
|
| /src/sys/fs/fuse/ |
| H A D | fuse_io.c | 133 int bcount, nextsize; in fuse_read_biobackend() local 168 nextsize = MIN(biosize, filesize - nextlbn * biosize); in fuse_read_biobackend() 185 err = breadn(vp, lbn, bcount, &nextlbn, &nextsize, 1, in fuse_read_biobackend()
|
| /src/sys/ufs/ffs/ |
| H A D | ffs_vnops.c | 761 int nextsize = blksize(fs, ip, nextlbn); in ffs_read() local 763 &nextsize, 1, NOCRED, bflag, NULL, &bp); in ffs_read() 1132 int nextsize = sblksize(fs, dp->di_extsize, nextlbn); in ffs_extread() local 1135 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ffs_extread()
|
| /src/sys/fs/ext2fs/ |
| H A D | ext2_vnops.c | 2087 u_int nextsize = blksize(fs, ip, nextlbn); in ext2_read() local 2090 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ext2_read()
|
| /src/sys/kern/ |
| H A D | kern_sysctl.c | 3005 size_t nextsize = sizeof(next); in db_show_sysctl_all() local 3008 next, &nextsize, NULL, 0, &nlen, 0); in db_show_sysctl_all()
|