Searched refs:content (Results 1 - 8 of 8) sorted by relevance

/systemd/src/boot/efi/
H A Dsplash.h19 EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
H A Dutil.h47 INTN file_read(EFI_FILE_HANDLE dir, CHAR16 *name, UINTN off, UINTN size, CHAR8 **content);
H A Dboot.c912 static CHAR8 *line_get_key_value(CHAR8 *content, CHAR8 *sep, UINTN *pos, CHAR8 **key_ret, CHAR8 **value_ret) { argument
918 line = content + *pos;
928 if (content[*pos])
974 static VOID config_defaults_load_from_file(Config *config, CHAR8 *content) { argument
979 line = content;
980 while ((line = line_get_key_value(content, (CHAR8 *)" \t", &pos, &key, &value))) {
1008 static VOID config_entry_add_from_file(Config *config, EFI_HANDLE *device, CHAR16 *file, CHAR8 *content, CHAR16 *loaded_image_path) { argument
1018 line = content;
1019 while ((line = line_get_key_value(content, (CHAR8 *)" \t", &pos, &key, &value))) {
1137 CHAR8 *content local
1165 CHAR8 *content = NULL; local
1514 CHAR8 *content = NULL; local
[all...]
H A Dsplash.c254 EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background) { argument
280 err = bmp_parse_header(content, len, &dib, &map, &pixmap);
H A Dutil.c306 INTN file_read(EFI_FILE_HANDLE dir, CHAR16 *name, UINTN off, UINTN size, CHAR8 **content) { argument
336 *content = buf;
/systemd/src/shared/
H A Dsysctl-util.c65 int sysctl_read(const char *property, char **content) { argument
69 assert(content);
72 return read_full_file(p, content, NULL);
/systemd/src/test/
H A Dtest-cap-list.c74 _cleanup_free_ char *content = NULL; local
78 r = read_one_line_file("/proc/sys/kernel/cap_last_cap", &content);
81 r = safe_atolu(content, &val);
/systemd/src/basic/
H A Dcapability-util.c53 _cleanup_free_ char *content = NULL; local
61 r = read_one_line_file("/proc/sys/kernel/cap_last_cap", &content);
63 r = safe_atolu(content, &p);

Completed in 139 milliseconds