OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noff
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/fs/cd9660/
h_hexdump_r.c
43
static off_t off,
noff
;
variable
67
noff
= (off_t)strtoimax(line + m[1].rm_so, NULL, 16);
73
noff
= (off_t)strtoimax(line + m[1].rm_so, NULL, 16);
74
if (off <
noff
) {
75
if (fseeko(stdout,
noff
- 16, SEEK_SET) != 0)
84
while (off <
noff
) {
89
if (off !=
noff
)
92
if (fseeko(stdout,
noff
, SEEK_SET) != 0)
94
off =
noff
;
/src/libexec/lfs_cleanerd/
coalesce.c
170
int
noff
;
local
267
noff
= 0;
271
++
noff
;
283
if (nb <= 1 ||
noff
== 0 ||
noff
< log2int(nb) ||
284
lfs_segtod(fs,
noff
) * 2 < nb) {
290
noff
, (intmax_t)toff, (intmax_t)nb);
/src/sys/netipsec/
xform_ah.c
450
int
noff
;
local
456
noff
= off + ((ip6e->ip6e_len + 1) << 3);
457
if (
noff
> ip6optlen) {
466
count <
noff
;) {
472
if (count + 1 >=
noff
) {
477
if (count + optlen >
noff
) {
487
if (count !=
noff
) {
494
off =
noff
;
/src/sys/net/
if_pppoe.c
645
int
noff
, err, errortag;
local
715
&
noff
);
723
mtod(n, char*) +
noff
, len,
732
&
noff
);
739
hunique = mtod(n, uint8_t *) +
noff
;
746
&
noff
);
752
ac_cookie = mtod(n, char *) +
noff
;
759
&
noff
);
765
relay_sid = mtod(n, char *) +
noff
;
789
&
noff
);
[
all
...]
/src/sys/ufs/lfs/
lfs_vfsops.c
2524
daddr_t olast, nlast, ilast,
noff
, start, end, dirtysums;
local
2597
noff
= nlast - olast;
2613
for (i = ilast; i < ilast +
noff
; i++) {
2627
if (
noff
> 0) {
2628
ip->i_size +=
noff
* lfs_sb_getbsize(fs);
2634
if (
noff
!= 0) {
2635
if (
noff
< 0) {
2637
end = ilast +
noff
;
2640
start = ilast +
noff
- 1;
2648
if (bread(ivp, i -
noff
, lfs_sb_getbsize(fs)
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026