Home
last modified time | relevance | path

Searched defs:tflags (Results 1 – 12 of 12) 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.c640 int style_written, tflags; in print_otag() local
847 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.c970 int tflags = flags | CMS_KEY_PARAM; in cms_main() local
1084 int tflags = flags; in cms_main() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c472 unsigned long tflags = flags; in X509_chain_check_suiteb() local
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c450 char *data, uint8_t tflags) in ta_init_addr_radix()
1280 char *data, uint8_t tflags) in ta_init_chash()
2103 char *data, uint8_t tflags) in ta_init_ifidx()
2721 char *data, uint8_t tflags) in ta_init_numarray()
3260 char *data, uint8_t tflags) in ta_init_fhash()
3869 char *data, uint8_t tflags) in ta_init_kfib()
4055 char *data, uint8_t tflags) in ta_init_mac_radix()
H A Dip_fw_table.c74 uint8_t tflags; /* type flags */ member
1157 uint8_t tflags; in flush_table() local
2849 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c646 uint64_t tflags = get_tcb_tflags(tcb); in update_tcb_histent() local
/freebsd/sys/security/mac_do/
H A Dmac_do.c526 flags_t *tflags; in parse_target_clause() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1323 uint32_t tflags; local
/freebsd/sys/netinet/
H A Dip_fw.h1077 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()