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

/freebsd-current/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 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"
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-current/usr.bin/hexdump/
H A Dhexdump.h67 typedef struct _fs { /* format strings */ struct
68 struct _fs *nextfs; /* linked list of format strings */
/freebsd-current/lib/libutil/
H A Dlibutil.h203 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_clock.c88 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \
96 .fdbkdiv_shift = _fs, \
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dummynet.c2461 drain_queue_fs_cb(void *_fs, void *arg) argument
2463 struct dn_fsk *fs = _fs;
2809 fs_cleanup(void *_fs, void *arg) argument
2811 struct dn_fsk *fs = _fs;

Completed in 183 milliseconds