Searched refs:MP (Results 1 - 25 of 32) sorted by relevance

12

/src/etc/etc.hppa/
H A DMakefile.inc11 BUILD_KERNELS= GENERIC.MP RAMDISK
/src/sys/sys/
H A Dmount.h224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP)
225 #define VFS_LOADVNODE(MP, VP, KEY, KEY_LEN, NEW_KEY) \
226 (*(MP)->mnt_op->vfs_loadvnode)(MP, VP, KEY, KEY_LEN, NEW_KEY)
227 #define VFS_NEWVNODE(MP, DVP, VP, VAP, CRED, EXTRA, NEW_LEN, NEW_KEY) \
228 (*(MP)->mnt_op->vfs_newvnode)(MP, DVP, VP, VAP, CRED, EXTRA, \
231 #define VFS_RENAMELOCK_ENTER(MP) (*(M
[all...]
/src/tests/fs/lfs/
H A Dutil.h26 #define MP "/mp" macro
H A Dt_resize.c31 #define UNCHANGED_CONTROL MP "/3-a-random-file"
86 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
94 rump_sys_unmount(MP, 0);
104 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
108 fd = rump_sys_open(MP, O_RDONLY);
118 rump_sys_unmount(MP, 0);
124 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
128 fd = rump_sys_open(MP, O_RDONLY);
138 if (rump_sys_unmount(MP, 0) != 0)
150 if (rump_sys_mount(MOUNT_LFS, MP,
[all...]
H A Dt_rfw.c55 #define UNCHANGED_CONTROL MP "/3-unchanged-control"
56 #define TO_BE_DELETED MP "/4-to-be-deleted"
57 #define TO_BE_APPENDED MP "/5-to-be-appended"
58 #define NEWLY_CREATED MP "/6-newly-created"
97 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
117 rump_sys_unmount(MP, 0);
127 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
142 rump_sys_unmount(MP, 0);
170 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
174 if (rump_sys_unmount(MP,
[all...]
H A Dt_orphan.c32 #define UNCHANGED_CONTROL MP "/3-a-random-file"
92 if (rump_sys_mkdir(MP, 0777) == -1)
98 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof args) == -1)
158 if (rump_sys_mkdir(MP, 0777) == -1)
164 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof args) == -1)
177 if (rump_sys_unmount(MP, 0) != 0)
H A Dt_fcntl.c32 #define UNCHANGED_CONTROL MP "/3-a-random-file"
143 if (rump_sys_mount(MOUNT_LFS, MP, 0, argsp, sizeof *argsp) == -1)
156 fd = rump_sys_open(MP, O_RDONLY);
169 if (rump_sys_unmount(MP, 0) < 0)
183 if (rump_sys_mount(MOUNT_LFS, MP, 0, argsp, sizeof *argsp) == -1)
190 if (rump_sys_unmount(MP, 0) < 0)
340 sprintf(filename, "%s/%d", MP, i);
370 sprintf(filename, "%s/%d", MP, i);
H A Dutil.c53 if (rump_sys_mkdir(MP, 0777) == -1)
/src/tests/kernel/
H A Dt_unmount.c57 #define MP "/mnt" macro
72 RL(rump_sys_mkdir(MP, 0777));
73 RL(rump_sys_mount(MOUNT_TMPFS, MP, MNT_ASYNC, &args, sizeof(args)));
76 RL(rump_sys_chdir(MP));
81 /* get vnode of MP, unlocked */
82 RZ(rump_pub_namei(RUMP_NAMEI_LOOKUP, 0, MP, NULL, &vp, NULL));
91 ATF_REQUIRE_ERRNO(EBUSY, rump_sys_unmount(MP, 0) == -1);
/src/etc/etc.vax/
H A DMakefile.inc9 KERNEL_SETS= GENERIC GENERIC.MP GENERIC_USB
/src/etc/etc.macppc/
H A DMakefile.inc10 KERNEL_SETS= GENERIC GENERIC.MP GENERIC_601 POWERMAC_G5 \
11 POWERMAC_G5.MP
/src/etc/etc.sparc/
H A DMakefile.inc9 KERNEL_SETS= GENERIC GENERIC_SCSI3 GENERIC_SUN4U GENERIC.MP \
/src/usr.bin/mail/
H A Dformat.c290 #define MP(a) mp ? a : (*src = (p + 1), NULL) macro
308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines)));
310 return MP(sfmtint(src, p, (int)mp->m_blines));
312 return MP(sfmtint(src, p, (int)mp->m_lines));
316 return MP(sfmtoff(src, p, mp->m_size));
318 return MP(sfmtstr(src, p, mp == dot ? ">" : " "));
320 return MP(sfmtflag(src, p, mp));
357 #undef MP
/src/etc/
H A Dsecurity39 MP=/etc/master.passwd
188 awk -F: '!/^\+/ { print $1 " " $3 }' $MP | sort -k2n > $MPBYUID
189 awk -F: '{ print $1 " " $9 }' $MP | sort -k2 > $MPBYPATH
296 }' < $MP > $OUTPUT
298 printf "\nChecking the $MP file:\n"
302 awk -F: '{ print $1 }' $MP | sort | uniq -d > $OUTPUT
304 printf "\n$MP has duplicate user names.\n"
319 printf "\n$MP has duplicate user ids.\n"
510 { print $1 " " $9 }' $MP |
1077 echo $MP >
[all...]
/src/sys/arch/x86/conf/
H A Dfiles.x863 # options for MP configuration through the MP spec
133 # MP configuration using Intel SMP specification 1.4
136 # MP configuration using either ACPI or Intel SMP specification 1.4
139 # MP configuration using ACPI
/src/sys/external/isc/libsodium/dist/src/libsodium/
H A DMakefile.in2081 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2089 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2097 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2104 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
2111 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
2119 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2127 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2135 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2142 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libaesni_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo -MD -MP -MF crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Tpo -c -o crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo `test -f 'crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' || echo '$(srcdir)/'`crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
2149 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo -MD -MP
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_gt215.c118 u32 MP; local in function:read_pll
139 MP = M * P;
141 if (!MP)
144 return sclk * N / MP;
/src/usr.sbin/sysinst/arch/macppc/
H A Dmsg.md.pl57 {Kernel (GENERIC.MP)}
/src/usr.sbin/sysinst/arch/sparc/
H A Dmsg.md.pl60 {Kernel (GENERIC.MP)}
/src/sys/arch/arm/arm/
H A Dcpufunc_asm_armv7.S52 orrlt r0, r0, #TTBR_MPATTR @ MP, cachable (Normal WB)
53 orrge r0, r0, #TTBR_UPATTR @ Non-MP, cacheable, normal WB
152 orrlt r0, r0, #TTBR_MPATTR @ MP, cachable (Normal WB)
153 orrge r0, r0, #TTBR_UPATTR @ Non-MP, cacheable, normal WB
/src/sys/external/isc/libsodium/dist/build-aux/
H A Ddepcomp177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
H A Dconfig.guess796 CRAY*Y-MP:*:*:*)
1073 i*86:UNIX_SV:4.2MP:2.*)
1102 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1223 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
/src/sys/external/isc/libsodium/dist/
H A Ddepcomp177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
H A Dconfig.guess771 CRAY*Y-MP:*:*:*)
1035 i*86:UNIX_SV:4.2MP:2.*)
1064 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1185 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
/src/lib/librumpuser/build-aux/
H A Ddepcomp177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;

Completed in 19 milliseconds

12