Home
last modified time | relevance | path

Searched refs:_fs (Results 1 – 8 of 8) sorted by relevance

/NextBSD/etc/rc.d/
HDmdconfig68 _fs=""
89 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
97 debug "${_md} fs: ${_fs}"
103 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
109 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then
111 if is_readonly ${_fs}; then
112 warn "${_fs} is mounted read-only, skipping ${_md}."
156 local _md _mp _config _type _dev _file _fs _newfs _i
160 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then
HDmdconfig269 _fs=""
95 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
103 debug "${_md} fs: ${_fs}"
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
123 if [ "${_type}" = "vnode" -a "${_fs}" != "/" ]; then
127 if is_readonly ${_fs}; then
128 warn "${_fs} is mounted read-only, skipping ${_md}."
183 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate
189 if [ ! -r "${_file}" -o "${_fs}" = "/" ]; then
/NextBSD/usr.bin/hexdump/
HDhexdump.h68 typedef struct _fs { /* format strings */ struct
69 struct _fs *nextfs; /* linked list of format strings */ argument
/NextBSD/sbin/reboot/
HDnextboot.sh101 df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
/NextBSD/lib/libutil/
HDlibutil.h196 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
/NextBSD/sys/netpfil/ipfw/
HDip_dummynet.c2036 drain_queue_fs_cb(void *_fs, void *arg) in drain_queue_fs_cb() argument
2038 struct dn_fsk *fs = _fs; in drain_queue_fs_cb()
/NextBSD/etc/
HDrc.subr220 for _fs in $_fslist; do
224 if [ $on = $_fs ]; then
231 mount $_fs >/dev/null 2>&1
/NextBSD/contrib/subversion/
HDbuild-outputs.mk698 subversion/bindings/swig/python/_fs.la: $(python_fs_DEPS)
699 …cd subversion/bindings/swig/python && $(LINK_PY_WRAPPER) $(python_fs_LDFLAGS) -o _fs.la $(LT_NO_UN…
1072 …a subversion/bindings/swig/python/_diff.la subversion/bindings/swig/python/_fs.la subversion/bindi…
1260 …a subversion/bindings/swig/python/_diff.la subversion/bindings/swig/python/_fs.la subversion/bindi…
1270 cd subversion/bindings/swig/python ; $(INSTALL_SWIG_PY) _fs.la $(DESTDIR)$(swig_pydir)/_fs.la
1479 python_fs: subversion/bindings/swig/python/_fs.la