Searched defs:src (Results 1 – 10 of 10) sorted by relevance
| /common/spl/ |
| A D | spl_legacy.c | 88 void *src; in spl_load_legacy_lzma() local
|
| A D | spl_nand.c | 92 int *src, *dst; in spl_nand_load_image() local
|
| A D | spl_reloc.c | 132 u32 *src, *end, *ptr; in rcode_reloc_and_jump() local
|
| A D | spl_fit.c | 222 void *src; in load_simple_fit() local
|
| /common/ |
| A D | flash.c | 122 flash_write(char *src, ulong addr, ulong cnt) in flash_write()
|
| A D | cli_hush_modern.c | 164 static void *mempcpy(void *dest, const void *src, size_t len) in mempcpy() 170 static void overlapping_strcpy(char *dst, const char *src) in overlapping_strcpy()
|
| A D | cli_hush.c | 2038 static int globhack(const char *src, int flags, glob_t *pglob) 2761 static char *lookup_param(char *src) 2934 int parse_string(o_string *dest, struct p_context *ctx, const char *src)
|
| A D | console.c | 1260 struct stdio_dev **src, **dest; in console_remove_by_name() local
|
| A D | dlmalloc.c | 41 static inline void MALLOC_COPY(void *dest, const void *src, size_t sz) { memcpy(dest, src, sz); } in MALLOC_COPY()
|
| A D | cli_hush_upstream.c | 1546 static char *unbackslash(char *src) in unbackslash()
|
Completed in 32 milliseconds