Searched defs:cstate (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 422 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() 452 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() 583 initchunks(compiler_state_t *cstate) in initchunks() 595 newchunk_nolongjmp(compiler_state_t *cstate, size_t n) in newchunk_nolongjmp() 635 newchunk(compiler_state_t *cstate, size_t n) in newchunk() 648 freechunks(compiler_state_t *cstate) in freechunks() 664 sdup(compiler_state_t *cstate, const char *s) in sdup() 676 new_block(compiler_state_t *cstate, int code) in new_block() 688 new_stmt(compiler_state_t *cstate, int code) in new_stmt() 699 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk() [all …]
|
H A D | grammar.y.in | 261 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) 296 pfreason_to_num(compiler_state_t *cstate, const char *reason) 338 pfaction_to_num(compiler_state_t *cstate, const char *action)
|
/freebsd/sys/net/ |
H A D | slcompress.h | 114 struct cstate { struct 115 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument 132 struct cstate *last_cs; /* most recently used tstate */ argument
|
/freebsd/usr.sbin/ppp/ |
H A D | slcompress.h | 112 struct cstate { struct 113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument 131 struct cstate *last_cs; /* most recently used tstate */ argument
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc.c | 143 ttm_caching_state_to_vm(enum ttm_caching_state cstate) in ttm_caching_state_to_vm() 188 ttm_vm_page_alloc(int flags, enum ttm_caching_state cstate) in ttm_vm_page_alloc() 307 enum ttm_caching_state cstate) in ttm_get_pool() 479 enum ttm_caching_state cstate, unsigned cpages) in ttm_set_pages_caching() 506 int ttm_flags, enum ttm_caching_state cstate, in ttm_handle_caching_state_failure() 524 int ttm_flags, enum ttm_caching_state cstate, unsigned count) in ttm_alloc_new_pages() 599 int ttm_flags, enum ttm_caching_state cstate, unsigned count) in ttm_page_pool_fill_locked() 658 enum ttm_caching_state cstate, in ttm_page_pool_get_pages() 688 enum ttm_caching_state cstate) in ttm_put_pages() 731 enum ttm_caching_state cstate) in ttm_get_pages()
|
H A D | ttm_page_alloc_dma.c | 353 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) in ttm_to_type()
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | unwrap.c | 61 int cstate; in unwrap_des() local 233 int cstate; in unwrap_des3() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 97 FSE_CState_t cstate; in ZSTD_fseBitCost() local
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 112 FSE_CState_t cstate; in ZSTD_fseBitCost() local
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_sys.c | 517 wlan_channel_state_to_snmp(uint8_t cstate) in wlan_channel_state_to_snmp()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar5.c | 351 struct comp_state cstate; member
|