/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 in function:nfscl_doiods 5538 lastbyte = off + xfer - 1; 5541 if (lastbyte > layp->nfsly_lastbyte) 5542 layp->nfsly_lastbyte = lastbyte; [all...] |
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 in function:nfscl_doiods 5538 lastbyte = off + xfer - 1; 5541 if (lastbyte > layp->nfsly_lastbyte) 5542 layp->nfsly_lastbyte = lastbyte; [all...] |
/src/sys/dev/ic/ |
aic79xx.c | 3789 int lastbyte; local in function:ahd_handle_message_phase 3861 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); 3862 if (lastbyte) { 4016 int lastbyte; local in function:ahd_handle_message_phase 4028 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; 4071 if (lastbyte)
|
aic7xxx.c | 2653 int lastbyte; local in function:ahc_handle_message_phase 2714 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); 2715 if (lastbyte) { 2863 int lastbyte; local in function:ahc_handle_message_phase 2870 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; 2913 if (lastbyte)
|
aic79xx.c | 3789 int lastbyte; local in function:ahd_handle_message_phase 3861 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); 3862 if (lastbyte) { 4016 int lastbyte; local in function:ahd_handle_message_phase 4028 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; 4071 if (lastbyte)
|
aic7xxx.c | 2653 int lastbyte; local in function:ahc_handle_message_phase 2714 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); 2715 if (lastbyte) { 2863 int lastbyte; local in function:ahc_handle_message_phase 2870 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; 2913 if (lastbyte)
|