Searched refs:_fs (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dmdconfig68 _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
H A Dmdconfig269 _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
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.h68 typedef struct _fs { /* format strings */ struct
69 struct _fs *nextfs; /* linked list of format strings */
/freebsd-9.3-release/sbin/reboot/
H A Dnextboot.sh101 df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
/freebsd-9.3-release/lib/libutil/
H A Dlibutil.h189 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dummynet.c2026 drain_queue_fs_cb(void *_fs, void *arg) argument
2028 struct dn_fsk *fs = _fs;

Completed in 124 milliseconds