Searched refs:DEFINE_BUS_APPEND_PARSE_PTR (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ ! |
D | bus-unit-util.c | 74 #define DEFINE_BUS_APPEND_PARSE_PTR(bus_type, cast_type, type, parse_func) \ macro 126 DEFINE_BUS_APPEND_PARSE_PTR("i", int32_t, int, ioprio_parse_priority); 127 DEFINE_BUS_APPEND_PARSE_PTR("i", int32_t, int, parse_nice); 128 DEFINE_BUS_APPEND_PARSE_PTR("i", int32_t, int, safe_atoi); 129 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, nsec_t, parse_nsec); 130 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_blkio_weight_parse); 131 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_cpu_shares_parse); 132 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_weight_parse); 133 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, unsigned long, mount_propagation_flags_from_string); 134 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, safe_atou64); [all …]
|