Searched refs:service_type (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ ! |
D | test-tables.c | 101 test_table(service_type, SERVICE_TYPE); in main()
|
/systemd-251/src/core/ ! |
D | dbus-service.c | 29 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, service_type, ServiceType); 373 static BUS_DEFINE_SET_TRANSIENT_PARSE(service_type, ServiceType, service_type_from_string);
|
D | service.c | 4642 DEFINE_STRING_TABLE_LOOKUP(service_type, ServiceType);
|
D | load-fragment.c | 139 DEFINE_CONFIG_PARSE_ENUM(config_parse_service_type, service_type, ServiceType, "Failed to parse ser…
|
/systemd-251/src/resolve/ ! |
D | resolved-dns-scope.c | 1401 char *service_type; in dns_scope_announce() local 1470 SET_FOREACH(service_type, types) { in dns_scope_announce() 1478 rr->ptr.name = strdup(service_type); in dns_scope_announce()
|