Searched refs:did (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dexport_dynamic_warning.d4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiospci.c58 pcifinddev(int vid, int did, pcihdl_t *handle) argument
64 ret = pcibios_finddev(vid, did, 0, handle);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/test/
H A Dpci_user.c65 pcifinddev(int vid, int did, pcihdl_t *handle) argument
74 if (id == (vid | (did << 16))) {
/netbsd-6-1-5-RELEASE/share/doc/psd/20.ipctut/
H A Dsocketpair.c36 #define DATA1 "In Xanadu, did Kublai Khan . . ."
/netbsd-6-1-5-RELEASE/external/bsd/file/
H A Dfile2netbsd66 mv /tmp/file3$$ $c && echo did source mods for $c
85 mv /tmp/file4$$ $m && echo did manpage mods for $m
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/
H A Dlvm2netbsd83 mv /tmp/file3$$ $c && echo did source mods for $c
99 $m > `dirname $m`/$base && echo did manpage mods for $base
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Ddir-only-1.c31 #error escaped newline did not preserve beginning of line
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetround.c102 int did = 0; local
109 if (!did) {
111 did = 1;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dadd_n.asm76 cmpult r5, v1, r23 C U0 did it carry
83 cmpult r8, v0, r22 C U1 did it carry
92 $ret6f: cmpult r7, v1, r23 C U0 did it carry
111 cmpult r2, v0, cy1 C U1 did it carry
122 $ret0: cmpult r5, v1, cy0 C U0 did it carry
131 cmpult r8, v0, r22 C U1 did it carry
142 $ret2: cmpult r7, v1, r23 C U0 did it carry
151 cmpult r2, v0, cy1 C U1 did it carry
162 $ret4: cmpult r5, v1, cy0 C U0 did it carry
171 cmpult r8, v0, r22 C U1 did i
[all...]
H A Dsub_n.asm76 cmpult u1, v1, r23 C U0 did it borrow
83 cmpult u0, v0, r22 C U1 did it borrow
92 $ret6f: cmpult u1, v1, r23 C U0 did it borrow
111 cmpult u0, v0, cy1 C U1 did it borrow
122 $ret0: cmpult u1, v1, cy0 C U0 did it borrow
131 cmpult u0, v0, r22 C U1 did it borrow
142 $ret2: cmpult u1, v1, r23 C U0 did it borrow
151 cmpult u0, v0, cy1 C U1 did it borrow
162 $ret4: cmpult u1, v1, cy0 C U0 did it borrow
171 cmpult u0, v0, r22 C U1 did i
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_stripelocks.c668 int i, j, foundone = 0, did; local
686 for (did = 1, j = 0, q = p->granted; q;
696 did = 1;
698 did = 0;
700 if (!did)
707 for (did = 1, j = 0, q = p->waitersH; q;
716 did = 1;
718 did = 0;
720 if (!did)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/netif/
H A D3c90xb.c95 int did; member in struct:__anon5993
314 for (excard = &excards[0]; excard->did != -1; excard++) {
316 if (pcifinddev(0x10b7, excard->did, &mytag) == 0)
319 if (id == (0x10b7 | (excard->did << 16)))
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dmain.c1105 const char *did; local
1108 did = "\\\n\t:";
1123 (void) fprintf(f, "%ssu#%" PRIu32 ":", did, lp->d_secperunit);
1124 did = "";
1127 (void) fprintf(f, "%srm#%" PRIu16 ":", did, lp->d_rpm);
1128 did = "";
1131 (void) fprintf(f, "%sil#%" PRIu16 ":", did, lp->d_interleave);
1132 did = "";
1135 (void) fprintf(f, "%ssk#%" PRIu16 ":", did, lp->d_trackskew);
1136 did
[all...]
/netbsd-6-1-5-RELEASE/sbin/badsect/
H A Dbadsect.c103 int i, did = 0; local
193 did++;
196 if (did)
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/
H A Ddesign_gsrd1.c297 int did = 0; local
306 did++;
311 if (did == 0)
H A Ddesign_gsrd2.c350 int did = 0; local
356 did++;
360 did++;
367 if (did == 0)
/netbsd-6-1-5-RELEASE/usr.bin/getent/
H A Dgetent.c541 int did = 0; local
549 if (did)
560 if (did)
562 did++;
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_targets.c53 * did discovery ID
60 iscsi_portal_types_t dtype, uint32_t did)
80 portal->discoveryid = did;
420 * did = ID of SendTargets or iSNS for which portal was discovered
429 iscsi_portal_types_t dtype, uint32_t did)
441 portal = create_portal(target, addr, dtype, did);
448 } else if ((portal = create_portal(target, addr, dtype, did)) == NULL) {
59 create_portal(target_t *target, iscsi_portal_address_t *addr, iscsi_portal_types_t dtype, uint32_t did) argument
428 add_discovered_target(uint8_t * TargetName, iscsi_portal_address_t * addr, iscsi_portal_types_t dtype, uint32_t did) argument
/netbsd-6-1-5-RELEASE/distrib/mvme68k/miniroot/
H A Dinstall.md202 information for SCSI disks during boot, if possible. If you did not make it
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/gen/
H A Dudivsi3.S83 | did above was really the divide of some dividendB by some
/netbsd-6-1-5-RELEASE/distrib/miniroot/
H A Dupgrade.sh292 The preparations for upgrading your machine did not complete successfully.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/shark/
H A Dmsg.md.pl91 You only need to run this once and only if the 'boot-device' property did
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_target.c1012 uint32_t sid, did; local
1024 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2];
1026 if (FCPARAM(isp, chan)->isp_portid == did) {
1031 isp_prt(isp, ISP_LOGWARN, "%s: D_ID 0x%x not found on any channel", __func__, did);
1037 notify.nt_did = did;
1263 * did not set DiscPriv in the identify message. We don't care
1349 * did not set DiscPriv in the identify message. We don't care
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s1399 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1401 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
1977 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1979 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
2523 tst.l %d1 # did ifetch fail?
2535 tst.l %d1 # did ifetch fail?
2662 # no exception occurred. now, did a disabled, exact overflow occur with inexact
2664 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2682 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2684 btst &unfl_bit,FPSR_EXCEPT(%a6) # did underflo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A DMakefile.in727 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \

Completed in 303 milliseconds

1234