Searched refs:mv (Results 226 - 250 of 482) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/hptmv/
H A Dentry.c197 set_fail_led(&pAdapter->mvSataAdapter, pVDev->u.disk.mv->channelNumber, 1);
208 MV_SATA_ADAPTER * pSataAdapter = pDevice->mv->mvSataAdapter;
218 hpt_printk(("too many retries on channel(%d)\n", pDevice->mv->channelNumber));
227 if (MvSataResetChannel(pSataAdapter, pDevice->mv->channelNumber))
232 hpt_printk(("Retry on channel(%d)\n", pDevice->mv->channelNumber));
385 pVDev->u.disk.mv = pMvSataChannel;
1060 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer);
1065 MV_SATA_CHANNEL *pSataChannel = pDev->mv;
1098 MV_SATA_CHANNEL *pSataChannel = pDev->mv;
1141 MV_SATA_CHANNEL *pSataChannel = pDev->mv;
[all...]
/freebsd-12-stable/sys/net/
H A Dif_ethersubr.c1228 struct mbuf mv, mb; local
1251 mv.m_next = m;
1252 mv.m_data = (caddr_t)&vlan;
1253 mv.m_len = sizeof(vlan);
1254 mb.m_next = &mv;
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh506 mv tmp in
508 mv tmp exp
521 mv tmp in
/freebsd-12-stable/contrib/mandoc/
H A Dconfigure21 [ -w config.log ] && mv config.log config.log.old
22 [ -w config.h ] && mv config.h config.h.old
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
466 # The rename failed, perhaps because mv can't rename something else
467 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A DMakefile.am191 $(AM_V_at)mv -f $@T $@
/freebsd-12-stable/contrib/openpam/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
466 # The rename failed, perhaps because mv can't rename something else
467 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/sqlite3/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
473 # The rename failed, perhaps because mv can't rename something else
474 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/unbound/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
466 # The rename failed, perhaps because mv can't rename something else
467 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/libevent/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
466 # The rename failed, perhaps because mv can't rename something else
467 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/gperf/src/
H A DMakefile.in49 MV = mv
/freebsd-12-stable/contrib/ldns/drill/
H A Dinstall-sh67 mvprog=${MVPROG-mv}
485 # The rename failed, perhaps because mv can't rename something else
486 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/ldns/
H A Dinstall-sh63 mvprog=${MVPROG-mv}
473 # The rename failed, perhaps because mv can't rename something else
474 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/ee/
H A Dcreate.make257 mv make.local make.lcl.old
/freebsd-12-stable/contrib/bmake/
H A Dbsd.after-import.mk108 mv ${.TARGET} ${.CURDIR}/Makefile
/freebsd-12-stable/crypto/heimdal/
H A Dinstall-sh67 mvprog=${MVPROG-mv}
485 # The rename failed, perhaps because mv can't rename something else
486 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/release/tools/
H A Dvmimage.subr119 mv ${VMBASE}.tmp ${VMBASE}
/freebsd-12-stable/sys/arm/mv/
H A Dmv_localbus.c54 #include <arm/mv/mvvar.h>
55 #include <arm/mv/mvwin.h>
H A Dtimer.c51 #include <arm/mv/mvreg.h>
52 #include <arm/mv/mvvar.h>
/freebsd-12-stable/crypto/openssh/
H A Dinstall-sh67 mvprog=${MVPROG-mv}
492 # The rename failed, perhaps because mv can't rename something else
493 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh67 mvprog=${MVPROG-mv}
493 # The rename failed, perhaps because mv can't rename something else
494 # to itself, or perhaps because mv is so ancient that it does not
/freebsd-12-stable/tools/tools/tinybsd/
H A Dtinybsd249 mv -f ${HOME}/tinybsd.log ${HOME}/tinybsd.log.old
472 mv ${CURRENTDIR}/mfsroot.gz ${IMGMNT}
/freebsd-12-stable/contrib/binutils/
H A DMakefile.in2626 mv -f dir.info.new dir.info ; \
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1659 mv t0, a0
1660 mv t3, a3
1661 mv t4, a4
1701 mv t1, sp
/freebsd-12-stable/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh191 mv stdout expout

Completed in 591 milliseconds

1234567891011>>