Searched defs:version (Results 1 - 10 of 10) sorted by relevance

/systemd/src/boot/efi/
H A Dlinux.c4 * the Free Software Foundation; either version 2.1 of the License, or
5 * (at your option) any later version.
33 UINT16 version; member in struct:SetupHeader
97 if (image_setup->version < 0x20b || !image_setup->relocatable_kernel)
H A Dboot.c4 * the Free Software Foundation; either version 2.1 of the License, or
5 * (at your option) any later version.
45 CHAR16 *version; member in struct:__anon41
365 Print(L"systemd-boot version: " VERSION "\n");
370 Print(L"firmware version: %d.%02d\n", ST->FirmwareRevision >> 16, ST->FirmwareRevision & 0xffff);
435 if (entry->version)
436 Print(L"version '%s'\n", entry->version);
1026 if (strcmpa((CHAR8 *)"version", key) == 0) {
1027 FreePool(entry->version);
[all...]
/systemd/src/libsystemd/sd-bus/
H A Dbus-protocol.h10 the Free Software Foundation; either version 2.1 of the License, or
11 (at your option) any later version.
33 uint8_t version; member in struct:bus_header
/systemd/src/import/
H A Dqcow2-util.c8 the Free Software Foundation; either version 2.1 of the License, or
9 (at your option) any later version.
36 be32_t version; member in struct:Header
64 #define HEADER_VERSION(header) be32toh((header)->version)
/systemd/src/shared/linux/
H A Dauto_dev-ioctl.h6 * the terms of the GNU General Public License, version 2, or at your
7 * option, any later version, incorporated herein by reference.
35 __u32 version; member in struct:args_protover
135 /* Get various version info */
/systemd/src/udev/
H A Dudev-ctrl.c9 * version 2.1 of the License, or (at your option) any later version.
43 char version[16]; member in struct:udev_ctrl_msg_wire
243 strcpy(ctrl_msg_wire.version, "udev-" VERSION);
/systemd/src/basic/
H A Dutil.c8 the Free Software Foundation; either version 2.1 of the License, or
9 (at your option) any later version.
789 int version(void) { function
/systemd/src/journal-remote/
H A Djournal-gatewayd.c8 the Free Software Foundation; either version 2.1 of the License, or
9 (at your option) any later version.
829 const char *version,
879 " --version Show package version\n"
898 { "version", no_argument, NULL, ARG_VERSION },
917 return version();
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 Djournal-remote.c8 the Free Software Foundation; either version 2.1 of the License, or
9 (at your option) any later version.
562 const char *version,
576 log_trace("Handling a connection %s %s %s", method, url, version);
1215 " --version Show package version\n"
1257 { "version", no_argument, NULL, ARG_VERSION },
1287 return version();
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/resolve/
H A Dresolved-dns-rr.h10 the Free Software Foundation; either version 2.1 of the License, or
11 (at your option) any later version.
178 uint8_t version; member in struct:DnsResourceRecord::__anon231::__anon241

Completed in 45 milliseconds