Home | History | Annotate | Download | only in init

Lines Matching defs:kMax

995     constexpr std::size_t kMax = std::numeric_limits<std::size_t>::max();
1006 {"exec", {1, kMax, do_exec}},
1011 {"insmod", {1, kMax, do_insmod}},
1017 {"mount_all", {1, kMax, do_mount_all}},
1018 {"mount", {3, kMax, do_mount}},
1022 {"restorecon", {1, kMax, do_restorecon}},
1023 {"restorecon_recursive", {1, kMax, do_restorecon_recursive}},