HomeSort by: relevance | last modified time | path
    Searched refs:fwd (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/dev/pci/
if_tlregs.h 156 uint32_t fwd; member in struct:tl_Rx_list
169 uint32_t fwd; member in struct:tl_Tx_list
if_tl.c 717 sc->hw_Rx_list[i - 1].fwd =
722 sc->hw_Rx_list[TL_NBUF - 1].fwd = 0;
724 sc->hw_Tx_list[TL_NBUF - 1].fwd = 0;
1042 Rx->hw_list->fwd = 0;
1043 sc->last_Rx->hw_list->fwd = htole32(Rx->hw_listaddr);
1374 sc->last_Tx->hw_list->fwd = htole32(Tx->hw_listaddr);
1381 if (sc->last_Tx->hw_list->fwd & 0x7)
1385 sc->last_Rx->hw_list->fwd);
  /src/lib/libform/
internals.h 74 struct _formi_tab_stops *fwd; member in struct:_formi_tab_stops
internals.c 250 new->tabs->fwd = NULL;
252 tp = tp->fwd;
256 if ((newt->fwd = malloc(sizeof(*newt->fwd))) == NULL) {
260 newt = tp->fwd;
270 memcpy(newt->fwd, tp, sizeof(*newt->fwd));
271 newt->fwd->back = newt;
272 newt = newt->fwd;
273 newt->fwd = NULL
    [all...]
field.c 910 nts = ts->fwd;
  /src/usr.bin/ul/
ul.c 83 static void fwd(struct CHAR *, size_t);
205 fwd(obuf, obuf_size);
390 fwd(struct CHAR *obuf, size_t obuf_size) function in typeref:typename:void
405 fwd(obuf, obuf_size);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am3517-evm-ui.dtsi 91 fwd {
92 label = "FWD";
bcm7445.dtsi 108 brcm,int-fwd-mask = <0x70000>;
121 brcm,int-fwd-mask = <0x0>;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
bcm7358.dtsi 90 brcm,int-fwd-mask = <0x70000>;
105 brcm,int-fwd-mask = <0>;
bcm7360.dtsi 90 brcm,int-fwd-mask = <0x70000>;
105 brcm,int-fwd-mask = <0>;
bcm7362.dtsi 96 brcm,int-fwd-mask = <0x70000>;
111 brcm,int-fwd-mask = <0>;
bcm7125.dtsi 96 brcm,int-fwd-mask = <0x70000>;
bcm7346.dtsi 96 brcm,int-fwd-mask = <0x70000>;
111 brcm,int-fwd-mask = <0>;
bcm7425.dtsi 98 brcm,int-fwd-mask = <0x70000>;
113 brcm,int-fwd-mask = <0>;
bcm7435.dtsi 113 brcm,int-fwd-mask = <0x70000>;
128 brcm,int-fwd-mask = <0>;
bcm7420.dtsi 97 brcm,int-fwd-mask = <0x70000>;
  /src/bin/ksh/
vi.c 1705 grabsearch(save, start, fwd, pat)
1706 int save, start, fwd;
1713 if ((start == 0 && fwd == 0) || (start >= hlast-1 && fwd == 1))
1715 if (fwd)
1720 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
1721 /* if (start != 0 && fwd && match(holdbuf, pat) >= 0) { */
1723 if (start != 0 && fwd && FILECMP(holdbuf, pat) >= 0) {
history.c 508 findhist(start, fwd, str, anchored)
510 int fwd;
516 int incr = fwd ? 1 : -1;
  /src/lib/libc/regex/
regcomp.c 93 sopno fwd; member in struct:branchc
725 bc->fwd = bc->start;
731 AHEAD(bc->fwd); /* fix previous offset */
732 bc->fwd = HERE();
747 AHEAD(bc->fwd);
  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 1900 int fwd; local in function:ipf_p_ftp_eprt6
1925 fwd = 1;
1933 if (fwd) {
1941 if (fwd == 1 && s[1] == ':') {
1948 fwd = 0;
1949 } else if (fwd == 0 && s[-1] == ':') {
1960 if (fwd) {
1968 if (fwd)
  /src/sys/netinet/
sctp_output.c 6470 struct sctp_tmit_chunk *chk, *fwd; local in function:sctp_chunk_retransmission
6484 fwd = NULL;
6525 fwd = chk;
6577 /* Clean up the fwd-tsn list */
6583 * that and a fwd-tsn with it all.
6685 fwd = TAILQ_NEXT(chk, sctp_next);
6686 while (fwd) {
6687 if (fwd->sent != SCTP_DATAGRAM_RESEND) {
6689 fwd = TAILQ_NEXT(fwd, sctp_next)
    [all...]
sctp_indata.c 3208 * We can't fwd-tsn past any that are reliable
4122 /* C3. See if we need to send a Fwd-TSN */
4126 * ISSUE with ECN, see FWD-TSN processing for notes
4132 /* ECN Nonce: Disable Nonce Sum check when FWD TSN is sent and store resync tsn*/
4291 * sacked after fwd-tsn sent.
4389 struct sctp_forward_tsn_chunk *fwd, int *abort_flag)
4394 * that acknowledges the FWD-TSN we must reset the
4400 * it is really related to PR-SCTP and FWD-TSN's
4403 /* The pr-sctp fwd tsn */
4426 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk))
    [all...]
  /src/sys/dev/ic/
advlib.h 621 u_int8_t fwd; member in struct:asc_risc_q
653 u_int8_t fwd; member in struct:asc_risc_sg_list_q

Completed in 33 milliseconds