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

  /bionic/libc/kernel/uapi/linux/
auto_fs.h 70 #define AUTOFS_TYPE_ANY 0U
  /external/kernel-headers/original/uapi/linux/
auto_fs.h 98 #define AUTOFS_TYPE_ANY 0U
145 *type = AUTOFS_TYPE_ANY;
148 static inline unsigned int autofs_type_any(unsigned int type) function
150 return (type == AUTOFS_TYPE_ANY);

Completed in 146 milliseconds