| /dragonfly/sys/dev/sound/ |
| HD | clone.c | 194 struct snd_clone_entry *ce; in snd_clone_busy() local 201 TAILQ_FOREACH(ce, &c->head, link) { in snd_clone_busy() 202 if (ce->flags & SND_CLONE_BUSY) in snd_clone_busy() 321 struct snd_clone_entry *ce; in snd_clone_getdevtime() local 326 ce = dev->si_drv2; in snd_clone_getdevtime() 327 if (ce == NULL) in snd_clone_getdevtime() 330 SND_CLONE_ASSERT(ce->parent != NULL, ("NULL parent")); in snd_clone_getdevtime() 332 *tsp = ce->tsp; in snd_clone_getdevtime() 340 struct snd_clone_entry *ce; in snd_clone_getdevflags() local 344 ce = dev->si_drv2; in snd_clone_getdevflags() [all …]
|
| /dragonfly/lib/libc/citrus/ |
| HD | citrus_stdenc.c | 55 struct _citrus_stdenc *ce; in _citrus_stdenc_open() local 64 ce = malloc(sizeof(*ce)); in _citrus_stdenc_open() 65 if (ce == NULL) { in _citrus_stdenc_open() 69 ce->ce_ops = NULL; in _citrus_stdenc_open() 70 ce->ce_closure = NULL; in _citrus_stdenc_open() 71 ce->ce_module = NULL; in _citrus_stdenc_open() 72 ce->ce_traits = NULL; in _citrus_stdenc_open() 78 ce->ce_module = handle; in _citrus_stdenc_open() 80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module, in _citrus_stdenc_open() 87 ce->ce_ops = (struct _citrus_stdenc_ops *)malloc(sizeof(*ce->ce_ops)); in _citrus_stdenc_open() [all …]
|
| HD | citrus_stdenc.h | 62 _citrus_stdenc_init_state(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_init_state() argument 66 return ((*ce->ce_ops->eo_init_state)(ce, ps)); in _citrus_stdenc_init_state() 70 _citrus_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_mbtocs() argument 76 return ((*ce->ce_ops->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult, in _citrus_stdenc_mbtocs() 81 _citrus_stdenc_cstomb(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_cstomb() argument 87 return ((*ce->ce_ops->eo_cstomb)(ce, s, n, csid, idx, ps, nresult, in _citrus_stdenc_cstomb() 92 _citrus_stdenc_wctomb(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_wctomb() argument 97 return ((*ce->ce_ops->eo_wctomb)(ce, s, n, wc, ps, nresult, hooks)); in _citrus_stdenc_wctomb() 101 _citrus_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_put_state_reset() argument 106 return ((*ce->ce_ops->eo_put_state_reset)(ce, s, n, ps, nresult)); in _citrus_stdenc_put_state_reset() [all …]
|
| HD | citrus_stdenc_template.h | 65 _FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() 85 ce->ce_closure = ei; in _FUNCNAME() 87 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce)); in _FUNCNAME() 93 _FUNCNAME(stdenc_uninit)(struct _citrus_stdenc * __restrict ce) in _FUNCNAME() 96 if (ce) { in _FUNCNAME() 97 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce)); in _FUNCNAME() 98 free(ce->ce_closure); in _FUNCNAME() 103 _FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() 107 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps)); in _FUNCNAME() 113 _FUNCNAME(stdenc_mbtocs)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() [all …]
|
| HD | citrus_none.c | 57 _citrus_NONE_stdenc_init(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_init() argument 65 ce->ce_closure = NULL; in _citrus_NONE_stdenc_init() 71 _citrus_NONE_stdenc_uninit(struct _citrus_stdenc *ce __unused) in _citrus_NONE_stdenc_uninit() 77 _citrus_NONE_stdenc_init_state(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_init_state() 85 _citrus_NONE_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_mbtocs() 106 _citrus_NONE_stdenc_cstomb(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_cstomb() 161 _citrus_NONE_stdenc_mbtowc(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_mbtowc() 189 _citrus_NONE_stdenc_wctomb(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_wctomb() 212 _citrus_NONE_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_put_state_reset() 223 _citrus_NONE_stdenc_get_state_desc(struct _stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_get_state_desc()
|
| /dragonfly/sys/kern/ |
| HD | subr_kobj.c | 128 kobj_method_t *ce; in kobj_lookup_method_class() local 130 for (ce = methods; ce && ce->desc; ce++) in kobj_lookup_method_class() 131 if (ce->desc == desc) in kobj_lookup_method_class() 132 return(ce); in kobj_lookup_method_class() 140 kobj_method_t *ce; in kobj_lookup_method_mi() local 143 ce = kobj_lookup_method_class(cls, desc); in kobj_lookup_method_mi() 144 if (ce) in kobj_lookup_method_mi() 145 return(ce); in kobj_lookup_method_mi() 150 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi() 151 if (ce) in kobj_lookup_method_mi() [all …]
|
| /dragonfly/usr.bin/top/ |
| HD | color.c | 128 color_entry *ce; in color_env_parse() local 146 ce = (color_entry *)malloc(sizeof(color_entry)); in color_env_parse() 148 ce->tag = (char *)malloc(len + 1); in color_env_parse() 149 strncpy(ce->tag, p, len); in color_env_parse() 150 ce->tag[len] = '\0'; in color_env_parse() 151 ce->min = atoi(++min); in color_env_parse() 152 ce->max = atoi(++max); in color_env_parse() 153 ce->color = color_slot(++str); in color_env_parse() 154 ce->next = entries; in color_env_parse() 155 entries = ce; in color_env_parse() [all …]
|
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.err.c | 395 struct cleanup_entry *ce; in cleanup_push_internal() local 405 ce = cleanup_stack + cleanup_sp; in cleanup_push_internal() 406 ce->var = var; in cleanup_push_internal() 407 ce->fn = fn; in cleanup_push_internal() 409 ce->file = file; in cleanup_push_internal() 410 ce->line = line; in cleanup_push_internal() 424 struct cleanup_entry *ce; in cleanup_ignore() local 426 ce = cleanup_stack + cleanup_sp; in cleanup_ignore() 427 while (ce != cleanup_stack) { in cleanup_ignore() 428 ce--; in cleanup_ignore() [all …]
|
| /dragonfly/sys/dev/drm/i915/ |
| HD | intel_lrc.c | 276 struct intel_context *ce = &ctx->engine[engine->id]; in intel_lr_context_descriptor_update() local 282 desc |= i915_ggtt_offset(ce->state) + LRC_HEADER_PAGES * PAGE_SIZE; in intel_lr_context_descriptor_update() 286 ce->lrc_desc = desc; in intel_lr_context_descriptor_update() 414 struct intel_context *ce = &rq->ctx->engine[rq->engine->id]; in execlists_update_context() local 417 u32 *reg_state = ce->lrc_reg_state; in execlists_update_context() 429 return ce->lrc_desc; in execlists_update_context() 498 struct intel_context *ce = in inject_preempt_context() local 505 GEM_BUG_ON(!IS_ALIGNED(ce->ring->size, WA_TAIL_BYTES)); in inject_preempt_context() 507 memset(ce->ring->vaddr + ce->ring->tail, 0, WA_TAIL_BYTES); in inject_preempt_context() 508 ce->ring->tail += WA_TAIL_BYTES; in inject_preempt_context() [all …]
|
| HD | intel_ringbuffer.c | 604 struct intel_context *ce = &request->ctx->engine[engine->id]; in reset_ring_common() local 609 if (ce->state) { in reset_ring_common() 611 i915_ggtt_offset(ce->state) | in reset_ring_common() 1418 struct intel_context *ce = &ctx->engine[engine->id]; in intel_ring_context_pin() local 1423 if (likely(ce->pin_count++)) in intel_ring_context_pin() 1425 GEM_BUG_ON(!ce->pin_count); /* no overflow please! */ in intel_ring_context_pin() 1427 if (!ce->state && engine->context_size) { in intel_ring_context_pin() 1436 ce->state = vma; in intel_ring_context_pin() 1439 if (ce->state) { in intel_ring_context_pin() 1444 ce->state->obj->mm.dirty = true; in intel_ring_context_pin() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | typeck2.c | 1275 constructor_elt *ce; in process_init_constructor_array() local 1315 FOR_EACH_VEC_SAFE_ELT (v, i, ce) in process_init_constructor_array() 1317 if (!ce->index) in process_init_constructor_array() 1318 ce->index = size_int (i); in process_init_constructor_array() 1319 else if (!check_array_designated_initializer (ce, i)) in process_init_constructor_array() 1320 ce->index = error_mark_node; in process_init_constructor_array() 1321 gcc_assert (ce->value); in process_init_constructor_array() 1322 ce->value in process_init_constructor_array() 1323 = massage_init_elt (TREE_TYPE (type), ce->value, nested, complain); in process_init_constructor_array() 1326 (ce->value == error_mark_node in process_init_constructor_array() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | typeck2.c | 1050 constructor_elt *ce; in process_init_constructor_array() local 1079 FOR_EACH_VEC_ELT (constructor_elt, v, i, ce) in process_init_constructor_array() 1081 if (ce->index) in process_init_constructor_array() 1083 gcc_assert (TREE_CODE (ce->index) == INTEGER_CST); in process_init_constructor_array() 1084 if (compare_tree_int (ce->index, i) != 0) in process_init_constructor_array() 1086 ce->value = error_mark_node; in process_init_constructor_array() 1091 ce->index = size_int (i); in process_init_constructor_array() 1092 gcc_assert (ce->value); in process_init_constructor_array() 1093 ce->value = digest_init_r (TREE_TYPE (type), ce->value, true, in process_init_constructor_array() 1096 if (ce->value != error_mark_node) in process_init_constructor_array() [all …]
|
| /dragonfly/contrib/mpfr/src/ |
| HD | cmp_abs.c | 31 mpfr_exp_t be, ce; in mpfr_cmpabs() local 63 ce = MPFR_EXP (c); in mpfr_cmpabs() 64 if (be > ce) in mpfr_cmpabs() 66 if (be < ce) in mpfr_cmpabs()
|
| HD | cmp.c | 34 mpfr_exp_t be, ce; in mpfr_cmp3() local 68 ce = MPFR_GET_EXP (c); in mpfr_cmp3() 69 if (be > ce) in mpfr_cmp3() 71 if (be < ce) in mpfr_cmp3()
|
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_ch.c | 197 struct changer_exchange *ce); 847 chexchange(struct cam_periph *periph, struct changer_exchange *ce) in chexchange() argument 859 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) || in chexchange() 860 (ce->ce_sdsttype > CHET_DT)) in chexchange() 862 if ((ce->ce_srcunit > (softc->sc_counts[ce->ce_srctype] - 1)) || in chexchange() 863 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) || in chexchange() 864 (ce->ce_sdstunit > (softc->sc_counts[ce->ce_sdsttype] - 1))) in chexchange() 870 if (((softc->sc_exchangemask[ce->ce_srctype] & in chexchange() 871 (1 << ce->ce_fdsttype)) == 0) || in chexchange() 872 ((softc->sc_exchangemask[ce->ce_fdsttype] & in chexchange() [all …]
|
| /dragonfly/share/termcap/ |
| HD | termcap.src | 130 # DTC 382 with VDU. Has no cd so we fake it with ce. Standout works but 145 :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\ 159 :ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\ 173 :cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\ 188 :al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\ 211 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 228 :mr=\E[7m:mh=\E[2m:mb=\E[5m:me=\E[m:ce=\E[K:cd=\E[J:cl=\E[H\E[J:\ 279 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 302 :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\ 327 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:cd=\E[J:ce=\E[K:\ [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/lto/ |
| HD | lto-symtab.c | 910 cgraph_node *ce = dyn_cast <cgraph_node *> (e); in lto_symtab_merge_symbols_1() local 915 if (ce) in lto_symtab_merge_symbols_1() 922 if (ce) in lto_symtab_merge_symbols_1() 923 lto_cgraph_replace_node (ce, dyn_cast<cgraph_node *> (to)); in lto_symtab_merge_symbols_1() 934 if (ce) in lto_symtab_merge_symbols_1() 936 lto_free_function_in_decl_state_for_node (ce); in lto_symtab_merge_symbols_1() 937 if (!ce->weakref) in lto_symtab_merge_symbols_1() 938 ce->release_body (); in lto_symtab_merge_symbols_1() 939 ce->reset (); in lto_symtab_merge_symbols_1() 940 symtab->call_cgraph_removal_hooks (ce); in lto_symtab_merge_symbols_1()
|
| /dragonfly/contrib/gdtoa/ |
| HD | smisc.c | 140 ULong *ce, *x, *xe; local 145 ce = c + ((n-1) >> kshift) + 1; 159 while(c < ce)
|
| /dragonfly/sys/dev/raid/ciss/ |
| HD | ciss.c | 2215 struct ciss_error_info *ce; in _ciss_report_request() local 2220 ce = (struct ciss_error_info *)&(cc->sg[0]); in _ciss_report_request() 2227 ((ce->command_status == CISS_CMD_STATUS_DATA_OVERRUN) || in _ciss_report_request() 2228 (ce->command_status == CISS_CMD_STATUS_DATA_UNDERRUN)) && in _ciss_report_request() 2248 *command_status = ce->command_status; in _ciss_report_request() 2250 if (ce->command_status == CISS_CMD_STATUS_TARGET_STATUS) { in _ciss_report_request() 2251 *scsi_status = ce->scsi_status; in _ciss_report_request() 2258 ce->command_status, ciss_name_command_status(ce->command_status), in _ciss_report_request() 2259 ce->scsi_status); in _ciss_report_request() 2260 if (ce->command_status == CISS_CMD_STATUS_INVALID_COMMAND) { in _ciss_report_request() [all …]
|
| /dragonfly/sys/dev/disk/mpt/ |
| HD | mpt_debug.c | 783 SGE_CHAIN32 *ce = (SGE_CHAIN32 *) se; in mpt_dump_sgl() local 785 " Flgs=0x%x Len=0x%0x\n", ce, ce->Address, in mpt_dump_sgl() 786 ce->NextChainOffset, ce->Flags, ce->Length); in mpt_dump_sgl()
|
| /dragonfly/bin/dd/ |
| HD | ref.parodd | 6 00000040 40 c1 c2 43 c4 45 46 c7 c8 49 4a cb 4c cd ce 4f |@..C.EF..IJ.L..O| 14 000000c0 40 c1 c2 43 c4 45 46 c7 c8 49 4a cb 4c cd ce 4f |@..C.EF..IJ.L..O|
|
| HD | ref.parset | 6 00000040 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................| 14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
|
| /dragonfly/contrib/tcsh-6/nls/french/ |
| HD | set1 | 25 23 Pas de limite de ce type 35 33 Pas de gestion des travaux dans ce shell 48 46 Pas de travail de ce type 138 136 Pas de travail de ce type
|
| /dragonfly/contrib/file/src/ |
| HD | cdf.c | 1184 ce[i].f = CAST(t, CDF_TOLE(cep->f)) 1194 cdf_catalog_entry_t *ce; in cdf_unpack_catalog() local 1211 CDF_MALLOC(sizeof(cdf_catalog_t) + nr * sizeof(*ce))); in cdf_unpack_catalog() 1214 ce = (*cat)->cat_e; in cdf_unpack_catalog() 1215 memset(ce, 0, nr * sizeof(*ce)); in cdf_unpack_catalog() 1218 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog() 1580 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog() local 1587 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog() 1588 printf("\t%d %s %s", ce[i].ce_num, in cdf_dump_catalog() 1589 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name), in cdf_dump_catalog()
|
| HD | readcdf.c | 272 cdf_catalog_entry_t *ce; in cdf_file_catalog() local 279 ce = cat->cat_e; in cdf_file_catalog() 283 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name), in cdf_file_catalog()
|