Searched defs:srv (Results 1 - 3 of 3) sorted by relevance

/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c561 _cleanup_free_ char *boot = NULL, *home = NULL, *srv = NULL; local
778 /* We only care for the first /srv partition */
779 if (srv && nr >= srv_nr)
785 r = free_and_strdup(&srv, subnode);
803 if (srv) {
804 k = probe_and_add_mount("srv", srv, "/srv", srv_rw, "Server Data Partition", SPECIAL_LOCAL_FS_TARGET);
/systemd/src/resolve/
H A Dresolved-dns-rr.h138 } srv; member in union:DnsResourceRecord::__anon231
/systemd/src/nspawn/
H A Dnspawn.c1779 _cleanup_free_ char *home = NULL, *root = NULL, *secondary_root = NULL, *srv = NULL, *generic = NULL; local
2001 if (srv && nr >= srv_nr)
2007 r = free_and_strdup(&srv, node);
2120 if (srv) {
2121 *srv_device = srv;
2122 srv = NULL;
2218 r = mount_device(srv_device, arg_directory, "/srv", srv_device_rw);

Completed in 23 milliseconds