/src/sys/compat/linux/common/ |
linux_llseek.c | 69 off_t off; local in function:linux_sys_llseek 71 off = SCARG(uap, olow) | (((off_t) SCARG(uap, ohigh)) << 32); 74 SCARG(&bla, offset) = off;
|
linux_llseek.c | 69 off_t off; local in function:linux_sys_llseek 71 off = SCARG(uap, olow) | (((off_t) SCARG(uap, ohigh)) << 32); 74 SCARG(&bla, offset) = off;
|
linux_llseek.c | 69 off_t off; local in function:linux_sys_llseek 71 off = SCARG(uap, olow) | (((off_t) SCARG(uap, ohigh)) << 32); 74 SCARG(&bla, offset) = off;
|
linux_llseek.c | 69 off_t off; local in function:linux_sys_llseek 71 off = SCARG(uap, olow) | (((off_t) SCARG(uap, ohigh)) << 32); 74 SCARG(&bla, offset) = off;
|
linux_llseek.c | 69 off_t off; local in function:linux_sys_llseek 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 in function:route6_input 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
route6.c | 55 int off = *offp, rhlen; local in function:route6_input 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
route6.c | 55 int off = *offp, rhlen; local in function:route6_input 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
route6.c | 55 int off = *offp, rhlen; local in function:route6_input 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
route6.c | 55 int off = *offp, rhlen; local in function:route6_input 57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 76 off + offsetof(struct ip6_rthdr, ip6r_type));
|
/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}
|
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}
|
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}
|
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}
|
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 in function:aes_ccm_dec_mbuf 79 for (m = m0, off = off0, len = len0; 81 m = m->m_next, off = 0, len -= seglen) [all...] |
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 in function:aes_ccm_dec_mbuf 79 for (m = m0, off = off0, len = len0; 81 m = m->m_next, off = 0, len -= seglen) [all...] |
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 in function:aes_ccm_dec_mbuf 79 for (m = m0, off = off0, len = len0; 81 m = m->m_next, off = 0, len -= seglen) [all...] |
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 in function:aes_ccm_dec_mbuf 79 for (m = m0, off = off0, len = len0; 81 m = m->m_next, off = 0, len -= seglen) [all...] |
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 in function:aes_ccm_dec_mbuf 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 in function:main 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|
basename.c | 82 int suffixlen, stringlen, off; local in function:main 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|
basename.c | 82 int suffixlen, stringlen, off; local in function:main 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|
basename.c | 82 int suffixlen, stringlen, off; local in function:main 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|
basename.c | 82 int suffixlen, stringlen, off; local in function:main 88 off = stringlen - suffixlen; 89 if (strcmp(p + off, *argv) == 0) 90 p[off] = '\0';
|