Searched defs:MP (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | mount.h | 224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP) argument 225 #define VFS_LOADVNODE(MP, VP, KEY, KEY_LEN, NEW_KEY) \ argument 227 #define VFS_NEWVNODE(MP, DVP, VP, VAP, CRED, EXTRA, NEW_LEN, NEW_KEY) \ argument 231 #define VFS_RENAMELOCK_ENTER(MP) (*(MP)->mnt_op->vfs_renamelock_enter)(MP) argument 232 #define VFS_RENAMELOCK_EXIT(MP) (*(MP)->mnt_op->vfs_renamelock_exit)(MP) argument 233 #define VFS_FSYNC(MP, VP, FLG) (*(MP)->mnt_op->vfs_fsync)(VP, FLG) argument 299 #define WAPBL_DISCARD(MP) \ argument 301 #define WAPBL_REPLAY_ISOPEN(MP) \ argument 303 #define WAPBL_REPLAY_CAN_READ(MP, BLK, LEN) \ argument 306 #define WAPBL_REPLAY_READ(MP, DATA, BLK, LEN) \ argument [all …]
|
| /netbsd/src/tests/kernel/ |
| D | t_unmount.c | 57 #define MP "/mnt" macro
|
| /netbsd/src/tests/fs/lfs/ |
| D | t_rfw.c | 58 #define MP "/mp" macro
|
| /netbsd/src/usr.bin/mail/ |
| D | format.c | 304 #define MP(a) mp ? a : skip_fmt(src, p + 1); in subformat() macro
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ppc-opc.c | 3737 #define MP R macro
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ppc-opc.c | 3737 #define MP R macro
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | mDNSEmbeddedAPI.h | 3755 #define mDNSCoreBeSleepProxyServer(M,S,P,MP,TP,F) \ argument
|