Searched defs:content (Results 1 - 6 of 6) sorted by relevance
/systemd/src/shared/ |
H A D | sysctl-util.c | 65 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 D | test-cap-list.c | 74 _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 D | capability-util.c | 53 _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);
|
/systemd/src/boot/efi/ |
H A D | splash.c | 254 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 D | util.c | 306 INTN file_read(EFI_FILE_HANDLE dir, CHAR16 *name, UINTN off, UINTN size, CHAR8 **content) { argument 336 *content = buf;
|
H A D | boot.c | 912 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...] |
Completed in 576 milliseconds