Home
last modified time | relevance | path

Searched defs:tflags (Results 1 – 11 of 11) sorted by relevance

/freebsd/sbin/ipfw/
H A Dtables.c354 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) in table_parse_type()
376 table_print_type(char *tbuf, size_t size, uint8_t type, uint8_t tflags) in table_print_type()
1188 uint8_t tflags) in tentry_fill_key_type()
1458 uint8_t type, tflags; in tentry_fill_key() local
/freebsd/contrib/mandoc/
H A Dhtml.c634 int style_written, tflags; in print_otag() local
838 int tflags; in print_ctag() local
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c447 str2flags(struct flag *tflags, char *sflags) in str2flags()
472 flags2str(struct flag *tflags, long long flags) in flags2str()
/freebsd/crypto/openssl/apps/
H A Dcms.c961 int tflags = flags | CMS_KEY_PARAM; in cms_main() local
1068 int tflags = flags; in cms_main() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c470 unsigned long tflags = flags; in X509_chain_check_suiteb() local
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c448 char *data, uint8_t tflags) in ta_init_addr_radix()
1278 char *data, uint8_t tflags) in ta_init_chash()
2101 char *data, uint8_t tflags) in ta_init_ifidx()
2719 char *data, uint8_t tflags) in ta_init_numarray()
3259 char *data, uint8_t tflags) in ta_init_fhash()
3868 char *data, uint8_t tflags) in ta_init_kfib()
4054 char *data, uint8_t tflags) in ta_init_mac_radix()
H A Dip_fw_table.c74 uint8_t tflags; /* type flags */ member
1214 uint8_t tflags; in flush_table() local
3176 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c630 uint64_t tflags = get_tcb_tflags(tcb); in update_tcb_histent() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1317 uint32_t tflags; local
/freebsd/sys/netinet/
H A Dip_fw.h1008 uint8_t tflags; /* type flags */ member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c757 bool parse_size(unsigned *tsz, unsigned *tflags, unsigned mask, in parse_size()