| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 107 (((struct descriptor_header_s *)(descriptor))->command.sd.ctype == \ 130 /* 4 */ unsigned int ctype:5; member 163 /* 27 */ unsigned int ctype:5; member 174 unsigned int ctype:5; member 196 unsigned int ctype:5; member 211 unsigned int ctype:5; member 232 unsigned int ctype:5; member 248 unsigned int ctype:5; member
|
| /f-stack/freebsd/libkern/ |
| H A D | iconv_ucs.c | 87 void * ctype; member 129 dp->ctype = NULL; in iconv_ucs_open() 156 if (dp->ctype) in iconv_ucs_close() 157 iconv_close(dp->ctype); in iconv_ucs_close() 204 if (casetype == KICONV_FROM_LOWER && dp->ctype) { in iconv_ucs_conv() 205 code = towlower(code, dp->ctype); in iconv_ucs_conv() 207 code = towupper(code, dp->ctype); in iconv_ucs_conv() 304 if (casetype == KICONV_LOWER && dp->ctype) { in iconv_ucs_conv() 305 code = towlower(code, dp->ctype); in iconv_ucs_conv() 306 } else if (casetype == KICONV_UPPER && dp->ctype) { in iconv_ucs_conv() [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 109 enum comptype ctype); 115 enum comptype ctype); 1200 const enum comptype ctype) in ng_parse_composite() argument 1237 if (ctype != CT_STRUCT) { in ng_parse_composite() 1425 if (ctype != CT_STRUCT) { in ng_unparse_composite() 1470 const enum comptype ctype) in ng_get_composite_elem_default() argument 1475 switch (ctype) { in ng_get_composite_elem_default() 1516 const enum comptype ctype) in ng_get_composite_len() argument 1518 switch (ctype) { in ng_get_composite_len() 1560 switch (ctype) { in ng_get_composite_etype() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | cpufunc.c | 147 u_int ctype, dsize, cpuid; in get_cachetype_cp15() local 152 ctype = cp15_ctr_get(); in get_cachetype_cp15() 161 if (ctype == cpuid) in get_cachetype_cp15() 164 if (CPU_CT_FORMAT(ctype) == CPU_CT_ARMV7) { in get_cachetype_cp15() 195 dsize = CPU_CT_DSIZE(ctype); in get_cachetype_cp15()
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool_ops.c | 365 aura_init_req->ctype = NPA_AQ_CTYPE_AURA; in npa_lf_aura_pool_init() 372 pool_init_req->ctype = NPA_AQ_CTYPE_POOL; in npa_lf_aura_pool_init() 397 aura_init_req->ctype = NPA_AQ_CTYPE_AURA; in npa_lf_aura_pool_init() 419 pool_init_req->ctype = NPA_AQ_CTYPE_POOL; in npa_lf_aura_pool_init() 453 pool_req->ctype = NPA_AQ_CTYPE_POOL; in npa_lf_aura_pool_fini() 460 aura_req->ctype = NPA_AQ_CTYPE_AURA; in npa_lf_aura_pool_fini() 495 aura_req->ctype = NPA_AQ_CTYPE_AURA; in npa_lf_aura_pool_fini() 506 pool_req->ctype = NPA_AQ_CTYPE_POOL; in npa_lf_aura_pool_fini() 694 req->ctype = NPA_AQ_CTYPE_POOL; in npa_lf_aura_range_update_check()
|
| H A D | otx2_mempool_debug.c | 103 aq->ctype = NPA_AQ_CTYPE_POOL; in otx2_mempool_ctx_dump() 122 aq->ctype = NPA_AQ_CTYPE_AURA; in otx2_mempool_ctx_dump()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 190 ctype = _ffi.typeof(element) 191 if ctype is not specimen_ctype: 243 valptr = _ffi.new(typeinfo.ctype) 256 valptr = _ffi.new(typeinfo.ctype)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 46 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) in show_vdev_stats() argument 110 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0) in show_vdev_stats() 126 show_vdev_stats(tname, ctype, cnv, indent + 2); in show_vdev_stats()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 32 #include_next <sys/ctype.h>
|
| H A D | Makefile.am | 12 ctype.h \
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 309 aq->ctype = NIX_AQ_CTYPE_CQ; in nix_cq_rq_init() 355 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_cq_rq_init() 395 aq->ctype = NIX_AQ_CTYPE_CQ; in nix_cq_rq_init() 417 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_cq_rq_init() 440 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_rq_enb_dis() 461 aq->ctype = NIX_AQ_CTYPE_CQ; in nix_cq_rq_uninit() 476 aq->ctype = NIX_AQ_CTYPE_CQ; in nix_cq_rq_uninit() 498 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_cq_rq_uninit() 932 sq->ctype = NIX_AQ_CTYPE_SQ; in nix_sq_init() 985 aq->ctype = NIX_AQ_CTYPE_SQ; in nix_sq_uninit() [all …]
|
| H A D | otx2_stats.c | 314 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_queue_stats_reset() 323 aq->ctype = NIX_AQ_CTYPE_RQ; in nix_queue_stats_reset() 348 aq->ctype = NIX_AQ_CTYPE_SQ; in nix_queue_stats_reset() 357 aq->ctype = NIX_AQ_CTYPE_SQ; in nix_queue_stats_reset()
|
| H A D | otx2_rss.c | 34 req->ctype = NIX_AQ_CTYPE_RSS; in otx2_nix_rss_tbl_init() 57 req->ctype = NIX_AQ_CTYPE_RSS; in otx2_nix_rss_tbl_init()
|
| H A D | otx2_ethdev_debug.c | 405 aq->ctype = NIX_AQ_CTYPE_CQ; in otx2_nix_queues_ctx_dump() 421 aq->ctype = NIX_AQ_CTYPE_RQ; in otx2_nix_queues_ctx_dump() 436 aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_nix_queues_ctx_dump() 456 npa_aq->ctype = NPA_AQ_CTYPE_AURA; in otx2_nix_queues_ctx_dump()
|
| H A D | otx2_flow_ctrl.c | 109 aq->ctype = NIX_AQ_CTYPE_CQ; in otx2_nix_cq_bp_cfg()
|
| H A D | otx2_ethdev_sec.c | 799 aq->ctype = NIX_AQ_CTYPE_RQ; in otx2_eth_sec_update_tag_type()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_adptr.c | 34 aq->ctype = NIX_AQ_CTYPE_CQ; in sso_rxq_enable() 52 aq->ctype = NIX_AQ_CTYPE_RQ; in sso_rxq_enable() 135 aq->ctype = NIX_AQ_CTYPE_CQ; in sso_rxq_disable() 153 aq->ctype = NIX_AQ_CTYPE_RQ; in sso_rxq_disable() 432 aura_req->ctype = NPA_AQ_CTYPE_AURA; in sso_sqb_aura_limit_edit()
|
| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_npa.h | 168 uint64_t ctype : 4; member 180 uint64_t ctype : 4; member
|
| H A D | otx2_nix.h | 666 uint64_t ctype : 4; member 678 uint64_t ctype : 4; member
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | Makefile.am | 11 ctype.h \
|
| /f-stack/freebsd/contrib/openzfs/module/icp/spi/ |
| H A D | kcf_spi.c | 519 kcf_call_type_t ctype; in crypto_op_notification() local 524 if ((ctype = GET_REQ_TYPE(handle)) == CRYPTO_SYNCH) { in crypto_op_notification() 534 ASSERT(ctype == CRYPTO_ASYNCH); in crypto_op_notification()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 247 kcf_call_type_t ctype; in process_req_hwp() local 252 pd = ((ctype = GET_REQ_TYPE(ireq)) == CRYPTO_SYNCH) ? in process_req_hwp() 286 if (ctype == CRYPTO_SYNCH) { in process_req_hwp() 296 ASSERT(ctype == CRYPTO_ASYNCH); in process_req_hwp() 338 if (ctype == CRYPTO_SYNCH) in process_req_hwp()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_stub_funcs.c | 593 ar9300_Stub_GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE ctype, in ar9300_Stub_GetCapability() argument 602 ar9300_Stub_SetCapability(struct ath_hal *ah , HAL_CAPABILITY_TYPE ctype, in ar9300_Stub_SetCapability() argument
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.h | 681 uint8_t __otx2_io ctype; member 714 uint8_t __otx2_io ctype; member 799 uint8_t __otx2_io ctype; member
|
| /f-stack/tools/libxo/ |
| H A D | configure.ac | 72 AC_CHECK_HEADERS([ctype.h errno.h stdio.h stdlib.h])
|