Searched defs:method (Results 1 - 6 of 6) sorted by relevance
/systemd/src/systemd/ |
H A D | sd-bus-vtable.h | 70 } 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/hostname/ |
H A D | hostnamectl.c | 233 static int set_simple_string(sd_bus *bus, const char *method, const char *value) { argument 244 method,
|
/systemd/src/journal-remote/ |
H A D | journal-gatewayd.c | 828 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
|
H A D | journal-remote.c | 561 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
|
/systemd/src/machine/ |
H A D | machinectl.c | 1583 const char *method = NULL; local 1591 method = streq(argv[0], "enable") ? "EnableUnitFiles" : "DisableUnitFiles"; 1599 method);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 2529 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...] |
Completed in 77 milliseconds