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

  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 33 #define AUTOFS_TYPE_ANY 0U
83 *type = AUTOFS_TYPE_ANY;
87 static inline unsigned int autofs_type_any(unsigned int type) function
89 return (type == AUTOFS_TYPE_ANY);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
auto_fs4.h 33 #define AUTOFS_TYPE_ANY 0U
83 *type = AUTOFS_TYPE_ANY;
87 static __inline__ unsigned int autofs_type_any(unsigned int type) function
89 return (type == AUTOFS_TYPE_ANY);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
auto_fs4.h 33 #define AUTOFS_TYPE_ANY 0U
83 *type = AUTOFS_TYPE_ANY;
87 static __inline__ unsigned int autofs_type_any(unsigned int type) function
89 return (type == AUTOFS_TYPE_ANY);

Completed in 5164 milliseconds