Searched refs:_fs (Results 1 – 8 of 8) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | mdconfig | 68 _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 D | mdconfig2 | 69 _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 D | linux | 18 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 D | hexdump.h | 67 typedef struct _fs { /* format strings */ struct 68 struct _fs *nextfs; /* linked list of format strings */ argument
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 88 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \ argument 96 .fdbkdiv_shift = _fs, \
|
/freebsd/lib/libutil/ |
H A D | libutil.h | 203 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 2461 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 D | rc.subr | 392 for _fs in $_fslist; do 396 if [ $on = $_fs ]; then 403 mount $_fs >/dev/null 2>&1
|