OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/sys/sys/
mount.h
224
#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
) (*(MP)->mnt_op->vfs_renamelock_enter)(MP
[
all
...]
/src/tests/fs/lfs/
util.h
26
#define
MP
"/
mp
"
t_resize.c
31
#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
, 0, &args, sizeof(args)) == -1
[
all
...]
t_rfw.c
55
#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
, 0) != 0
[
all
...]
t_orphan.c
32
#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)
t_fcntl.c
32
#define UNCHANGED_CONTROL
MP
"/3-a-random-file"
116
if (rump_sys_mount(MOUNT_LFS,
MP
, 0, argsp, sizeof *argsp) == -1)
128
fd = rump_sys_open(
MP
, O_RDONLY);
141
if (rump_sys_unmount(
MP
, 0) < 0)
155
if (rump_sys_mount(MOUNT_LFS,
MP
, 0, argsp, sizeof *argsp) == -1)
162
if (rump_sys_unmount(
MP
, 0) < 0)
util.c
53
if (rump_sys_mkdir(
MP
, 0777) == -1)
/src/tests/kernel/
t_unmount.c
57
#define
MP
"/mnt"
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/usr.sbin/sysinst/arch/macppc/
msg.md.de
56
{Kernel (GENERIC.
MP
)}
msg.md.en
55
{Kernel (GENERIC.
MP
)}
msg.md.es
55
{N�cleo (GENERIC.
MP
)}
msg.md.fr
55
{Kernel (GENERIC.
MP
)}
msg.md.pl
57
{Kernel (GENERIC.
MP
)}
/src/usr.sbin/sysinst/arch/sparc/
msg.md.en
58
{Kernel (GENERIC.
MP
)}
msg.md.de
59
{Kernel (GENERIC.
MP
)}
msg.md.es
58
{N�cleo (GENERIC.
MP
)}
msg.md.fr
58
{Kernel (GENERIC.
MP
)}
/src/etc/etc.macppc/
Makefile.inc
10
KERNEL_SETS= GENERIC GENERIC.
MP
GENERIC_601 POWERMAC_G5 \
11
POWERMAC_G5.
MP
/src/usr.bin/mail/
format.c
139
sfmtfield(const char **fmtbeg, const char *fmtch, struct message *
mp
)
151
if (
mp
== NULL) {
156
depth =
mp
->m_depth;
178
p = hfield(p,
mp
);
198
get_and_or_flags(struct message *
mp
, struct flags_s *flags)
200
for (/*EMPTY*/;
mp
;
mp
=
mp
->m_flink) {
201
flags->f_and &=
mp
->m_flag;
202
flags->f_or |=
mp
->m_flag
[
all
...]
/src/etc/
security
39
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
> $TMP1 # always add /etc/master.passw
[
all
...]
/src/sys/arch/x86/conf/
files.x86
3
# 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
137
file arch/x86/x86/
mp
.c acpi | mpbios
139
#
MP
configuration using ACPI
/src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in
2081
@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
-MF crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo -c -o crypto_gen (…)
[
all
...]
/src/libexec/ld.aout_so/
ld.so.sparc.uue
19
MP
(H!"P`!`````"`````(@```%6P````@``````````"=X[^@0````H(0($J6
175
MP
@>@4("@8``R@``0Y`2@"-`.(`61,B`$@*(@`A*```C&!Z!,@*=@`#*``"/D
372
MP
^`(Q"(```````"=X[^8T`9@"("B(``"@``(D!``&$``,=>2$``9P"9@!+`0
481
MP
!>=X[^8+P``*W____RN!>,@T@7@"-`%X)S4`D``H`(@L-(%X;Q``"TLD!``
489
MP
!>=X[^8+P``*W____RN!>&X0``LW0$```#2!>"<U@7@"*("8+#D`@``U`+`
544
MP
^`(K@/`%YWCNY@O```I?____*X%X`B`IB``(H``GK`0/__03@``@*(@``*`
549
MP
`H!````````N````4````#\```!0````4````%````!0````4````%````!
715
MP
"8@!)(0(`"`HF``,H``%-H&(`S0!B`D@(H@"#*``!#:!B`,T`8``)(0(`"4
865
MP
!>=X[^0T!8@#"\``!I____[K@7CG("*(`("@``'D@8@0Y`0(`'0)B`4TB8@
871
MP
":``!,``#R4"H`)$0``")`:@`B`H``(U@>_V))@/_^`HN``$H``!M(F@`"
[
all
...]
/src/doc/
TODO.compat-module
40
11. Implemented a
MP
-safe mechanism for installing and removing function
48
use the
MP
-safe mechanism.
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gt215.c
118
u32
MP
;
139
MP
= M * P;
141
if (!
MP
)
144
return sclk * N /
MP
;
Completed in 62 milliseconds
1
2
Indexes created Tue Oct 21 16:10:11 GMT 2025