OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastbyte
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clrpcops.c
5025
uint64_t off, uint64_t len, uint64_t
lastbyte
, nfsv4stateid_t *stateidp,
5050
if (
lastbyte
< off)
5051
lastbyte
= off;
5052
else if (
lastbyte
>= (off + len))
5053
lastbyte
= off + len - 1;
5054
txdr_hyper(
lastbyte
, tl);
5461
uint64_t
lastbyte
, len, off, oresid, xfer;
local
5538
lastbyte
= off + xfer - 1;
5541
if (
lastbyte
> layp->nfsly_lastbyte)
5542
layp->nfsly_lastbyte =
lastbyte
;
[
all
...]
/src/sys/dev/ic/
aic7xxx.c
2653
int
lastbyte
;
local
2714
lastbyte
= ahc->msgout_index == (ahc->msgout_len - 1);
2715
if (
lastbyte
) {
2863
int
lastbyte
;
local
2870
lastbyte
= (ahc_inb(ahc, SCSISIGI) & ATNI) == 0;
2913
if (
lastbyte
)
aic79xx.c
3789
int
lastbyte
;
local
3861
lastbyte
= ahd->msgout_index == (ahd->msgout_len - 1);
3862
if (
lastbyte
) {
4016
int
lastbyte
;
local
4028
lastbyte
= (ahd_inb(ahd, SCSISIGI) & ATNI) == 0;
4071
if (
lastbyte
)
Completed in 32 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026