Searched defs:MP (Results 1 – 3 of 3) sorted by relevance
/titanic_53/usr/src/common/mpi/ |
H A D | mpi.h | 230 #define MP_FLAG(MP) ((MP)->flag) argument 231 #define MP_SIGN(MP) ((MP)->sign) argument 232 #define MP_USED(MP) ((MP)->used) argument 233 #define MP_ALLOC(MP) ((MP)->alloc) argument 234 #define MP_DIGITS(MP) ((MP)->dp) argument 235 #define MP_DIGIT(MP,N) (MP)->dp[(N)] argument 371 #define FLAG(MP) MP_FLAG(MP) argument 372 #define SIGN(MP) MP_SIGN(MP) argument 373 #define USED(MP) MP_USED(MP) argument 374 #define ALLOC(MP) MP_ALLOC(MP) argument [all …]
|
/titanic_53/usr/src/boot/sys/sys/ |
H A D | mount.h | 654 #define VFS_PROLOGUE(MP) do { \ argument 662 #define VFS_EPILOGUE(MP) \ argument 667 #define VFS_MOUNT(MP) ({ \ argument 675 #define VFS_UNMOUNT(MP, FORCE) ({ \ argument 683 #define VFS_ROOT(MP, FLAGS, VPP) ({ \ argument 691 #define VFS_QUOTACTL(MP, C, U, A) ({ \ argument 699 #define VFS_STATFS(MP, SBP) ({ \ argument 707 #define VFS_SYNC(MP, WAIT) ({ \ argument 715 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ argument 723 #define VFS_FHTOVP(MP, FIDP, FLAGS, VPP) ({ \ argument [all …]
|
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 3488 #define mDNSCoreBeSleepProxyServer(M,S,P,MP,TP,F) \ argument
|