Searched refs:file (Results 1 – 19 of 19) sorted by relevance
| /include/ |
| A D | stdio.h | 77 int __printf(2, 3) fprintf(int file, const char *fmt, ...); 78 void fputs(int file, const char *s); 79 void fputc(int file, const char c); 81 void fflush(int file); 83 static inline void fflush(int file) {} in fflush() argument 85 int ftstc(int file); 86 int fgetc(int file);
|
| A D | iomux.h | 27 #define for_each_console_dev(i, file, dev) \ argument 29 i < cd_count[file] && (dev = console_devices[file][i]); \
|
| A D | console.h | 19 int console_start(int file, struct stdio_dev *sdev); /* Start a console device */ 20 void console_stop(int file, struct stdio_dev *sdev); /* Stop a console device */ 21 int console_assign(int file, const char *devname); /* Assign the console */
|
| A D | cbfs.h | 235 void file_cbfs_get_next(const struct cbfs_cachenode **file); 307 const char *file_cbfs_name(const struct cbfs_cachenode *file); 316 u32 file_cbfs_size(const struct cbfs_cachenode *file); 325 u32 file_cbfs_type(const struct cbfs_cachenode *file); 337 long file_cbfs_read(const struct cbfs_cachenode *file, void *buffer,
|
| A D | qfw.h | 107 char file[BIOS_LINKER_LOADER_FILESZ]; member 133 char file[BIOS_LINKER_LOADER_FILESZ]; member
|
| A D | stdio_dev.h | 22 int stdio_file_to_flags(const int file);
|
| A D | log.h | 137 int _log(enum log_category_t cat, enum log_level_t level, const char *file, 156 const char *file, int line, const char *func, ulong addr, 299 void __assert_fail(const char *assertion, const char *file, unsigned int line, 417 const char *file; member
|
| A D | pxe_utils.h | 172 int get_pxelinux_path(struct pxe_context *ctx, const char *file,
|
| A D | bootstage.h | 308 ulong bootstage_mark_code(const char *file, const char *func, 422 static inline ulong bootstage_mark_code(const char *file, const char *func, in bootstage_mark_code() argument
|
| A D | efi_device_path.h | 364 struct efi_device_path **file);
|
| A D | fs.h | 296 int file_exists(const char *dev_type, const char *dev_part, const char *file,
|
| A D | efi_loader.h | 1248 efi_status_t efi_file_close_int(struct efi_file_handle *file); 1251 efi_status_t efi_file_setpos_int(struct efi_file_handle *file, u64 pos);
|
| A D | ppc_asm.tmpl | 8 * This file contains all the macros and symbols which define
|
| /include/test/ |
| A D | test.h | 115 const char *file; member 146 .file = __FILE__, \ 155 .file = __FILE__, \ 164 .file = __FILE__, \
|
| /include/env/ti/ |
| A D | nand.env | 7 nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048
|
| /include/linux/ |
| A D | compiler.h | 30 .data.file = __FILE__, \ 66 .file = __FILE__, \
|
| A D | compiler_types.h | 94 const char *file; member
|
| A D | fb.h | 268 struct file;
|
| /include/env/adi/ |
| A D | adi_boot.env | 8 * - jffs2file, name of the jffs2 file for update, ex adsp-sc5xx-tiny-adsp-sc573.jffs2
|
Completed in 31 milliseconds