/dflybsd-src/contrib/libpcap/ |
H A D | gencode.c | 443 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() 473 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() 598 initchunks(compiler_state_t *cstate) in initchunks() 610 newchunk_nolongjmp(compiler_state_t *cstate, size_t n) in newchunk_nolongjmp() 650 newchunk(compiler_state_t *cstate, size_t n) in newchunk() 663 freechunks(compiler_state_t *cstate) in freechunks() 679 sdup(compiler_state_t *cstate, const char *s) in sdup() 691 new_block(compiler_state_t *cstate, int code) in new_block() 703 new_stmt(compiler_state_t *cstate, int code) in new_stmt() 714 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk() [all …]
|
H A D | grammar.y | 257 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() 264 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num() 278 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num() 303 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num() 310 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num()
|
/dflybsd-src/sys/net/ |
H A D | slcompress.h | 121 struct cstate { struct 122 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument 139 struct cstate *last_cs; /* most recently used tstate */ argument
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | slcompress.h | 100 struct cstate { struct 101 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument 119 struct cstate *last_cs; /* most recently used tstate */ argument
|
/dflybsd-src/sys/dev/drm/ttm/ |
H A D | ttm_page_alloc.c | 229 enum ttm_caching_state cstate) in ttm_get_pool() 457 enum ttm_caching_state cstate, unsigned cpages) in ttm_set_pages_caching() 484 int ttm_flags, enum ttm_caching_state cstate, in ttm_handle_caching_state_failure() 502 int ttm_flags, enum ttm_caching_state cstate, in ttm_alloc_new_pages() 585 enum ttm_caching_state cstate, in ttm_page_pool_fill_locked() 645 enum ttm_caching_state cstate, in ttm_page_pool_get_pages() 678 enum ttm_caching_state cstate) in ttm_put_pages() 728 enum ttm_caching_state cstate) in ttm_get_pages()
|
H A D | ttm_page_alloc_dma.c | 324 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) in ttm_to_type()
|
/dflybsd-src/sys/dev/powermng/powernow/ |
H A D | powernow.c | 139 k8pnow_decode_pst(struct k8pnow_cpu_state *cstate, uint8_t * p) in k8pnow_decode_pst() 167 k8pnow_states(struct k8pnow_cpu_state *cstate, uint32_t cpusig, in k8pnow_states() 210 struct k8pnow_cpu_state *cstate; in k8_get_curfreq() local 234 struct k8pnow_cpu_state *cstate; in k8_powernow_setperf() local 320 struct k8pnow_cpu_state *cstate; in powernow_sysctl_helper() local 351 struct k8pnow_cpu_state *cstate; in powernow_init() local
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_pm.c | 2464 static uint32_t ilk_compute_pri_wm(const struct intel_crtc_state *cstate, in ilk_compute_pri_wm() 2494 static uint32_t ilk_compute_spr_wm(const struct intel_crtc_state *cstate, in ilk_compute_spr_wm() 2518 static uint32_t ilk_compute_cur_wm(const struct intel_crtc_state *cstate, in ilk_compute_cur_wm() 2535 static uint32_t ilk_compute_fbc_wm(const struct intel_crtc_state *cstate, in ilk_compute_fbc_wm() 2716 struct intel_crtc_state *cstate, in ilk_compute_wm_level() 2749 hsw_compute_linetime_wm(const struct intel_crtc_state *cstate) in hsw_compute_linetime_wm() 3032 static int ilk_compute_pipe_wm(struct intel_crtc_state *cstate) in ilk_compute_pipe_wm() 3672 struct intel_crtc_state *cstate; in intel_can_enable_sagv() local 3733 const struct intel_crtc_state *cstate, in skl_ddb_get_pipe_allocation_limits() 3849 skl_plane_downscale_amount(const struct intel_crtc_state *cstate, in skl_plane_downscale_amount() [all …]
|
H A D | intel_display.c | 12158 struct intel_crtc_state *cstate; in skl_update_crtcs() local 14406 struct drm_crtc_state *cstate; in sanitize_watermarks() local
|
/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 110 FSE_CState_t cstate; in ZSTD_fseBitCost() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lto-streamer-out.c | 510 sccs *cstate; member 551 sccs *cstate = w.cstate; in DFS() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.c | 3400 struct sccs *cstate = NULL; in gtc_visit() local 3800 struct sccs *cstate; in gimple_types_compatible_p_1() local 3938 struct sccs *cstate = NULL; in visit() local 4170 struct sccs *cstate; in iterative_hash_gimple_type() local
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | complete.c | 2505 static int delimiter, cstate; local
|
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | specialreg.h | 192 #define CPUID_MWAIT_CX_SUBCNT(edx, cstate) \ argument
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar5.c | 347 struct comp_state cstate; member
|