Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/mandoc/
H A Dhtml.c634 int style_written, tflags; print_otag() local
838 int tflags; print_ctag() local
[all...]
/freebsd-src/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-src/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-src/crypto/openssl/crypto/x509/
H A Dx509_cmp.c470 unsigned long tflags = flags; in X509_chain_check_suiteb() local
/freebsd-src/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c448 char *data, uint8_t tflags) in ta_init_addr_radix() argument
1278 char *data, uint8_t tflags) in ta_init_chash() argument
2101 char *data, uint8_t tflags) in ta_init_ifidx() argument
2719 char *data, uint8_t tflags) in ta_init_numarray() argument
3259 ta_init_fhash(struct ip_fw_chain * ch,void ** ta_state,struct table_info * ti,char * data,uint8_t tflags) ta_init_fhash() argument
3868 ta_init_kfib(struct ip_fw_chain * ch,void ** ta_state,struct table_info * ti,char * data,uint8_t tflags) ta_init_kfib() argument
4054 ta_init_mac_radix(struct ip_fw_chain * ch,void ** ta_state,struct table_info * ti,char * data,uint8_t tflags) ta_init_mac_radix() argument
[all...]
H A Dip_fw_table.c74 uint8_t tflags; /* type flags */ member
1214 uint8_t tflags; in flush_table() local
3161 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config()
/freebsd-src/sys/dev/cxgbe/tom/
H A Dt4_tom.c630 uint64_t tflags = get_tcb_tflags(tcb); update_tcb_histent() local
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1317 uint32_t tflags; local
/freebsd-src/sys/netinet/
H A Dip_fw.h1008 uint8_t tflags; /* type flags */ member
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_torus.c757 bool parse_size(unsigned *tsz, unsigned *tflags, unsigned mask, in parse_size()