/src/tests/usr.bin/indent/ |
lsym_storage_class.c | 13 _Complex double cd; variable in typeref:typename:_Complex double 15 complex double cd; variable in typeref:typename:complex double
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
generic_regs.h | 33 #define GENERIC_GPIO_REG_LIST_ENTRY(type, cd, id) \ 40 GENERIC_GPIO_REG_LIST_ENTRY(MASK, cd, id),\ 41 GENERIC_GPIO_REG_LIST_ENTRY(A, cd, id),\ 42 GENERIC_GPIO_REG_LIST_ENTRY(EN, cd, id),\ 43 GENERIC_GPIO_REG_LIST_ENTRY(Y, cd, id)\ 50 #define GENERIC_MASK_SH_LIST(mask_sh, cd) \ 51 {(DC_GENERIC ## cd ##__GENERIC ## cd ##_EN## mask_sh),\ 52 (DC_GENERIC ## cd ##__GENERIC ## cd ##_SEL## mask_sh) [all...] |
ddc_regs.h | 36 #define DDC_GPIO_REG_LIST_ENTRY(type,cd,id) \ 38 .type ## _mask = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MASK,\ 39 .type ## _shift = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## __SHIFT 41 #define DDC_GPIO_REG_LIST(cd,id) \ 43 DDC_GPIO_REG_LIST_ENTRY(MASK,cd,id),\ 44 DDC_GPIO_REG_LIST_ENTRY(A,cd,id),\ 45 DDC_GPIO_REG_LIST_ENTRY(EN,cd,id),\ 46 DDC_GPIO_REG_LIST_ENTRY(Y,cd,id)\ 49 #define DDC_REG_LIST(cd,id) \ 50 DDC_GPIO_REG_LIST(cd,id), [all...] |
hpd_regs.h | 41 #define HPD_GPIO_REG_LIST_ENTRY(type,cd,id) \ 48 HPD_GPIO_REG_LIST_ENTRY(MASK,cd,id),\ 49 HPD_GPIO_REG_LIST_ENTRY(A,cd,id),\ 50 HPD_GPIO_REG_LIST_ENTRY(EN,cd,id),\ 51 HPD_GPIO_REG_LIST_ENTRY(Y,cd,id)\
|
/src/sys/net/npf/ |
npf_conndb.c | 137 npf_conndb_t *cd; local in function:npf_conndb_create 139 cd = kmem_zalloc(sizeof(npf_conndb_t), KM_SLEEP); 140 cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY); 141 KASSERT(cd->cd_map != NULL); 143 LIST_INIT(&cd->cd_list); 144 LIST_INIT(&cd->cd_gclist); 145 return cd; 149 npf_conndb_destroy(npf_conndb_t *cd) 151 KASSERT(cd->cd_new == NULL); 152 KASSERT(cd->cd_marker == NULL) 166 npf_conndb_t *cd = atomic_load_relaxed(&npf->conn_db); local in function:npf_conndb_lookup [all...] |
/src/etc/etc.zaurus/ |
Makefile.inc | 16 cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release 17 cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
|
/src/etc/etc.alpha/ |
Makefile.inc | 20 cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|
/src/etc/etc.x68k/ |
Makefile.inc | 19 cd ${KERNSRCDIR}/arch/x68k/stand/loadbsd && ${MAKE} release
|
/src/sys/dev/pci/igma/ |
igmafb.c | 377 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_guess_size 378 const struct igma_chip_ops *co = cd->ops; 379 int pipe = cd->use_pipe; 382 r = co->read_reg(cd, PIPE_HTOTAL(pipe)); 384 r = co->read_reg(cd, PIPE_VTOTAL(pipe)); 392 r = co->read_reg(cd, PF_WINSZ(pipe)); 408 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_set_mode 409 const struct igma_chip_ops *co = cd->ops; 410 int pipe = cd->use_pipe; 417 b = co->read_vga(cd, 0x01) 508 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_planestart_quirk 533 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_pfitdisable_quirk 545 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_get_brightness_max 564 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_get_brightness 576 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_set_brightness [all...] |
/src/etc/etc.hp300/ |
Makefile.inc | 18 cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir 20 cd ${KERNSRCDIR}/arch/hp300/stand && \
|
/src/sys/dev/pci/ |
igma.c | 250 igma_product_to_chip(const struct pci_attach_args *pa, struct igma_chip *cd) 258 cd->ops = &igma_bus_ops; 259 cd->num_gmbus = 6; 260 cd->num_pipes = ip->num_pipes; 261 cd->quirks = 0; 262 cd->backlight_factor = 1; 264 cd->gpio_offset = OLD_GPIOA; 265 cd->vga_cntrl = PCH_VGA_CNTRL; 266 cd->backlight_cntrl = OLD_BLC_PWM_CTL; 267 cd->backlight_cntrl2 = OLD_BLC_PWM_CTL2 516 const struct igma_chip *cd = &sc->sc_chip; local in function:igma_i2cbb_set_bits 560 const struct igma_chip *cd = &sc->sc_chip; local in function:igma_i2cbb_read [all...] |
/src/tests/lib/libm/ |
t_cabsl.cxx | 48 std::complex<double> cd(3.0,4.0); local in function:ATF_TEST_CASE_BODY 49 sum += std::abs(cd);
|
/src/etc/etc.i386/ |
Makefile.inc | 34 cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 35 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 36 cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
|
/src/distrib/prep/floppies/bootfloppy-common/ |
Makefile.inc | 15 ${TOOL_GZIP} -cd ${KERNEL} > ${TMPKERNEL}
|
/src/sys/dev/sbus/ |
magma.c | 264 cd1400_write_ccr(struct cd1400 *cd, u_char cmd) 266 while( cd1400_read_reg(cd, CD1400_CCR) ) 269 cd1400_write_reg(cd, CD1400_CCR, cmd); 276 cd1400_read_reg(struct cd1400 *cd, int reg) 278 return(cd->cd_reg[reg]); 285 cd1400_write_reg(struct cd1400 *cd, int reg, u_char value) 287 cd->cd_reg[reg] = value; 294 cd1400_enable_transmitter(struct cd1400 *cd, int channel) 299 cd1400_write_reg(cd, CD1400_CAR, channel); 300 srer = cd1400_read_reg(cd, CD1400_SRER) 426 struct cd1400 *cd = &sc->ms_cd1400[chip]; local in function:magma_attach 467 struct cd1190 *cd = &sc->ms_cd1190[chip]; local in function:magma_attach 510 struct cd1400 *cd; local in function:magma_hard 898 struct cd1400 *cd; local in function:mttyopen 1218 struct cd1400 *cd = mp->mp_cd1400; local in function:mtty_modem_control 1284 struct cd1400 *cd = mp->mp_cd1400; local in function:mtty_param 1475 struct cd1400 *cd = mp->mp_cd1400; local in function:mbppopen 1689 struct cd1400 *cd = mp->mp_cd1400; local in function:mbpp_send 1732 struct cd1400 *cd = mp->mp_cd1400; local in function:mbpp_recv [all...] |
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_gc_test.c | 20 count_conns(npf_conndb_t *cd) 22 npf_conn_t *head = npf_conndb_getlist(cd), *conn = head; 27 conn = npf_conndb_getnext(cd, conn); 69 npf_conndb_t *cd = npf_conndb_create(); local in function:run_conn_gc 72 npf->conn_db = cd; 91 n = count_conns(cd); 97 npf_conndb_gc(npf, cd, false, false); 98 n = count_conns(cd); 105 npf_conndb_gc(npf, cd, true, false); 106 npf_conndb_destroy(cd); [all...] |
/src/tools/gcc/ |
lgpl3.mk | 10 MPCOBJ!= cd ${MPC}/lib/libmpc && ${PRINTOBJDIR} 11 MPFROBJ!= cd ${MPFR}/lib/libmpfr && ${PRINTOBJDIR} 12 GMPOBJ!= cd ${GMP}/lib/libgmp && ${PRINTOBJDIR}
|
/src/lib/libc/rpc/ |
svc_vc.c | 263 struct cf_conn *cd; local in function:makefd_xprt 273 cd = mem_alloc(sizeof(struct cf_conn)); 274 if (cd == NULL) 276 cd->strm_stat = XPRT_IDLE; 277 xdrrec_create(&(cd->xdrs), sendsize, recvsize, 279 xprt->xp_p1 = (caddr_t)(void *)cd; 280 xprt->xp_verf.oa_base = cd->verf_body; 306 struct cf_conn *cd; local in function:rendezvous_request 352 cd = (struct cf_conn *)newxprt->xp_p1; 354 cd->recvsize = r->recvsize 399 struct cf_conn *cd; local in function:__svc_vc_dodestroy 571 struct cf_conn *cd; local in function:write_vc 611 struct cf_conn *cd; local in function:svc_vc_stat 627 struct cf_conn *cd; local in function:svc_vc_recv 680 struct cf_conn *cd; local in function:svc_vc_reply 756 struct cf_conn *cd; local in function:__svc_clean_idle [all...] |
/src/etc/etc.amiga/ |
Makefile.inc | 19 ${TOOL_GZIP} -cd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz > \
|
/src/sys/arch/arm/dts/ |
sun8i-h2-plus-bananapi-p2-zero.dts | 80 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
|
/src/etc/etc.amd64/ |
Makefile.inc | 23 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx7d-sbc-imx7.dts | 23 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; 38 MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x59 /* CD */
|
/src/sys/dev/scsipi/ |
cd.c | 1 /* $NetBSD: cd.c,v 1.356 2024/12/01 20:23:45 andvar Exp $ */ 53 __KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.356 2024/12/01 20:23:45 andvar Exp $"); 105 #define CD_TOC_CDTEXT 5 /* special CD-TEXT, rarely used */ 183 CFATTACH_DECL3_NEW(cd, sizeof(struct cd_softc), cdmatch, cdattach, cddetach, 195 "PIONEER ", "CD-ROM DRM-600 ", ""}, 198 "NEC CD-ROM DRIVE:260", "", ""}, 274 struct cd_softc *cd = device_private(self); local in function:cdattach 275 struct dk_softc *dksc = &cd->sc_dksc; 286 cd->flags |= CDF_ANCIENT; 307 callout_init(&cd->sc_callout, 0) 336 struct cd_softc *cd = device_private(self); local in function:cddetach 387 struct cd_softc *cd = device_private(self); local in function:cd_firstopen 481 struct cd_softc *cd; local in function:cdopen 523 struct cd_softc *cd = device_private(self); local in function:cd_lastclose 558 struct cd_softc *cd; local in function:cdclose 711 struct cd_softc *cd = device_lookup_private(&cd_cd,CDUNIT(bp->b_dev)); local in function:cdstrategy 766 struct cd_softc *cd = device_private(dev); local in function:cd_diskstart 883 struct cd_softc *cd = v; local in function:cdrestart 898 struct cd_softc *cd = device_private(periph->periph_dev); local in function:cdstart 920 struct cd_softc *cd = device_private(xs->xs_periph->periph_dev); local in function:cddone 1023 struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(bp->b_dev)); local in function:cdminphys 1205 struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(dev)); local in function:cdioctl 1464 struct cd_softc *cd = device_private(self); local in function:cd_label [all...] |
/src/lib/libintl/ |
gettext_iconv.c | 116 iconv_t cd; local in function:__gettext_iconv 177 cd = iconv_open(tocode, fromcode); 178 if (cd == (iconv_t)-1) { 187 nvalid = iconv(cd, __UNCONST(&src), &srclen, &dst, &dstlen); 188 iconv_close(cd);
|
/src/sys/dev/usb/ |
usbnet.c | 413 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_txeof 426 KASSERT(cd->uncd_tx_cnt > 0); 427 cd->uncd_tx_cnt--; 494 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_start_locked 502 unp->unp_number, cd->uncd_tx_cnt, un->un_tx_list_cnt, 506 KASSERT(cd->uncd_tx_cnt <= un->un_tx_list_cnt); 515 if (cd->uncd_tx_cnt == un->un_tx_list_cnt) { 517 cd->uncd_tx_cnt, un->un_tx_list_cnt, 0, 0); 521 idx = cd->uncd_tx_prod; 523 while (cd->uncd_tx_cnt < un->un_tx_list_cnt) 620 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_rx_list_alloc 628 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_rx_list_free 639 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_rx_list_init 662 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_rx_list_fini 680 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_rx_start_pipes 709 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_tx_list_alloc 717 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_tx_list_free 728 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_tx_list_init 751 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_tx_list_fini 1260 struct usbnet_cdata * const cd = un_cdata(un); local in function:usbnet_watchdog [all...] |