Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c422 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 Dgrammar.y.in261 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 Dslcompress.h114 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 Dslcompress.h112 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 Dttm_page_alloc.c143 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 Dttm_page_alloc_dma.c353 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 Dunwrap.c61 int cstate; in unwrap_des() local
233 int cstate; in unwrap_des3() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c97 FSE_CState_t cstate; in ZSTD_fseBitCost() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c112 FSE_CState_t cstate; in ZSTD_fseBitCost() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c517 wlan_channel_state_to_snmp(uint8_t cstate) in wlan_channel_state_to_snmp()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c351 struct comp_state cstate; member