Searched refs:method (Results 1 - 9 of 9) sorted by relevance

/systemd/src/systemd/
H A Dsd-bus-vtable.h70 } method; member in union:sd_bus_vtable::__anon284
96 .x.method.member = _member, \
97 .x.method.signature = _signature, \
98 .x.method.result = _result, \
99 .x.method.handler = _handler, \
100 .x.method.offset = _offset, \
/systemd/src/libsystemd/sd-bus/
H A Dbus-introspect.c147 fprintf(i->f, " <method name=\"%s\">\n", v->x.method.member);
148 introspect_write_arguments(i, strempty(v->x.method.signature), "in");
149 introspect_write_arguments(i, strempty(v->x.method.result), "out");
151 fputs(" </method>\n", i->f);
H A Dbus-slot.c153 key.member = v->x.method.member;
165 key.member = v->x.method.member;
H A Dbus-objects.c74 return (uint8_t*) u + p->x.method.offset;
398 if (!streq(strempty(c->vtable->x.method.signature), signature))
403 signature, c->interface, c->member, strempty(c->vtable->x.method.signature));
408 m->enforced_reply_signature = strempty(c->vtable->x.method.result);
410 if (c->vtable->x.method.handler) {
416 bus->current_handler = c->vtable->x.method.handler;
418 r = c->vtable->x.method.handler(m, u, &error);
426 /* If the method callback is NULL, make this a successful NOP */
1248 /* Then, look for a known method */
1401 "Unknown method '
[all...]
/systemd/src/hostname/
H A Dhostnamectl.c233 static int set_simple_string(sd_bus *bus, const char *method, const char *value) { argument
244 method,
/systemd/src/systemctl/
H A Dsystemctl.c2529 const char *method; member in struct:__anon272
2550 return unit_actions[i].method;
2555 static const char *method_to_verb(const char *method) { argument
2559 if (streq_ptr(unit_actions[i].method, method))
2567 const char *method,
2577 assert(method);
2582 log_debug("Calling manager for %s on %s, %s", method, name, mode);
2589 method,
2601 verb = method_to_verb(method);
2565 start_unit_one( sd_bus *bus, const char *method, const char *name, const char *mode, sd_bus_error *error, BusWaitForJobs *w) argument
2721 const char *method, *mode, *one_name, *suffix = NULL; local
2836 const char *method, *description; local
4892 const char *method; local
5097 const char *method; local
5436 const char *method; local
[all...]
/systemd/src/journal-remote/
H A Djournal-remote.c561 const char *method,
574 assert(method);
576 log_trace("Handling a connection %s %s %s", method, url, version);
583 if (!streq(method, "POST"))
585 "Unsupported method.\n");
557 request_handler( void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **connection_cls) argument
H A Djournal-gatewayd.c828 const char *method,
838 assert(method);
840 if (!streq(method, "GET"))
842 "Unsupported method.\n");
824 request_handler( void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **connection_cls) argument
/systemd/src/machine/
H A Dmachinectl.c1583 const char *method = NULL; local
1591 method = streq(argv[0], "enable") ? "EnableUnitFiles" : "DisableUnitFiles";
1599 method);

Completed in 2966 milliseconds