Home
last modified time | relevance | path

Searched full:_files (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/
H A Datlas,sensor.yaml16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf
17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf
19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf
20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf
21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf
/freebsd/libexec/rc/rc.d/
H A Dldconfig19 local _dirs _files _ii _ldpaths _paths
27 _files=`find ${_ii} -type f`
28 if [ -n "${_files}" ]; then
29 _paths="${_paths} `cat ${_files} | sort -u`"
44 local _files _ins
H A Dmdconfig276 eval _files=\$mdconfig_${_md}_files
106 debug "${_md} files: ${_files}"
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
168 if [ -n "${_files}" -o -n "${_populate}" ]; then
171 if [ -n "${_files}" ]; then
172 cp -Rp ${_files} ${_mp}
183 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate
H A Dcfumass47 local err _files _template _new_template
54 _files=`find "${cfumass_dir}" -newer "${cfumass_image}" -print 2> /dev/null`
55 if [ ! -e "${cfumass_image}" -o -n "${_files}" ]; then
/freebsd/usr.bin/file/tests/
H A DMakefile5 _files!= echo ${SRCDIR}/*.testfile ${SRCDIR}/*.flags ${SRCDIR}/*.result ${SRCDIR}/*.magic
6 ${PACKAGE}FILES+=${_files}
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib47 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
74 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
94 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
H A Dzpool_upgrade.cfg157 # each entry should have corresponding ZPOOL_VERSION_*_FILES and
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib40 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
72 POOL_FILES=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_FILES"\
91 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
H A Dcleanup.ksh33 POOL_FILES=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_FILES"\
/freebsd/libexec/rc/
H A Drc.subr2773 local _var _dir _files
2778 _files="/etc/rc.conf"
2781 _files="${_dir%/rc.d}/rc.conf.d/${_name} ${_files}"
2785 /usr/bin/grep 2>/dev/null -rl "^${_var}=" $_files | /usr/bin/head -1
2829 local _var _files
/freebsd/share/man/man5/
H A Drc.conf.54388 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _files
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc3838 LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \
3843 OLD_FILES+=${LIB${LIBCOMPAT}_FILES}
3850 DEBUG_LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \
3855 OLD_FILES+=${DEBUG_LIB${LIBCOMPAT}_FILES}