HomeSort by: relevance | last modified time | path
    Searched defs:cd (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /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/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/sys/compat/common/
tty_60.c 76 const struct cdevsw *cd = cdevsw_lookup(dev); local in function:compat_60_ptmget_ioctl
78 if (cd == NULL || cd->d_ioctl == NULL)
89 ret = (cd->d_ioctl)(dev, newcmd, pg, flag, l);
clockctl_50.c 63 const struct cdevsw *cd = cdevsw_lookup(dev); local in function:compat50_clockctlioctl
65 if (cd == NULL || cd->d_ioctl == NULL)
118 error = (cd->d_ioctl)(dev, CLOCKCTL_NTP_ADJTIME,
  /src/share/examples/amd/
amd.conf 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below).
11 [ /cd ]
12 map_name = /etc/amd/cd
  /src/sys/arch/zaurus/zaurus/
autoconf.c 151 cfdata_t cd; local in function:findroot
157 cd = device_cfdata(dv);
158 len = strlen(cd->cf_name);
160 if (strncmp(cd->cf_name, biv->devname, len) == 0 &&
161 biv->devname[len] - '0' == cd->cf_unit) {
  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 77 int cd; /* PCDn */ member in struct:gxpcic_slot_irqs
  /src/sys/net/npf/
npf_conf.c 115 npf_conndb_t *cd = npf_conndb_create(); local in function:npf_config_fini
121 npf_conn_load(npf, cd, false);
  /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/arch/evbarm/mpcsa/
mpcsa_machdep.c 362 cfdriver_t cd = config_cfdriver_lookup("at91twi"); local in function:mpcsa_device_register
365 if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {
  /src/usr.bin/btkey/
btkey.c 57 bool cf, cd, lf, ld, rf, rd, wf, wd, nk; local in function:main
62 cf = cd = lf = ld = rf = rd = wf = wd = nk = false;
82 cd = true;
139 if ((lf || ld) && (rf || rd || wf || wd || cf || cd || nk))
182 if (wf || wd || cf || cd)
206 if (cd) {
  /src/tests/lib/libc/gen/
t_vis.c 173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local in function:ATF_TC_BODY
187 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
189 ATF_REQUIRE(memcmp(jd, cd, jr) == 0);
  /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/sys/dev/sbus/
sio16.c 226 struct sio16_attach_args cd; local in function:sio16_attach
228 cd.cd_tag = sa->sa_bustag;
229 cd.cd_osc = sc->sc_clk * 100;
230 cd.cd_handle = (bus_space_handle_t)sc->sc_reg[i];
231 cd.cd_ackfunc = sio16_ackfunc;
232 cd.cd_ackfunc_arg = sc;
233 (void)config_found(self, (void *)&cd, NULL, CFARGS_NONE);
  /src/usr.bin/iconv/
iconv.c 100 iconv_t cd; local in function:do_conv
106 cd = iconv_open(to, from);
107 if (cd == (iconv_t)-1)
118 ret = __iconv(cd, __UNCONST(&in), &inbytes, &out,
157 ret = iconv(cd, NULL, NULL, &out, &outbytes);
167 iconv_close(cd);
  /src/sys/dev/isa/
i82365_isasubr.c 180 int cd, cscintr, intr, csc; local in function:pcic_isa_probe_interrupts
204 cd = pcic_read(h, PCIC_CARD_DETECT);
205 cd |= PCIC_CARD_DETECT_SW_INTR;
237 pcic_write(h, PCIC_CARD_DETECT, cd);
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 287 const struct cdevsw *cd = cdevsw_lookup(dev); local in function:linux_fakedev
292 if (cd == &wsdisplay_cdevsw)
297 if (cd == &ptc_cdevsw)
299 if (cd == &pts_cdevsw)
  /src/sys/dev/usb/
if_cdce.c 123 usb_config_descriptor_t *cd; local in function:cdce_attach
198 cd = usbd_get_config_descriptor(un->un_udev);
199 numalts = usbd_get_no_alts(cd, id->bInterfaceNumber);
if_ncm.c 99 usb_config_descriptor_t *cd; local in function:ncm_attach
165 cd = usbd_get_config_descriptor(un->un_udev);
166 numalts = usbd_get_no_alts(cd, id->bInterfaceNumber);
  /src/sys/dev/ic/
ld_icp.c 100 struct icp_cachedrv *cd = &icp->icp_cdr[icpa->icpa_unit]; local in function:ld_icp_attach
115 ld->sc_secperunit = cd->cd_size;
  /src/lib/libtelnet/
kerberos5.c 102 const unsigned char *cd = (const unsigned char *) d; local in function:Data
105 c = strlen(cd);
119 if ((*p++ = *cd++) == IAC)
sra.c 92 unsigned char *cd = d; local in function:Data
108 if ((*p++ = *cd++) == IAC)
  /src/sys/arch/amiga/stand/bootblock/boot/
main.c 119 struct cfdev *cd, *kcd; local in function:pain
264 for (ncd=0, cd=0; (cd = FindConfigDev(cd, -1, -1)); ncd++)
369 + sizeof(*nkcd) + ncd*sizeof(*cd)
422 while ((cd = FindConfigDev(cd, -1, -1))) {
423 *kcd = *cd;
  /src/sys/dev/pci/igma/
igmafb.c 380 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_guess_size
381 const struct igma_chip_ops *co = cd->ops;
382 int pipe = cd->use_pipe;
385 r = co->read_reg(cd, PIPE_HTOTAL(pipe));
387 r = co->read_reg(cd, PIPE_VTOTAL(pipe));
395 r = co->read_reg(cd, PF_WINSZ(pipe));
411 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_set_mode
412 const struct igma_chip_ops *co = cd->ops;
413 int pipe = cd->use_pipe;
420 b = co->read_vga(cd, 0x01)
511 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_planestart_quirk
536 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_pfitdisable_quirk
548 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_get_brightness_max
567 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_get_brightness
579 const struct igma_chip *cd = &sc->sc_chip; local in function:igmafb_set_brightness
    [all...]
  /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...]

Completed in 59 milliseconds

1 2 3