config_parse_path  152 build2/src/core/load-fragment-gperf.c       {"Swap.What",                       config_parse_path,                  0,                             offsetof(Swap, parameters_fragment.what)},
config_parse_path  363 build2/src/core/load-fragment-gperf.c       {"Automount.Where",                 config_parse_path,                  0,                             offsetof(Automount, where)},
config_parse_path  472 build2/src/core/load-fragment-gperf.c       {"Mount.Where",                     config_parse_path,                  0,                             offsetof(Mount, where)},
config_parse_path  639 build2/src/core/load-fragment-gperf.c       {"Unit.SourcePath",                 config_parse_path,                  0,                             offsetof(Unit, source_path)},
config_parse_path  148 build2/src/journal/journald-gperf.c       {"Journal.TTYPath",            config_parse_path,       0, offsetof(Server, tty_path)},
config_parse_path  118 src/bootchart/bootchart.c                 { "Bootchart", "Output",           config_parse_path,   0, &output          },
config_parse_path  119 src/bootchart/bootchart.c                 { "Bootchart", "Init",             config_parse_path,   0, &init            },
config_parse_path  217 src/core/load-fragment.c         return config_parse_path(unit, filename, line, section, section_line, lvalue, ltype, k, data, userdata);
config_parse_path 3623 src/core/load-fragment.c                 { config_parse_path,                  "PATH" },
config_parse_path 1161 src/journal-remote/journal-remote.c                 { "Remote",  "ServerKeyFile",          config_parse_path,             0, &arg_key        },
config_parse_path 1162 src/journal-remote/journal-remote.c                 { "Remote",  "ServerCertificateFile",  config_parse_path,             0, &arg_cert       },
config_parse_path 1163 src/journal-remote/journal-remote.c                 { "Remote",  "TrustedCertificateFile", config_parse_path,             0, &arg_trust      },
config_parse_path  544 src/journal-remote/journal-upload.c                 { "Upload",  "ServerKeyFile",          config_parse_path,   0, &arg_key    },
config_parse_path  545 src/journal-remote/journal-upload.c                 { "Upload",  "ServerCertificateFile",  config_parse_path,   0, &arg_cert   },
config_parse_path  546 src/journal-remote/journal-upload.c                 { "Upload",  "TrustedCertificateFile", config_parse_path,   0, &arg_trust  },
config_parse_path  106 src/shared/conf-parser.h int config_parse_path(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);