Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dmdconfig244 local _mp _ret
46 _mp=$1
49 *" ${_mp} "*read-only*)
70 _mp=""
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
157 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
158 if [ ! -z "${_mp}" -a "${_mp}" = "${_mp%%%}" ]; then
164 [ -z "${_owner}" ] || chown -f ${_owner} ${_dev} ${_mp}
165 [ -z "${_perms}" ] || chmod -f ${_perms} ${_dev} ${_mp}
172 cp -Rp ${_files} ${_mp}
[all …]
H A Dmdconfig43 local _mp _ret
45 _mp=$1
48 *" ${_mp} "*read-only*)
69 _mp=""
103 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
156 local _md _mp _config _type _dev _file _fs _newfs _i
161 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
162 if [ -z "${_mp}" -o "${_mp}" != "${_mp%%%}" ]; then
H A Dzfsbe28 while read _mp _name _canmount _mounted ; do
33 case "$_mp" in
40 mount -t zfs $_name ${_mp#/$_be}
70 mount -p | while read _dev _mp _type _rest; do
71 [ $_mp = "/" ] || continue
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h278 #define devres_find(_d, _rfn, _mfn, _mp) \ argument
279 lkpi_devres_find(_d, _rfn, _mfn, _mp)
280 #define devres_destroy(_d, _rfn, _mfn, _mp) \ argument
281 lkpi_devres_destroy(_d, _rfn, _mfn, _mp)
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h102 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument
116 .main_parent = _mp, \
H A Drk3288_cru.c506 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument
520 .main_parent = _mp, \
/freebsd/sys/netipsec/
H A Dipsec.h268 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument
269 (_ctx)->mp = (_mp); \
/freebsd/lib/libc/include/
H A Dnscache.h91 NSS_TLS_HANDLING(name##_mp); \