Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 30) sorted by relevance

12

/systemd-251/shell-completion/zsh/
D_hostnamectl44 _message "new location"
59 "location:Get/set location for host"
/systemd-251/src/shared/
Dsleep-config.c305 static bool location_is_resume_device(const HibernateLocation *location, dev_t sys_resume, uint64_t… in location_is_resume_device() argument
306 if (!location) in location_is_resume_device()
310 sys_resume == location->devno && in location_is_resume_device()
311 … (sys_offset == location->offset || (sys_offset > 0 && location->offset == UINT64_MAX)); in location_is_resume_device()
Duser-record-show.c229 if (hr->location) in user_record_show()
230 printf(" Location: %s\n", hr->location); in user_record_show()
Duser-record.h244 char *location; member
Duser-record.c137 free(h->location); in user_record_free()
1162 …RING, json_dispatch_string, offsetof(UserRecord, location), … in dispatch_per_machine()
1510 …RING, json_dispatch_string, offsetof(UserRecord, location), … in user_record_load()
/systemd-251/src/udev/dmi_memory_id/
Ddmi_memory_id.c131 static const char *location[] = { in dmi_memory_array_location() local
152 if (code < ELEMENTSOF(location) && location[code]) in dmi_memory_array_location()
153 str = location[code]; in dmi_memory_array_location()
/systemd-251/src/hostname/
Dhostnamectl.c44 const char *location; member
153 if (!isempty(i->location)) { in print_status_info()
156 TABLE_STRING, i->location); in print_status_info()
303 { "Location", "s", NULL, offsetof(StatusInfo, location) }, in show_all_names()
Dhostnamed.c1318 SD_BUS_ARGS("s", location, "b", interactive),
/systemd-251/src/boot/efi/
Dmeson.build95 foreach location : [ # New locations first introduced with gnu-efi 3.0.11
103 if fs.is_file(location[0]) and fs.is_file(location[1])
104 efi_lds = location[0]
105 efi_crt0 = location[1]
/systemd-251/network/
D80-wifi-ap.network.example7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
D80-wifi-station.network.example7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
D80-ethernet.network.example7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
/systemd-251/src/basic/
Dlog.c382 char location[256], in write_to_console() local
419 (void) snprintf(location, sizeof location, "%s%s:%i%s: ", lon, file, line, loff); in write_to_console()
420 iovec[n++] = IOVEC_MAKE_STRING(location); in write_to_console()
/systemd-251/docs/
DPREDICTABLE_INTERFACE_NAMES.md18 …em to assign fixed names to interfaces which incorporate their physical location on the mainboard.…
22 …ered by `biosdevname`. Assigning fixed names based on firmware/topology/location information has t…
31 1. Names incorporating physical/geographical location of the connector of the hardware (example: `e…
DTESTING_WITH_SANITIZERS.md56 are installed in a non-standard location (non-standard for `ldconfig`), you'll
DUSER_RECORD.md52 2. Additional user metadata, such as a picture, email address, location string,
252 `location` → A free-form location string describing the location of the user,
253 if that is applicable. It's probably wise to use a location string processable
254 by geo-location subsystems, but this is not enforced nor required. Example:
309 string. The string should be a `tzdata` compatible location string, for
727 `iconName`, `location`, `shell`, `umask`, `environment`, `timeZone`,
DHACKING.md337 providing the location of the text and data sections. These location can then be used to attach
DENVIRONMENT.md315 * `$SYSTEMD_TEST_DATA` — override the location of test data. This is useful if
316 a test executable is moved to an arbitrary location.
DCONTAINER_INTERFACE.md144 some location (ideally a read-only and non-swappable file system, like
227 mount propagation with the host, and is used as intermediary location for
/systemd-251/src/basic/linux/
Dbtrfs_tree.h480 struct btrfs_disk_key location; member
616 struct btrfs_disk_key location; member
/systemd-251/shell-completion/bash/
Dhostnamectl69 [NAME]='hostname deployment location'
Dhomectl52 --location
/systemd-251/src/resolve/
DRFCs17 Y https://tools.ietf.org/html/rfc2782 → A DNS RR for specifying the location of services (DNS SRV)
/systemd-251/hwdb.d/
D60-sensor.hwdb59 # ACCEL_LOCATION=<location>
61 # where <location> is the location of the sensor. This value could be 'base'
/systemd-251/src/shared/linux/
Dethtool.h1048 __u32 location; member

12