HomeSort by: relevance | last modified time | path
    Searched refs:nxt (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/i2c/
nxt2k.c 70 nxt2k_writedata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
77 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
83 error = iic_exec(nxt->tag, I2C_OP_WRITE_WITH_STOP, nxt->addr,
86 iic_release_bus(nxt->tag, 0);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
96 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
99 error = iic_exec(nxt->tag, I2C_OP_READ_WITH_STOP, nxt->addr,
102 iic_release_bus(nxt->tag, 0)
778 struct nxt2k *nxt; local in function:nxt2k_open
    [all...]
nxt2k.c 70 nxt2k_writedata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
77 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
83 error = iic_exec(nxt->tag, I2C_OP_WRITE_WITH_STOP, nxt->addr,
86 iic_release_bus(nxt->tag, 0);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
96 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
99 error = iic_exec(nxt->tag, I2C_OP_READ_WITH_STOP, nxt->addr,
102 iic_release_bus(nxt->tag, 0)
778 struct nxt2k *nxt; local in function:nxt2k_open
    [all...]
nxt2k.c 70 nxt2k_writedata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
77 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
83 error = iic_exec(nxt->tag, I2C_OP_WRITE_WITH_STOP, nxt->addr,
86 iic_release_bus(nxt->tag, 0);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
96 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
99 error = iic_exec(nxt->tag, I2C_OP_READ_WITH_STOP, nxt->addr,
102 iic_release_bus(nxt->tag, 0)
778 struct nxt2k *nxt; local in function:nxt2k_open
    [all...]
  /src/sys/ufs/chfs/
ebh_misc.h 48 type *var, *nxt; \
49 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
50 nxt = RB_NEXT(name, head, var); \
59 type *var, *nxt; \
60 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
61 nxt = RB_NEXT(name, head, var); \
ebh_misc.h 48 type *var, *nxt; \
49 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
50 nxt = RB_NEXT(name, head, var); \
59 type *var, *nxt; \
60 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
61 nxt = RB_NEXT(name, head, var); \
ebh_misc.h 48 type *var, *nxt; \
49 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
50 nxt = RB_NEXT(name, head, var); \
59 type *var, *nxt; \
60 for (var = RB_MIN(name, head); var != NULL; var = nxt) { \
61 nxt = RB_NEXT(name, head, var); \
  /src/sys/netinet/
in4_cksum.c 56 in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len)
65 if (nxt == 0)
77 * ip.ih_pr = nxt;
85 sum = ((len & 0xffff) + nxt) << 8;
87 sum = (len & 0xffff) + nxt;
in4_cksum.c 56 in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len)
65 if (nxt == 0)
77 * ip.ih_pr = nxt;
85 sum = ((len & 0xffff) + nxt) << 8;
87 sum = (len & 0xffff) + nxt;
in4_cksum.c 56 in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len)
65 if (nxt == 0)
77 * ip.ih_pr = nxt;
85 sum = ((len & 0xffff) + nxt) << 8;
87 sum = (len & 0xffff) + nxt;
  /src/sys/netinet6/
in6_cksum.c 47 in6_cksum(struct mbuf *m, u_int8_t nxt, uint32_t off, uint32_t len)
63 if (nxt == 0)
76 * ip6.ip6ph_nxt = nxt;
86 sum = ((len & 0xffff) + ((len >> 16) & 0xffff) + nxt) << 8;
88 sum = (len & 0xffff) + ((len >> 16) & 0xffff) + nxt;
in6_cksum.c 47 in6_cksum(struct mbuf *m, u_int8_t nxt, uint32_t off, uint32_t len)
63 if (nxt == 0)
76 * ip6.ip6ph_nxt = nxt;
86 sum = ((len & 0xffff) + ((len >> 16) & 0xffff) + nxt) << 8;
88 sum = (len & 0xffff) + ((len >> 16) & 0xffff) + nxt;
in6_cksum.c 47 in6_cksum(struct mbuf *m, u_int8_t nxt, uint32_t off, uint32_t len)
63 if (nxt == 0)
76 * ip6.ip6ph_nxt = nxt;
86 sum = ((len & 0xffff) + ((len >> 16) & 0xffff) + nxt) << 8;
88 sum = (len & 0xffff) + ((len >> 16) & 0xffff) + nxt;
ip6_input.c 256 int nxt, ours = 0, rh_present = 0, frg_present; local in function:ip6_input
606 nxt = hbh->ip6h_nxt;
615 nxt = ip6->ip6_nxt;
712 while (nxt != IPPROTO_DONE) {
731 if (nxt == IPPROTO_ROUTING) {
737 } else if (nxt == IPPROTO_FRAGMENT) {
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
1175 int nxt = xip6->ip6_nxt, off = sizeof(struct ip6_hdr); local in function:ip6_savecontrol
1367 int len, nlen, nxt; local in function:ip6_get_prevhdr
1481 int nxt; local in function:ip6_lasthdr
    [all...]
ip6_input.c 256 int nxt, ours = 0, rh_present = 0, frg_present; local in function:ip6_input
606 nxt = hbh->ip6h_nxt;
615 nxt = ip6->ip6_nxt;
712 while (nxt != IPPROTO_DONE) {
731 if (nxt == IPPROTO_ROUTING) {
737 } else if (nxt == IPPROTO_FRAGMENT) {
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
1175 int nxt = xip6->ip6_nxt, off = sizeof(struct ip6_hdr); local in function:ip6_savecontrol
1367 int len, nlen, nxt; local in function:ip6_get_prevhdr
1481 int nxt; local in function:ip6_lasthdr
    [all...]
ip6_input.c 256 int nxt, ours = 0, rh_present = 0, frg_present; local in function:ip6_input
606 nxt = hbh->ip6h_nxt;
615 nxt = ip6->ip6_nxt;
712 while (nxt != IPPROTO_DONE) {
731 if (nxt == IPPROTO_ROUTING) {
737 } else if (nxt == IPPROTO_FRAGMENT) {
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
1175 int nxt = xip6->ip6_nxt, off = sizeof(struct ip6_hdr); local in function:ip6_savecontrol
1367 int len, nlen, nxt; local in function:ip6_get_prevhdr
1481 int nxt; local in function:ip6_lasthdr
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_lfstack.h 54 T *nxt = cur->next; local in function:__sanitizer::LFStack::Pop
56 u64 xch = (u64)(uptr)nxt | cnt;
sanitizer_lfstack.h 54 T *nxt = cur->next; local in function:__sanitizer::LFStack::Pop
56 u64 xch = (u64)(uptr)nxt | cnt;
sanitizer_lfstack.h 54 T *nxt = cur->next; local in function:__sanitizer::LFStack::Pop
56 u64 xch = (u64)(uptr)nxt | cnt;
  /src/sys/arch/xen/xen/
xennet_checksum.c 86 uint8_t nxt; local in function:xennet_checksum_fill
117 nxt = iph->ip_p;
132 nxt = ip6h->ip6_nxt;
147 switch (nxt) {
183 ifp->if_xname, nxt);
xennet_checksum.c 86 uint8_t nxt; local in function:xennet_checksum_fill
117 nxt = iph->ip_p;
132 nxt = ip6h->ip6_nxt;
147 switch (nxt) {
183 ifp->if_xname, nxt);
xennet_checksum.c 86 uint8_t nxt; local in function:xennet_checksum_fill
117 nxt = iph->ip_p;
132 nxt = ip6h->ip6_nxt;
147 switch (nxt) {
183 ifp->if_xname, nxt);
  /src/lib/libc/db/btree/
bt_split.c 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
648 src = bi = GETBINTERNAL(h, nxt);
653 src = bl = GETBLEAF(h, nxt);
658 src = GETRINTERNAL(h, nxt);
663 src = rl = GETRLEAF(h, nxt);
678 nxt == top - 1) {
685 ++nxt;
704 * Nxt is the first offset to be placed on the right page
827 indx_t nxt, top; local in function:rec_total
    [all...]
bt_split.c 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
648 src = bi = GETBINTERNAL(h, nxt);
653 src = bl = GETBLEAF(h, nxt);
658 src = GETRINTERNAL(h, nxt);
663 src = rl = GETRLEAF(h, nxt);
678 nxt == top - 1) {
685 ++nxt;
704 * Nxt is the first offset to be placed on the right page
827 indx_t nxt, top; local in function:rec_total
    [all...]
bt_split.c 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
648 src = bi = GETBINTERNAL(h, nxt);
653 src = bl = GETBLEAF(h, nxt);
658 src = GETRINTERNAL(h, nxt);
663 src = rl = GETRLEAF(h, nxt);
678 nxt == top - 1) {
685 ++nxt;
704 * Nxt is the first offset to be placed on the right page
827 indx_t nxt, top; local in function:rec_total
    [all...]
  /src/sys/arch/powerpc/powerpc/
in_cksum.c 247 in4_cksum(struct mbuf *m, uint8_t nxt, int off, int len)
256 if (nxt != 0) {
260 u.ipov.ih_pr = nxt;

Completed in 41 milliseconds

1 2 3 4 5