Searched refs:off0 (Results 1 – 9 of 9) sorted by relevance
| /src/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()
|
| /src/sys/netinet/ |
| H A D | tcp_input.c | 605 int off0; in tcp_input_with_port() local 633 off0 = *offp; in tcp_input_with_port() 643 th = (struct tcphdr *)((caddr_t)ip6 + off0); in tcp_input_with_port() 644 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0; in tcp_input_with_port() 661 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input_with_port() 693 if (off0 > sizeof (struct ip)) { in tcp_input_with_port() 695 off0 = sizeof(struct ip); in tcp_input_with_port() 705 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input_with_port() 706 tlen = ntohs(ip->ip_len) - off0; in tcp_input_with_port() 732 len = off0 + tlen; in tcp_input_with_port() [all …]
|
| H A D | tcp_output.c | 1957 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument 1966 int32_t off = off0; in tcp_m_copym() 2088 n->m_pkthdr.len -= off0; in tcp_m_copym()
|
| H A D | tcp_var.h | 1555 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
|
| /src/share/doc/smm/18.net/ |
| H A D | spell.ok | 230 off0
|
| /src/crypto/openssl/crypto/perlasm/ |
| H A D | riscv.pm | 251 my $off0 = ($off + 0); 274 sb $tmp, $off0($addr)
|
| /src/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()
|
| /src/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()
|