Searched refs:lastbyte (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clrpcops.c | 5101 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument 5126 if (lastbyte < off) in nfsrpc_layoutcommit() 5127 lastbyte = off; in nfsrpc_layoutcommit() 5128 else if (lastbyte >= (off + len)) in nfsrpc_layoutcommit() 5129 lastbyte = off + len - 1; in nfsrpc_layoutcommit() 5130 txdr_hyper(lastbyte, tl); in nfsrpc_layoutcommit() 5547 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local 5625 lastbyte = off + xfer - 1; in nfscl_doiods() 5628 if (lastbyte > layp->nfsly_lastbyte) in nfscl_doiods() 5629 layp->nfsly_lastbyte = lastbyte; in nfscl_doiods()
|
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.c | 2672 int lastbyte; in ahc_handle_message_phase() local 2733 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase() 2734 if (lastbyte) { in ahc_handle_message_phase() 2916 int lastbyte; in ahc_handle_message_phase() local 2929 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase() 3005 if (lastbyte) in ahc_handle_message_phase()
|
| D | aic79xx.c | 3925 int lastbyte; in ahd_handle_message_phase() local 3997 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase() 3998 if (lastbyte) { in ahd_handle_message_phase() 4152 int lastbyte; in ahd_handle_message_phase() local 4164 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() 4207 if (lastbyte) in ahd_handle_message_phase()
|