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

/freebsd-13-stable/libexec/rc/rc.d/
H A Dzfsbe29 while read _mp _name _canmount _mounted ; do
34 case "$_mp" in
41 mount -t zfs $_name ${_mp#/$_be}
71 mount -p | while read _dev _mp _type _rest; do
72 [ $_mp = "/" ] || continue
H A Dmdconfig245 local _mp _ret
47 _mp=$1
50 *" ${_mp} "*read-only*)
71 _mp=""
113 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
158 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
159 if [ ! -z "${_mp}" -a "${_mp}" = "${_mp%%%}" ]; then
165 [ -z "${_owner}" ] || chown -f ${_owner} ${_dev} ${_mp}
[all...]
H A Dmdconfig44 local _mp _ret
46 _mp=$1
49 *" ${_mp} "*read-only*)
70 _mp=""
104 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
157 local _md _mp _config _type _dev _file _fs _newfs _i
162 for _i in `df ${_dev} 2>/dev/null`; do _mp=${_i}; done
163 if [ -z "${_mp}" -o "${_mp}" != "${_mp
[all...]
/freebsd-13-stable/lib/libc/include/
H A Dnscache.h93 NSS_TLS_HANDLING(name##_mp); \
/freebsd-13-stable/sys/arm64/rockchip/clk/
H A Drk_cru.h100 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \
114 .main_parent = _mp, \
H A Drk3288_cru.c558 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \
572 .main_parent = _mp, \
/freebsd-13-stable/sys/netipsec/
H A Dipsec.h254 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \
255 (_ctx)->mp = (_mp); \
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h578 #define devres_find(_d, _rfn, _mfn, _mp) \
579 lkpi_devres_find(_d, _rfn, _mfn, _mp)
580 #define devres_destroy(_d, _rfn, _mfn, _mp) \
581 lkpi_devres_destroy(_d, _rfn, _mfn, _mp)

Completed in 144 milliseconds