Home
last modified time | relevance | path

Searched refs:DIR1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Drandom_creation.ksh27 DIR1="${TESTDIR}/RANDOM2"
29 log_must mv "${DIR}" "${DIR1}"
34 for i in $(cd "${DIR1}" ; ls -U . ) ; do
/freebsd/sys/x86/include/
H A Dspecialreg.h1020 #define DIR1 0xff macro
/freebsd/sys/x86/x86/
H A Didentcpu.c1322 cyrix_did = read_cyrix_reg(DIR1) << 8; in identifycyrix()