Searched refs:ed (Results 1 - 25 of 257) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z80/
H A Dblock.d9 [ ]+0:[ ]+ed a0[ ]+ldi
10 [ ]+2:[ ]+ed b0[ ]+ldir
11 [ ]+4:[ ]+ed a8[ ]+ldd
12 [ ]+6:[ ]+ed b8[ ]+lddr
13 [ ]+8:[ ]+ed a1[ ]+cpi
14 [ ]+a:[ ]+ed b1[ ]+cpir
15 [ ]+c:[ ]+ed a9[ ]+cpd
16 [ ]+e:[ ]+ed b9[ ]+cpdr
17 [ ]+10:[ ]+ed a3[ ]+outi
18 [ ]+12:[ ]+ed b
[all...]
H A Dinout.d10 [ ]+2:[ ]+ed 78[ ]+in a,\(c\)
11 [ ]+4:[ ]+ed 40[ ]+in b,\(c\)
12 [ ]+6:[ ]+ed 48[ ]+in c,\(c\)
13 [ ]+8:[ ]+ed 50[ ]+in d,\(c\)
14 [ ]+a:[ ]+ed 58[ ]+in e,\(c\)
15 [ ]+c:[ ]+ed 60[ ]+in h,\(c\)
16 [ ]+e:[ ]+ed 68[ ]+in l,\(c\)
18 [ ]+12:[ ]+ed 79[ ]+out \(c\),a
19 [ ]+14:[ ]+ed 41[ ]+out \(c\),b
20 [ ]+16:[ ]+ed 4
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dhchangered35 '; echo '1,$p') | ed - $1 | perl -e '
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootinfo_biosgeom.c67 struct biosdisk_extinfo ed; local
84 if (set_geometry(&d, &ed))
103 ed.size, ed.flags, ed.cyl, ed.head, ed.sec,
104 ed.totsec, ed.sbytes);
108 bibg->disk[nvalid].totsec = ed
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Ded_mca.c136 struct ed_softc *ed = device_private(self); local
142 ed->edc_softc = sc;
143 ed->sc_devno = eda->edc_drive;
144 edc_add_disk(sc, ed);
146 bufq_alloc(&ed->sc_q, "disksort", BUFQ_SORT_RAWBLOCK);
147 simple_lock_init(&ed->sc_q_lock);
149 if (ed_get_params(ed, &drv_flags)) {
155 (u_int64_t) ed->sc_capacity * DEV_BSIZE);
158 ed->cyl, ed
194 struct ed_softc *ed; local
386 edgetdefaultlabel(struct ed_softc *ed, struct disklabel *lp) argument
421 edgetdisklabel(dev_t dev, struct ed_softc *ed) argument
457 struct ed_softc *ed = device_lookup_private(&ed_cd, DISKUNIT(dev)); local
637 struct ed_softc *ed; /* disk unit to do the I/O */ local
698 ed_get_params(struct ed_softc *ed, int *drv_flags) argument
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/x_ed/
H A DMakefile2 # Build an ed without crypt support
4 SRCDIR= ${.CURDIR}/../../../bin/ed
6 PROG= ed
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_any.c132 struct any_cursor_extra_data *ed; local
140 ed = (struct any_cursor_extra_data *)c->data;
141 for (ed->a = a; ed->a != NULL; ed->a = ed->a->next) {
142 ret = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor);
146 if (ed->a == NULL) {
162 struct any_cursor_extra_data *ed; local
193 struct any_cursor_extra_data *ed; local
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_vis.c100 } ed[] = { local
109 for (size_t i = 0; i < __arraycount(ed); i++) {
110 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error);
111 if (ed[i].error > 0)
112 ATF_REQUIRE(memcmp(ed[i].d, uv, ed[i].error) == 0);
/netbsd-6-1-5-RELEASE/bin/ed/test/
H A DMakefile5 ED?= ../obj/ed
26 rm -f *.ed *.red *.[oz] *~
H A Dckscripts.sh4 # This script runs the .ed scripts generated by mkscripts.sh
22 for i in *.ed; do
28 if $base.ed; then
H A Dmkscripts.sh4 # This script generates ed test scripts (.ed) from .t files
21 # ) >$base.ed
22 # chmod +x $base.ed
24 # use of ed but the point is that it can be done...
38 w $base.ed
39 !chmod +x $base.ed
55 # ) >$base-err.ed
56 # chmod +x $base-err.ed
58 # use of ed bu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dequiv1.s1 ;# Re-definition of an already .equiv-ed symbol (to another symbol).
H A Dequiv2.s1 ;# Re-definition of an already .equiv-ed symbol (to an expression).
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c223 equiv_intrinsic(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed __unused)
245 equiv_plain(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
247 return (equiv_node(stdp->t_tdesc, ttdp->t_tdesc, ed));
251 equiv_function(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
260 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed))
264 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed))
272 equiv_array(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
276 if (!equiv_node(ar1->ad_contents, ar2->ad_contents, ed) ||
277 !equiv_node(ar1->ad_idxtype, ar2->ad_idxtype, ed))
287 equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
359 equiv_node(tdesc_t *ctdp, tdesc_t *mtdp, equiv_data_t *ed) argument
417 equiv_data_t *ed = arg; local
452 equiv_data_t ed; local
504 equiv_data_t ed; local
[all...]
/netbsd-6-1-5-RELEASE/share/man/tools/
H A Dprnames20 ed - $file >> $TMPDIR/names$dir <<!
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/s390/
H A Dzarch-z9-ec.d38 .*: b3 ed 00 26 [ ]*eextr %r2,%f6
60 .*: ed 21 40 03 60 40 [ ]*sldt %f6,%f2,3\(%r1,%r4\)
61 .*: ed 21 40 03 60 48 [ ]*slxt %f6,%f2,3\(%r1,%r4\)
62 .*: ed 21 40 03 60 41 [ ]*srdt %f6,%f2,3\(%r1,%r4\)
63 .*: ed 21 40 03 60 49 [ ]*srxt %f6,%f2,3\(%r1,%r4\)
66 .*: ed 61 20 03 00 50 [ ]*tdcet %f6,3\(%r1,%r2\)
67 .*: ed 61 20 03 00 54 [ ]*tdcdt %f6,3\(%r1,%r2\)
68 .*: ed 61 20 03 00 58 [ ]*tdcxt %f6,3\(%r1,%r2\)
69 .*: ed 61 20 03 00 51 [ ]*tdget %f6,3\(%r1,%r2\)
70 .*: ed 6
[all...]
H A Desa-operands.d18 1c: ed 10 30 02 00 1a [ ]*adb %f1,2\(%r3\)
19 22: ed 24 50 03 10 1e [ ]*madb %f1,%f2,3\(%r4,%r5\)
/netbsd-6-1-5-RELEASE/bin/
H A DMakefile4 SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
/netbsd-6-1-5-RELEASE/bin/ed/
H A DMakefile5 PROG= ed
17 #LINKS= ${BINDIR}/ed ${BINDIR}/red
18 #MLINKS= ed.1 red.1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-io.d9 0: 48 ed rex.W in \(%dx\),%eax
10 2: 66 48 ed data32 rex.W in \(%dx\),%eax
H A Dfma4.d9 [ ]*[a-f0-9]+: c4 e3 ed 69 fc 60 vfmaddpd %ymm4,%ymm6,%ymm2,%ymm7
10 [ ]*[a-f0-9]+: c4 e3 ed 69 39 60 vfmaddpd \(%ecx\),%ymm6,%ymm2,%ymm7
11 [ ]*[a-f0-9]+: c4 e3 ed 68 fc 60 vfmaddps %ymm4,%ymm6,%ymm2,%ymm7
12 [ ]*[a-f0-9]+: c4 e3 ed 68 39 60 vfmaddps \(%ecx\),%ymm6,%ymm2,%ymm7
15 [ ]*[a-f0-9]+: c4 e3 ed 5d fc 60 vfmaddsubpd %ymm4,%ymm6,%ymm2,%ymm7
16 [ ]*[a-f0-9]+: c4 e3 ed 5d 39 60 vfmaddsubpd \(%ecx\),%ymm6,%ymm2,%ymm7
17 [ ]*[a-f0-9]+: c4 e3 ed 5c fc 60 vfmaddsubps %ymm4,%ymm6,%ymm2,%ymm7
18 [ ]*[a-f0-9]+: c4 e3 ed 5c 39 60 vfmaddsubps \(%ecx\),%ymm6,%ymm2,%ymm7
19 [ ]*[a-f0-9]+: c4 e3 ed 5f fc 60 vfmsubaddpd %ymm4,%ymm6,%ymm2,%ymm7
20 [ ]*[a-f0-9]+: c4 e3 ed
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dubsa.c168 usb_endpoint_descriptor_t *ed; local
250 ed = usbd_interface2endpoint_descriptor(sc->sc_iface[0], i);
251 if (ed == NULL) {
257 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN &&
258 UE_GET_XFERTYPE(ed->bmAttributes) == UE_INTERRUPT) {
259 sc->sc_intr_number = ed->bEndpointAddress;
260 sc->sc_isize = UGETW(ed->wMaxPacketSize);
261 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN &&
262 UE_GET_XFERTYPE(ed->bmAttributes) == UE_BULK) {
263 uca.bulkin = ed
[all...]
H A Du3g.c261 usb_endpoint_descriptor_t *ed; local
280 ed = NULL;
282 ed = usbd_interface2endpoint_descriptor(iface, i);
283 if (ed == NULL)
285 if (UE_GET_DIR(ed->bEndpointAddress) != UE_DIR_OUT)
287 if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK)
294 err = usbd_open_pipe(iface, ed->bEndpointAddress,
298 ed->bEndpointAddress);
601 usb_endpoint_descriptor_t *ed; local
644 ed
871 usb_endpoint_descriptor_t *ed; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/
H A Dadm5120_extio.c129 extio_attach_args_create(struct extio_attach_args *ea, struct extiodev *ed, argument
132 ea->ea_name = ed->ed_name;
133 ea->ea_addr = ed->ed_addr;
134 ea->ea_irq = ed->ed_irq;
137 ea->ea_gpio_mask = ed->ed_gpio_mask;
138 ea->ea_cfio = ed->ed_cfio;
291 struct extiodev *ed; local
364 for (ed = extiodevs; ed->ed_name != NULL; ed
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dbuild_diff.com11 $ CC ed.c
18 dir.obj,io.obj,util.obj,context.obj,ed.obj,ifdef.obj,normal.obj,-

Completed in 252 milliseconds

1234567891011