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.kshlib46 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
73 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
93 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
H A Dzpool_upgrade.cfg156 # 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.subr1411 _files=
1413 _out=$(/usr/sbin/sysrc -Fif $_file "$rcvar") && _files="$_files $_file"
1415 /usr/sbin/sysrc -x "$rcvar" && echo "$rcvar deleted in ${_files# }"
1417 checkyesno service_delete_empty || _files=
1418 for _file in $_files; do
/freebsd/share/man/man5/
H A Drc.conf.54410 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _files
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc3649 LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \
3654 OLD_FILES+=${LIB${LIBCOMPAT}_FILES}
3661 DEBUG_LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \
3666 OLD_FILES+=${DEBUG_LIB${LIBCOMPAT}_FILES}