Searched refs:off0 (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | fallocate.cc | 182 off_t off0 = 100; in TEST_F() local 184 struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 }; in TEST_F() 194 expect_fallocate(ino, off0, len0, in TEST_F() 196 expect_vop_stddeallocate(ino, off0, len0); in TEST_F() 227 uint64_t off0 = 500; in TEST_F() local 234 expect_fallocate(ino, off0, len, in TEST_F() 237 expect_vop_stddeallocate(ino, off0, len); in TEST_F() 251 rqsr.r_offset = off0; in TEST_F() 559 uint64_t off0 = 0; in TEST_F() local 569 expect_fallocate(ino, off0, len0, 0, ENOSYS); in TEST_F() [all …]
|
H A D | read.cc | 207 off_t off0 = 0; in TEST_F() local 219 in.body.read.offset == (uint64_t)off0); in TEST_F() 250 iocb0.aio_offset = off0; in TEST_F() 287 off_t off0 = 0; in TEST_F() local 302 in.body.read.offset == (uint64_t)off0); in TEST_F() 332 iocb0.aio_offset = off0; in TEST_F()
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 621 int off0; in tcp_input_with_port() local 649 off0 = *offp; in tcp_input_with_port() 659 th = (struct tcphdr *)((caddr_t)ip6 + off0); in tcp_input_with_port() 660 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0; in tcp_input_with_port() 671 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input_with_port() 703 if (off0 > sizeof (struct ip)) { in tcp_input_with_port() 705 off0 = sizeof(struct ip); in tcp_input_with_port() 715 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input_with_port() 716 tlen = ntohs(ip->ip_len) - off0; in tcp_input_with_port() 736 len = off0 + tlen; in tcp_input_with_port() [all …]
|
H A D | tcp_output.c | 1970 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument 1979 int32_t off = off0; in tcp_m_copym() 2101 n->m_pkthdr.len -= off0; in tcp_m_copym()
|
H A D | tcp_var.h | 1533 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/sys/netgraph/ |
H A D | ng_parse.c | 1644 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument 1647 int off = off0; in ng_parse_skip_value() 1673 *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()
|