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

  /src/lib/libform/
internals.h 74 struct _formi_tab_stops *fwd; member in struct:_formi_tab_stops
  /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/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/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
  /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/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...]
  /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 24 milliseconds