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

1 2

  /src/lib/libc/gdtoa/
strtold_subr.c 47 long double ld; local in function:__weak_alias
49 (void)STRTOP(GDTOA_LD_FMT)(nptr, endptr, &ld, loc);
50 return ld;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
DD.h 7 long double ld; member in union:__anon59157995010a
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
DD.h 7 long double ld; member in union:__anon126bbc6e010a
  /src/tests/lib/libc/stdlib/
t_div.c 65 ldiv_t ld; local in function:ATF_TC_BODY
67 ld = ldiv(NUM, DENOM);
69 ATF_CHECK(ld.quot == QUOT);
70 ATF_CHECK(ld.rem == REM);
t_strtod.c 190 volatile long double ld = strtold(inf_strings[i], NULL); local in function:ATF_TC_BODY
191 ATF_CHECK_MSG(isinf(ld), "inf_strings[%zu]=\"%s\" ld=%Lg=%La",
192 i, inf_strings[i], ld, ld);
252 volatile long double ld = strtold(nan_string, &end); local in function:ATF_TC_BODY
253 ATF_CHECK_MSG(isnan(ld), "nan_string=\"%s\" ld=%Lg=%La",
254 nan_string, ld, ld);
    [all...]
  /src/tests/lib/libc/gen/
t_floatunditf.c 43 long double ld; member in struct:__anonc6493feb0108
131 testcases[i].ld == (long double)testcases[i].u64,
133 testcases[i].ld,
  /src/tests/usr.bin/xlint/lint1/
msg_098.c 22 long double ld = 1234.5; local in function:example
  /src/libexec/ld.aout_so/
Makefile 9 UUDECODE_FILES= ld.so.${MACHINE_CPU}
11 UUDECODE_FILES= ld.so.${MACHINE_ARCH}
15 FILES= ld.so
18 UUDECODE_FILES_RENAME_${UUDECODE_FILES}= ld.so
22 ld.so: ${UUDECODE_FILES}
29 MAN= ld.aout_so.1
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
DD.h 7 long double ld; member in union:__anon76112916010a
  /src/tests/lib/libc/stdio/
t_printf.c 277 long double ld; local in function:ATF_TC_BODY
280 ld = strtold("1e309", &eptr);
282 ld = (double)ld;
283 ATF_CHECK(isfinite(ld) == 0);
284 snprintf(buf, sizeof buf, "%Lf\n", ld);
  /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;
109 ld = true;
139 if ((lf || ld) && (rf || rd || wf || wd || cf || cd || nk))
145 if (((bdaddr_any(&laddr) || bdaddr_any(&raddr)) && !(lf || ld))
146 || ((lf || ld) && (bdaddr_any(&laddr) || !bdaddr_any(&raddr)))
162 if (ld && !list_device())
  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 75 static struct hp300_load ld; variable in typeref:struct:hp300_load
238 ld.address = htobe32(loadpoint);
239 ld.count = htobe32(statb.st_size);
245 write(to, &ld, sizeof(ld));
249 return statb.st_size + sizeof(ld);
  /src/sys/dev/ic/
ld_cac.c 33 * Compaq array controller front-end for ld(4) driver.
91 struct ld_softc *ld = &sc->sc_ld; local in function:ld_cac_attach
95 ld->sc_dv = self;
105 ld->sc_secsize = CAC_GET2(dinfo.secsize);
106 ld->sc_maxxfer = CAC_MAX_XFER;
107 ld->sc_maxqueuecnt = (CAC_MAX_CCBS - 1) / cac->sc_nunits;
108 ld->sc_secperunit = CAC_GET2(dinfo.ncylinders) *
110 ld->sc_start = ld_cac_start;
111 ld->sc_dump = ld_cac_dump;
134 ld->sc_flags = LDF_ENABLED | LDF_MPSAFE
    [all...]
ld_mlx.c 33 * Mylex DAC960 front-end for ld(4) driver.
89 struct ld_softc *ld = &sc->sc_ld; local in function:ld_mlx_attach
94 ld->sc_dv = self;
97 ld->sc_maxxfer = MLX_MAX_XFER;
98 ld->sc_secsize = MLX_SECTOR_SIZE;
99 ld->sc_maxqueuecnt = 1;
100 ld->sc_start = ld_mlx_start;
101 ld->sc_dump = ld_mlx_dump;
102 ld->sc_secperunit = ms->ms_size;
105 * Report on current status, and attach to the ld driver proper
139 struct ld_softc *ld = &sc->sc_ld; local in function:ld_mlx_detach
    [all...]
ld_nvme.c 84 struct ld_softc *ld = &sc->sc_ld; local in function:ld_nvme_attach
90 ld->sc_dv = self;
103 ld->sc_secsize = 1 << f->lbads;
104 ld->sc_secperunit = ns->ident->nsze;
105 ld->sc_maxxfer = naa->naa_maxphys;
106 ld->sc_maxqueuecnt = naa->naa_qentries;
107 ld->sc_start = ld_nvme_start;
108 ld->sc_dump = ld_nvme_dump;
109 ld->sc_ioctl = ld_nvme_ioctl;
110 ld->sc_flags = LDF_ENABLED | LDF_NO_RND | LDF_MPSAFE
119 struct ld_softc *ld = &sc->sc_ld; local in function:ld_nvme_detach
    [all...]
ld_aac.c 83 struct ld_softc *ld = &sc->sc_ld; local in function:ld_aac_attach
87 ld->sc_dv = self;
90 ld->sc_flags = LDF_ENABLED;
91 ld->sc_maxxfer = AAC_MAX_XFER(aac);
92 ld->sc_secperunit = hdr->hd_size;
93 ld->sc_secsize = AAC_SECTOR_SIZE;
94 ld->sc_maxqueuecnt =
96 ld->sc_start = ld_aac_start;
97 ld->sc_dump = ld_aac_dump;
101 ldattach(ld, BUFQ_DISK_DEFAULT_STRAT)
    [all...]
ld_icp.c 33 * ICP-Vortex "GDT" front-end for ld(4) driver.
98 struct ld_softc *ld = &sc->sc_ld; local in function:ld_icp_attach
105 ld->sc_dv = self;
110 ld->sc_maxxfer = ICP_MAX_XFER;
111 ld->sc_secsize = ICP_SECTOR_SIZE;
112 ld->sc_start = ld_icp_start;
113 ld->sc_dump = ld_icp_dump;
114 ld->sc_ioctl = ld_icp_ioctl;
115 ld->sc_secperunit = cd->cd_size;
116 ld->sc_flags = LDF_ENABLED
    [all...]
  /src/sys/dev/pci/
ld_amr.c 33 * AMI RAID controller front-end for ld(4) driver.
83 struct ld_softc *ld = &sc->sc_ld; local in function:ld_amr_attach
88 ld->sc_dv = self;
91 ld->sc_maxxfer = amr_max_xfer;
92 ld->sc_maxqueuecnt = (amr->amr_maxqueuecnt - AMR_NCCB_RESV)
94 ld->sc_secperunit = amr->amr_drive[sc->sc_hwunit].al_size;
95 ld->sc_secsize = AMR_SECTOR_SIZE;
96 ld->sc_start = ld_amr_start;
97 ld->sc_dump = ld_amr_dump;
99 if (ld->sc_maxqueuecnt > AMR_MAX_CMDS_PU
    [all...]
ld_twa.c 35 * 3ware "Apache" RAID controller front-end for ld(4) driver.
109 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twa_attach
112 ld->sc_dv = self;
117 ld->sc_maxxfer = twa_get_maxxfer(twa_get_maxsegs());
118 ld->sc_secperunit = twa->sc_units[sc->sc_hwunit].td_size;
119 ld->sc_flags = LDF_ENABLED;
120 ld->sc_secsize = TWA_SECTOR_SIZE;
121 ld->sc_maxqueuecnt = twa->sc_units[sc->sc_hwunit].td_openings;
122 ld->sc_start = ld_twa_start;
123 ld->sc_dump = ld_twa_dump
132 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twa_detach
302 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twa_adjqparam
    [all...]
ld_twe.c 33 * 3ware "Escalade" RAID controller front-end for ld(4) driver.
96 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twe_attach
104 ld->sc_dv = self;
109 ld->sc_flags = LDF_ENABLED;
110 ld->sc_maxxfer = twe_get_maxxfer(twe_get_maxsegs());
111 ld->sc_secperunit = td->td_size;
112 ld->sc_secsize = TWE_SECTOR_SIZE;
113 ld->sc_maxqueuecnt = twe->sc_openings;
114 ld->sc_start = ld_twe_start;
115 ld->sc_dump = ld_twe_dump
161 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twe_detach
345 struct ld_softc *ld = &sc->sc_ld; local in function:ld_twe_adjqparam
    [all...]
  /src/sys/arch/usermode/dev/
ld_thunkbus.c 98 struct ld_softc *ld = &sc->sc_ld; local in function:ld_thunkbus_attach
104 ld->sc_dv = self;
119 ld->sc_flags = LDF_ENABLED;
120 ld->sc_maxxfer = MAXPHYS;
121 ld->sc_secsize = 512;
122 ld->sc_secperunit = size / ld->sc_secsize;
123 ld->sc_maxqueuecnt = 1;
124 ld->sc_start = ld_thunkbus_ldstart;
125 ld->sc_dump = ld_thunkbus_lddump
146 struct ld_softc *ld = arg; local in function:ld_aio_sig
202 struct ld_softc *ld = arg; local in function:ld_thunkbus_complete
260 struct ld_softc *ld = arg; local in function:ld_thunkbus_complete
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 149 struct vmw_legacy_display *ld = vmw_priv->ldu_priv; local in function:vmw_ldu_del_active
155 if (--(ld->num_active) == 0) {
156 BUG_ON(!ld->fb);
157 if (ld->fb->unpin)
158 ld->fb->unpin(ld->fb);
159 ld->fb = NULL;
169 struct vmw_legacy_display *ld = vmw_priv->ldu_priv; local in function:vmw_ldu_add_active
173 BUG_ON(!ld->num_active && ld->fb)
    [all...]
  /src/sys/kern/
subr_userconf.c 204 const struct cflocdesc *ld; local in function:userconf_pdev
242 ld = ia->ci_locdesc;
245 printf(" %s ", ld[i].cld_name);
246 if (!ld[i].cld_defaultstr
247 || (l[i] != ld[i].cld_default))
387 const struct cflocdesc *ld; local in function:userconf_change
412 ld = ia->ci_locdesc;
417 userconf_modify(&ld[ln], l);
  /src/lib/libm/ld80/
s_logl.c 434 struct ld { struct
446 k_logl(long double x, struct ld *rp)
665 struct ld r;
684 struct ld r;
701 struct ld r;
  /src/sys/dev/i2o/
ld_iop.c 33 * I2O front-end for ld(4) driver, supporting random block storage class
121 struct ld_softc *ld = &sc->sc_ld; local in function:ld_iop_attach
135 ld->sc_dv = self;
168 ld->sc_maxqueuecnt = 1;
170 ld->sc_maxxfer = IOP_MAX_XFER;
171 ld->sc_dump = ld_iop_dump;
172 ld->sc_ioctl = ld_iop_ioctl;
173 ld->sc_start = ld_iop_start;
174 ld->sc_flags = LDF_MPSAFE;
196 ld->sc_secsize = le32toh(param.p.bdi.blocksize)
555 struct ld_softc *ld = &sc->sc_ld; local in function:ld_iop_adjqparam
    [all...]

Completed in 49 milliseconds

1 2