HomeSort by relevance Sort by last modified time
    Searched refs:mmp (Results 1 - 14 of 14) sorted by null

  /external/libvorbis/symbian/
bld.inf 35 vorbis.mmp
  /external/blktrace/
act_mask.c 5 #define COMPARE_MASK_MAP(mmp, str) \
6 (!strcasecmp((mmp)->short_form, (str)) || \
7 !strcasecmp((mmp)->long_form, (str)))
  /external/e2fsprogs/misc/
util.h 27 extern void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
util.c 293 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg)
297 printf("MMP check failed: %s\n", msg);
298 if (mmp) {
299 time_t t = mmp->mmp_time;
301 printf("MMP error info: last update: %s node: %s device: %s\n",
302 ctime(&t), mmp->mmp_nodename, mmp->mmp_bdevname);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 2 * Helper functions for multiple mount protection (MMP).
44 * own fd to read the MMP block to ensure that it is using O_DIRECT,
46 * the MMP block by the io_manager or the VM. It needs to be fresh. */
267 * If check_interval in MMP block is larger, use that instead of
324 * Clear the MMP usage in the filesystem. If this function returns an
331 struct mmp_struct *mmp, *mmp_cmp; local
342 /* Check if the MMP block is not changed. */
343 mmp = fs->mmp_buf;
345 if (memcmp(mmp, mmp_cmp, sizeof(*mmp_cmp))) {
365 * Update the on-disk mmp buffer, after checking that it hasn't been changed
369 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
swapfs.c 344 void ext2fs_swap_mmp(struct mmp_struct *mmp)
346 mmp->mmp_magic = ext2fs_swab32(mmp->mmp_magic);
347 mmp->mmp_seq = ext2fs_swab32(mmp->mmp_seq);
348 mmp->mmp_time = ext2fs_swab64(mmp->mmp_time);
349 mmp->mmp_check_interval = ext2fs_swab16(mmp->mmp_check_interval);
Android.mk 51 mmp.c \
ext2fs.h 266 * Buffers for Multiple mount protection(MMP) block.
273 * Time at which e2fsck last updated the MMP block.
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 764 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg)
768 printf("MMP check failed: %s\n", msg);
769 if (mmp) {
770 time_t t = mmp->mmp_time;
772 printf("MMP error info: last update: %s node: %s device: %s\n",
773 ctime(&t), mmp->mmp_nodename, mmp->mmp_bdevname);
e2fsck.h 554 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos.c 2822 HB_MarkMarkPos* mmp = &st->markmark; local
2901 HB_MarkMarkPos* mmp = &st->markmark; local
2922 HB_MarkMarkPos* mmp = &st->markmark; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 1320 char mmp[64]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 1320 char mmp[64]; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 405 public static int getAttachmentType(SlideshowModel model, MultimediaMessagePdu mmp) {
406 if (model == null || mmp == null) {
437 String subject = mmp.getSubject() != null ? mmp.getSubject().getString() : null;
    [all...]

Completed in 1093 milliseconds