| /src/sys/compat/linux/common/ |
| linux_llseek.c | 69 off_t off; local 71 off = SCARG(uap, olow) | (((off_t) SCARG(uap, ohigh)) << 32); 74 SCARG(&bla, offset) = off;
|
| /src/sys/netinet6/ |
| route6.c | 55 int off = *offp, rhlen; local 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
| dest6.c | 59 int off = *offp, erroff, dstoptlen, optlen; local 64 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts)); 69 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen); 72 off += dstoptlen; 101 *offp = off;
|
| /src/sbin/chkconfig/ |
| chkconfig.sh | 53 # output $1 with 'on' or 'off' based on the return of checkyesno() 138 echo " $0 flag [ on | off ] " 139 echo " $0 [-f] flag [ on | off ]" 157 off() function 185 off) 186 action='off' 203 usage "-f flag requires 'on' or 'off'" 226 off) 228 off ${rcfile}
|
| /src/sys/crypto/aes/ |
| aes_ccm_mbuf.c | 42 aes_ccm_enc_mbuf(struct aes_ccm *C, struct mbuf *m, size_t off, size_t len, 48 while (off >= m->m_len) { 51 off -= m->m_len; 54 for (; len > 0; m = m->m_next, off = 0, len -= seglen) { 55 KASSERT(m->m_len >= off); 56 p = mtod(m, uint8_t *) + off; 57 seglen = MIN(m->m_len - off, len); 69 size_t off, len; local 79 for (m = m0, off = off0, len = len0; 81 m = m->m_next, off = 0, len -= seglen) [all...] |
| /src/usr.bin/basename/ |
| basename.c | 82 int suffixlen, stringlen, off; local 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|
| /src/lib/libc/db/recno/ |
| rec_close.c | 115 off_t off; local 180 if ((off = lseek(t->bt_rfd, (off_t)0, SEEK_CUR)) == -1) 182 if (ftruncate(t->bt_rfd, off))
|
| /src/lib/libc/stdio/ |
| getdelim.c | 61 size_t len, newlen, off; local 76 off = 0; 93 newlen = off + len; 95 if (newlen < off || newlen > SSIZE_MAX) { 124 (void)memcpy((*buf + off), fp->_p, len); 128 off += len; 132 if (off == 0) 136 *(*buf + off) = '\0'; 137 return off;
|
| /src/lib/libkvm/ |
| kvm_or1k.c | 94 off_t off; local 100 off = kd->dump_off; 103 return off + (pa - ram->start); 106 off += ram->size;
|
| kvm_riscv.c | 94 off_t off; local 100 off = kd->dump_off; 103 return off + (pa - ram->start); 106 off += ram->size;
|
| kvm_alpha.c | 161 off_t off; local 167 off = 0; 171 off += (pa - ramsegs[i].start); 174 off += ramsegs[i].size; 177 return (kd->dump_off + off);
|
| kvm_arm.c | 167 off_t off; local 173 off = 0; 177 off += (pa - ramsegs[i].start); 180 off += ramsegs[i].size; 182 return (kd->dump_off + off);
|
| kvm_mips.c | 211 off_t off; local 217 off = 0; 221 off += (pa - ramsegs[i].start); 224 off += ramsegs[i].size; 227 return (kd->dump_off + off);
|
| kvm_powerpc64.c | 142 off_t off; local 148 off = kd->dump_off; 151 return off + (pa - ram->start); 154 off += ram->size;
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| memfs.c | 40 off_t off; member in struct:memhandle 52 mh->off = 0; 73 memcpy(buf, mh->base + mh->off, size); 74 mh->off += size; 87 memcpy(mh->base + mh->off, buf, size); 88 mh->off += size; 104 mh->off = offset; 107 mh->off += offset; 113 return mh->off;
|
| /src/sys/arch/vax/vax/ |
| cpu_in_cksum.S | 73 #define off %r0 define 82 # int cpu_in_cksum(struct mbuf *m, int len, int off, uint32_t initial_sum) 90 movl 12(%ap),off 100 cmpl off,mlen # if (mlen > off) { 102 subl2 off,mlen # mlen -= off; 103 addl3 M_DATA(m),off,data # data = mtod(m, uint8_t *) + off; 106 subl2 mlen,off # off -= mlen [all...] |
| /src/sys/dev/usb/ |
| emdtv_i2c.c | 122 int off = (stop == false ? 1 : 0); local 123 emdtv_write_multi_1(sc, EM28XX_UR_I2C + off, addr, datap, len);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_nv20.c | 43 uint32_t amount, off; local 59 for (off = amount; off > 0x2000000; off -= 0x2000000) 60 fbmem_poke(fb, off - 4, off);
|
| /src/usr.sbin/lpr/lpd/ |
| extern.h | 45 int off; /* turn off */ member in struct:info
|
| /src/usr.sbin/makefs/ffs/ |
| ufs_bmap.c | 80 int i, numlevels, off; local 116 * At each iteration, off is the offset into the bap array which is 122 ap->in_off = off = UFS_NIADDR - i; 132 off = (bn >> lbc) & (FFS_NINDIR(ip->i_fs) - 1); 136 ap->in_off = off; 140 metalbn -= -1 + (off << lbc);
|
| /src/common/lib/libc/atomic/ |
| atomic_cas_by_cas32.c | 49 const size_t off = (uintptr_t)addr - base; local 51 const size_t shift = off*8; 73 const size_t off = (uintptr_t)addr - base; local 75 const size_t shift = off*8;
|
| /src/lib/libc/arch/powerpc/gen/ |
| syncicache.c | 108 size_t l, off; local 119 off = (uintptr_t)from & (linesz - 1); 120 l = (len + off + linesz - 1) & ~(linesz - 1); 121 p = (char *)from - off; 131 off = (uintptr_t)from & (linesz - 1); 132 l = (len + off + linesz - 1) & ~(linesz - 1); 133 p = (char *)from - off;
|
| /src/lib/libc/arch/powerpc64/gen/ |
| syncicache.c | 105 size_t l, off; local 116 off = (uintptr_t)from & (linesz - 1); 117 l = (len + off + linesz - 1) & ~(linesz - 1); 118 p = (char *)from - off; 128 off = (uintptr_t)from & (linesz - 1); 129 l = (len + off + linesz - 1) & ~(linesz - 1); 130 p = (char *)from - off;
|
| /src/sys/arch/amiga/dev/ |
| drsupio.c | 81 int off; member in struct:drsupio_devs 114 supa.supio_iobase = drsd->off;
|
| z3rambd.c | 134 size_t off; local 138 off = bp->b_blkno << DEV_BSHIFT; 142 addr = (char *)((char*)sc->sc_va + off);
|