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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /external/iproute2/ip/
ipntable.c 240 __u32 mprobe; local
244 if (get_u32(&mprobe, *argv, 0))
248 NDTPA_MCAST_PROBES, mprobe);
528 __u32 mprobe = rta_getattr_u32(tpb[NDTPA_MCAST_PROBES]); local
529 fprintf(fp, "mcast_probes %u ", mprobe);

Completed in 102 milliseconds