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

/netbsd-current/distrib/miniroot/
H A Dinstall.sh213 while read _device_name _mp; do
214 if [ "$_mp" != "swap" ]; then
340 while read _dev _mp; do
341 if [ "$_mp" = "/" ]; then
342 echo /dev/$_dev $_mp ffs rw 1 1
343 elif [ "$_mp" = "swap" ]; then
346 echo /dev/$_dev $_mp ffs rw 1 2
H A Dinstall.sub183 local _mp
186 _mp=$1
189 if [ -n "$_mp" ]; then
191 Note: your filesystems are mounted under the temporary mount point \"$_mp\".
192 The pathname you are requested to enter below should NOT include the \"$_mp\"
214 if dir_has_sets "$_mp/$_dir" $THESETS
216 local_sets_dir="$_mp/$_dir"
220 The directory \"$_mp/$_dir\" does not exist, or does not hold any of the
1455 local _mp
1464 ( while read _dev _mp _fstyp
[all...]
H A Dupgrade.sh240 while read _dev _mp _fstype _rest ; do
247 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab
332 while read _dev _mp _fstype _rest ; do
337 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.c210 HBC_MAP_INFO *_mp = (hbc)->map_info + (index); \
212 _mp->map_class = (name); \
213 _mp->maps = maps_create((name), (value), DICT_FLAG_LOCK); \
215 _mp->map_class = 0; \
216 _mp->maps = 0; \

Completed in 95 milliseconds