| /netbsd/src/sys/arch/vax/vax/ |
| D | locore.c | 92 const char *mv; in _start() local 102 mv = "MicroVAX"; in _start() 104 mv = "VAXstation"; in _start() 111 mv = NULL; in _start() 117 mv = "VAX 11/750"; in _start() 123 mv = "VAX 11/730"; in _start() 130 mv = NULL; in _start() 142 cpu_setmodel("%s 3100%s", mv, md); in _start() 143 mv = NULL; in _start() 148 cpu_setmodel("%s 2000", mv); in _start() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/man/ |
| D | Makefile.in | 40 (cmp -s junk $? || mv junk $?) && rm -f junk 48 (cmp -s junk $? || mv junk $?) && rm -f junk 53 (cmp -s junk $? || mv junk $?) && rm -f junk 58 (cmp -s junk $? || mv junk $?) && rm -f junk 63 (cmp -s junk $? || mv junk $?) && rm -f junk 68 (cmp -s junk $? || mv junk $?) && rm -f junk 73 (cmp -s junk $? || mv junk $?) && rm -f junk 78 (cmp -s junk $? || mv junk $?) && rm -f junk 83 (cmp -s junk $? || mv junk $?) && rm -f junk 91 (cmp -s junk $? || mv junk $?) && rm -f junk [all …]
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_mvec.h | 39 #define mbuf_vec_set_type(mv, i, type) \ argument 40 (mv)->mv_vec[(i)].mi_flags = (((mv)->mv_vec[(i)].mi_flags \ 43 #define mbuf_vec_get_type(mv, i) \ argument 44 ((mv)->mv_vec[(i)].mi_flags & MBUF_IOV_TYPE_MASK) 73 struct mbuf_vec *mv = mtomv(m); in m_iovinit() local 75 mv->mv_first = mv->mv_count = 0; in m_iovinit() 83 struct mbuf_vec *mv = mtomv(m); in m_iovappend() local 85 int idx = mv->mv_first + mv->mv_count; in m_iovappend() 90 if (mv->mv_count == 0) in m_iovappend() 93 iov = &mv->mv_vec[idx]; in m_iovappend() [all …]
|
| D | cxgb_osdep.c | 116 struct mbuf_vec *mv; in _m_explode() local 131 mv = (struct mbuf_vec *)((m)->m_pktdat); in _m_explode() 132 first = mv->mv_first; in _m_explode() 133 for (i = mv->mv_count + first - 1; i > first; i--) { in _m_explode() 134 type = mbuf_vec_get_type(mv, i); in _m_explode() 135 cl = mv->mv_vec[i].mi_base; in _m_explode() 136 offset = mv->mv_vec[i].mi_offset; in _m_explode() 137 len = mv->mv_vec[i].mi_len; in _m_explode() 157 m0->m_len = mv->mv_vec[i].mi_len; in _m_explode() 166 offset = mv->mv_vec[first].mi_offset; in _m_explode() [all …]
|
| /netbsd/src/usr.bin/vndcompress/ |
| D | Makefile | 19 && mv -f ${.TARGET}.tmp ${.TARGET} 26 && mv -f ${.TARGET}.tmp ${.TARGET} 33 && mv -f ${.TARGET}.tmp ${.TARGET} 42 && mv -f ${.TARGET}.tmp ${.TARGET} 47 && mv -f ${.TARGET}.tmp ${.TARGET} 52 && mv -f ${.TARGET}.tmp ${.TARGET} 59 && mv -f ${.TARGET}.tmp ${.TARGET} 66 && mv -f ${.TARGET}.tmp ${.TARGET} 72 && mv -f ${.TARGET}.tmp ${.TARGET} 78 && mv -f ${.TARGET}.tmp ${.TARGET} [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| D | Makefile.am | 72 mv check-authz.tmp check-authz 77 mv check-canon.tmp check-canon 82 mv check-cc.tmp check-cc 87 mv check-delegation.tmp check-delegation 92 mv check-des.tmp check-des 97 mv check-hdb-mitdb.tmp check-hdb-mitdb 102 mv check-fast.tmp check-fast 107 mv check-kdc.tmp check-kdc 112 mv check-kdc-weak.tmp check-kdc-weak 117 mv check-tester.tmp check-tester [all …]
|
| /netbsd/src/sys/external/bsd/drm/dist/scripts/ |
| D | create_lk_gpu.sh | 33 mv $DRMDIR/drm*.h $HDRDIR 34 mv $DRMDIR/*_drm.h $HDRDIR 45 mv $i*.[ch] $i/ 48 mv r300*.[ch] radeon/ 49 mv r600*.[ch] radeon/ 50 mv ObjectID.h radeon/ 51 mv atom*.[ch] radeon/ 53 mv nv*.[ch] nouveau/ 54 mv intel*.[ch] i915/ 55 mv dvo*.[ch] i915/
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| D | run_doxygen | 237 mv TEMP libstdc++.tag 248 mv annstrip.html annotated.html 299 sed "s=${oldh/\\/.}=${newh}=" $f > TEMP && mv TEMP $f 316 mv TEMP $f 325 mv TEMP $f 339 mv $f $newname 344 mv $f $newname 348 mv $f $newname 352 mv $f $newname 356 mv $f $newname [all …]
|
| /netbsd/src/sys/fs/nfs/ |
| D | nfs2netbsd.sh | 130 mv nfs/nfsproto.h nfs/oldnfsproto.h || exit 1 131 mv nfs/xdr_subs.h nfs/old_xdr_subs.h || exit 1 150 mv nfs/*.[ch] fs/nfs/common/ || exit 1 151 mv fs/nfs/*.[ch] fs/nfs/common/ || exit 1 152 mv fs/nfsserver fs/nfs/server || exit 1 153 mv fs/nfsclient fs/nfs/client || exit 1 154 mv nlm fs/nfs/nlm || exit 1 262 mv fs/nfs/* . || exit 1
|
| /netbsd/src/lib/libossaudio/ |
| D | oss4_mixer.c | 52 oss_mixer_value *mv; in _oss4_mixer_ioctl() local 441 mv = (oss_mixer_value *)argp; in _oss4_mixer_ioctl() 442 if (mv == NULL) { in _oss4_mixer_ioctl() 446 if (mv->ctrl == 0) { in _oss4_mixer_ioctl() 450 snprintf(devname, sizeof(devname), "/dev/mixer%d", mv->dev); in _oss4_mixer_ioctl() 453 mdi.index = mc.dev = mv->ctrl - 1; in _oss4_mixer_ioctl() 464 if (mv->value >= mdi.un.e.num_mem) { in _oss4_mixer_ioctl() 469 mc.un.ord = mdi.un.e.member[mv->value].ord; in _oss4_mixer_ioctl() 472 if (mv->value >= mdi.un.s.num_mem) { in _oss4_mixer_ioctl() 480 if (mv->value & (1 << i)) { in _oss4_mixer_ioctl() [all …]
|
| /netbsd/src/sys/dev/isa/ |
| D | aria.c | 1003 mixer_level_t *mv = &cp->un.value; in aria_mixer_set_port() local 1006 if (mv->num_channels == 1 || mv->num_channels == 2) { in aria_mixer_set_port() 1008 mv->num_channels; in aria_mixer_set_port() 1010 mv->level[0]; in aria_mixer_set_port() 1012 mv->level[1]; in aria_mixer_set_port() 1018 if (mv->num_channels == 1 || mv->num_channels == 2) { in aria_mixer_set_port() 1020 mv->num_channels; in aria_mixer_set_port() 1022 mv->level[0]; in aria_mixer_set_port() 1024 mv->level[1]; in aria_mixer_set_port() 1030 if (mv->num_channels == 1 || mv->num_channels == 2) { in aria_mixer_set_port() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/db/ |
| D | Makefile.am | 23 mv loaddump-db.tmp loaddump-db 28 mv add-modify-delete.tmp add-modify-delete 33 mv check-dbinfo.tmp check-dbinfo 38 mv check-aliases.tmp check-aliases 43 mv have-db.tmp have-db 47 mv krb5.conf.tmp krb5.conf 51 mv krb5.conf-sqlite.tmp krb5.conf-sqlite 55 mv krb5.conf-db3.tmp krb5.conf-db3 59 mv krb5.conf-db1.tmp krb5.conf-db1 63 mv krb5.conf-lmdb.tmp krb5.conf-lmdb [all …]
|
| /netbsd/src/external/bsd/file/ |
| D | file2netbsd | 72 mv /tmp/file3$$ $c && echo did source mods for $c 76 mv -f $FILE/doc/file.man $FILE/doc/file.1 77 mv -f $FILE/doc/libmagic.man $FILE/doc/libmagic.3 78 mv -f $FILE/doc/magic.man $FILE/doc/magic.5 91 mv /tmp/file4$$ $m && echo did manpage mods for $m 95 mv $FILE/magic/Magdir $FILE/magic/magdir
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | Makefile.in | 233 mv $@.o junk 235 mv junk $@.o 238 mv $@.o junk 240 mv junk $@.o 243 mv $@.o junk 245 mv junk $@.o 248 mv $@.o junk 250 mv junk $@.o 253 mv $@.o junk 255 mv junk $@.o [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| D | Makefile.am | 23 mv check-gss.tmp check-gss 28 mv check-gssmask.tmp check-gssmask 33 mv check-context.tmp check-context 38 mv check-spnego.tmp check-spnego 43 mv check-basic.tmp check-basic 48 mv check-ntlm.tmp check-ntlm 52 mv krb5.conf.tmp krb5.conf
|
| /netbsd/src/crypto/external/bsd/heimdal/ |
| D | heimdal2netbsd | 120 < $f > /tmp/heimdal1f$$ && mv /tmp/heimdal1f$$ $f && \ 173 < $f > /tmp/heimdal1f$$ && mv /tmp/heimdal1f$$ $f && \ 184 < $f > /tmp/heimdal1f$$ && mv /tmp/heimdal1f$$ $f && \ 192 < $f > /tmp/heimdal1f$$ && mv /tmp/heimdal1f$$ $f && \ 202 < $f > /tmp/heimdal1f$$ && mv /tmp/heimdal1f$$ $f && \ 212 mv /tmp/${prog}3n$$ $c && echo added NetBSD RCS tag to $c 221 mv /tmp/${prog}2m$$ $m && echo added NetBSD RCS tag to $m 228 mv /tmp/${prog}4t$$ $t && echo added NetBSD RCS tag to $t
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/doc/ |
| D | Makefile.am | 20 mv hcrypto.dxy.tmp hcrypto.dxy 25 mv hdb.dxy.tmp hdb.dxy 30 mv base.dxy.tmp base.dxy 35 mv hx509.dxy.tmp hx509.dxy 40 mv gssapi.dxy.tmp gssapi.dxy 45 mv krb5.dxy.tmp krb5.dxy 50 mv ntlm.dxy.tmp ntlm.dxy 55 mv wind.dxy.tmp wind.dxy 64 mv vars.texi.tmp vars.texi
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | Makefile.gnulib | 42 mv $@-t $@ 81 mv $@-t $@ 121 mv $@-t $@ 140 mv $@-t $@ 178 mv $@-t $@ 192 mv $@-t $@
|
| D | Makefile.am | 71 mv $@-t $@ 118 mv $@-t $@ 177 mv $@-t $@ 197 mv $@-t $@ 236 mv $@-t $@ 250 mv $@-t $@
|
| /netbsd/src/dist/pf/ |
| D | pf2netbsd | 154 verbose mv if.c if_compat.c 155 verbose mv if.h if_compat.h 160 verbose mv tcp_subr.c tcp_rndiss.c 161 verbose mv tcp_var.h tcp_rndiss.h 164 verbose mv etc libexec sbin share usr.sbin dist/pf/ 167 verbose mv net netinet dist/pf/ 194 mv /tmp/pf2n.$$ ${f}
|
| /netbsd/src/external/public-domain/xz/ |
| D | prepare-import.sh | 8 mv xz-5.2.4 dist 18 mv po/*.po po/*.gmo po.tmp/ 20 mv po.tmp po 33 mv configure.new ../configure
|
| /netbsd/src/tests/fs/tmpfs/ |
| D | t_rename.sh | 42 atf_check -s exit:1 -o empty -e ignore mv a/. c 43 atf_check -s exit:1 -o empty -e ignore mv a/.. c 76 atf_check -s exit:0 -o empty -e empty mv a c 96 atf_check -s exit:0 -o empty -e empty mv b a 109 atf_check -s exit:0 -o empty -e empty mv b a 110 atf_check -s exit:0 -o empty -e empty mv a c 119 atf_check -s exit:0 -o empty -e empty mv b a 120 atf_check -s exit:0 -o empty -e empty mv a c 121 atf_check -s exit:0 -o empty -e empty mv c/b d
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| D | Makefile.am | 245 mv test_ca.tmp test_ca 250 mv test_cert.tmp test_cert 255 mv test_chain.tmp test_chain 260 mv test_cms.tmp test_cms 265 mv test_crypto.tmp test_crypto 270 mv test_nist.tmp test_nist 275 mv test_nist2.tmp test_nist2 280 mv test_pkcs11.tmp test_pkcs11 285 mv test_java_pkcs11.tmp test_java_pkcs11 290 mv test_nist_cert.tmp test_nist_cert [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/can/ |
| D | Makefile.am | 23 mv test_can.tmp test_can 28 mv check-can.tmp check-can 32 mv krb5.conf.tmp krb5.conf 38 mv $@.tmp $@
|
| /netbsd/src/external/bsd/pcc/ |
| D | prepare-import.sh | 43 mv ${f}_tmp ${f} 74 mv work/pcc dist 77 mv work/config.h include/config.h 81 mv work/Makefile.inc Makefile.inc
|