OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:towrt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/
dksubr.c
774
int part,
towrt
, maxblkcnt, nblk;
local
810
towrt
= size / lp->d_secsize;
826
if (blkno < 0 || (blkno +
towrt
) > dg->dg_secperunit) {
827
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
828
"nsects=%jd\n", __func__, (intmax_t)blkno,
towrt
, dg->dg_secperunit));
843
if ((blkno < 0) || ((blkno +
towrt
) > nsects)) {
844
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
845
"nsects=%d\n", __func__, (intmax_t)blkno,
towrt
, nsects));
855
while (
towrt
> 0) {
856
nblk = uimin(maxblkcnt,
towrt
);
[
all
...]
dksubr.c
774
int part,
towrt
, maxblkcnt, nblk;
local
810
towrt
= size / lp->d_secsize;
826
if (blkno < 0 || (blkno +
towrt
) > dg->dg_secperunit) {
827
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
828
"nsects=%jd\n", __func__, (intmax_t)blkno,
towrt
, dg->dg_secperunit));
843
if ((blkno < 0) || ((blkno +
towrt
) > nsects)) {
844
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
845
"nsects=%d\n", __func__, (intmax_t)blkno,
towrt
, nsects));
855
while (
towrt
> 0) {
856
nblk = uimin(maxblkcnt,
towrt
);
[
all
...]
dksubr.c
774
int part,
towrt
, maxblkcnt, nblk;
local
810
towrt
= size / lp->d_secsize;
826
if (blkno < 0 || (blkno +
towrt
) > dg->dg_secperunit) {
827
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
828
"nsects=%jd\n", __func__, (intmax_t)blkno,
towrt
, dg->dg_secperunit));
843
if ((blkno < 0) || ((blkno +
towrt
) > nsects)) {
844
DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd,
towrt
=%d, "
845
"nsects=%d\n", __func__, (intmax_t)blkno,
towrt
, nsects));
855
while (
towrt
> 0) {
856
nblk = uimin(maxblkcnt,
towrt
);
[
all
...]
Completed in 67 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026