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

  /external/squashfs-tools/squashfs-tools/
pseudo.c 46 struct pseudo_dev **pseudo_file = NULL; variable in typeref:struct:pseudo_dev
257 pseudo_file = realloc(pseudo_file, (pseudo_count + 1) *
259 if(pseudo_file == NULL)
263 pseudo_file[pseudo_count ++] = dev;
269 return pseudo_file[pseudo_id];
mksquashfs.h 61 char pseudo_file; member in struct:inode_info
112 #define IS_PSEUDO(a) ((a)->pseudo_file)
113 #define IS_PSEUDO_PROCESS(a) ((a)->pseudo_file & PSEUDO_FILE_PROCESS)
114 #define IS_PSEUDO_OTHER(a) ((a)->pseudo_file & PSEUDO_FILE_OTHER)

Completed in 33 milliseconds