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

  /external/kmod/libkmod/
libkmod-index.c 48 #define INDEX_MAGIC 0xB007F457
64 * uint32_t magic = INDEX_MAGIC;
324 if (magic != INDEX_MAGIC) {
785 if (hdr.magic != INDEX_MAGIC) {
787 INDEX_MAGIC);
  /external/kmod/tools/
depmod.c 151 #define INDEX_MAGIC 0xB007F457
407 u = htonl(INDEX_MAGIC);
    [all...]

Completed in 524 milliseconds