Home
last modified time | relevance | path

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

/freebsd/libexec/rc/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
H A Dlinux18 local _fs _mount_point
19 _fs="$1"
22 if ! mount | grep -q "^$_fs on $_mount_point ("; then
24 mount "$@" -t "$_fs" "$_fs" "$_mount_point"
/freebsd/usr.bin/hexdump/
H A Dhexdump.h67 typedef struct _fs { /* format strings */ struct
68 struct _fs *nextfs; /* linked list of format strings */ argument
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_clock.c88 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \ argument
96 .fdbkdiv_shift = _fs, \
/freebsd/lib/libutil/
H A Dlibutil.h203 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c2461 drain_queue_fs_cb(void *_fs, void *arg) in drain_queue_fs_cb() argument
2463 struct dn_fsk *fs = _fs; in drain_queue_fs_cb()
2809 fs_cleanup(void *_fs, void *arg) in fs_cleanup() argument
2811 struct dn_fsk *fs = _fs; in fs_cleanup()
/freebsd/libexec/rc/
H A Drc.subr399 for _fs in $_fslist; do
403 if [ $on = $_fs ]; then
410 mount $_fs >/dev/null 2>&1