Searched refs:off0 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | fallocate.cc | 181 off_t off0 = 100; in TEST_F() local 183 struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 }; in TEST_F() 193 expect_fallocate(ino, off0, len0, in TEST_F() 195 expect_vop_stddeallocate(ino, off0, len0); in TEST_F() 226 uint64_t off0 = 500; in TEST_F() local 233 expect_fallocate(ino, off0, len, in TEST_F() 236 expect_vop_stddeallocate(ino, off0, len); in TEST_F() 250 rqsr.r_offset = off0; in TEST_F() 558 uint64_t off0 = 0; in TEST_F() local 568 expect_fallocate(ino, off0, len0, 0, ENOSYS); in TEST_F() [all …]
|
| H A D | read.cc | 220 off_t off0 = 0; in TEST_F() local 232 in.body.read.offset == (uint64_t)off0); in TEST_F() 263 iocb0.aio_offset = off0; in TEST_F() 300 off_t off0 = 0; in TEST_F() local 315 in.body.read.offset == (uint64_t)off0); in TEST_F() 345 iocb0.aio_offset = off0; in TEST_F()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_input.c | 606 int off0; in tcp_input_with_port() local 630 off0 = *offp; in tcp_input_with_port() 641 th = (struct tcphdr *)((caddr_t)ip6 + off0); in tcp_input_with_port() 642 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0; in tcp_input_with_port() 659 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input_with_port() 691 if (off0 > sizeof (struct ip)) { in tcp_input_with_port() 693 off0 = sizeof(struct ip); in tcp_input_with_port() 703 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input_with_port() 704 tlen = ntohs(ip->ip_len) - off0; in tcp_input_with_port() 730 len = off0 + tlen; in tcp_input_with_port() [all …]
|
| H A D | tcp_output.c | 1958 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument 1967 int32_t off = off0; in tcp_m_copym() 2089 n->m_pkthdr.len -= off0; in tcp_m_copym()
|
| H A D | tcp_var.h | 1568 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
|
| /freebsd/share/doc/smm/18.net/ |
| H A D | spell.ok | 230 off0
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | riscv.pm | 251 my $off0 = ($off + 0); 274 sb $tmp, $off0($addr)
|
| /freebsd/sys/netgraph/ |
| H A D | ng_parse.c | 1643 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument 1646 int off = off0; in ng_parse_skip_value() 1672 *lenp = off - off0; in ng_parse_skip_value()
|
| /freebsd/sys/kern/ |
| H A D | uipc_mbuf.c | 531 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument 534 int off = off0; in m_copym() 569 n->m_pkthdr.len -= off0; in m_copym()
|