Searched refs:buf1 (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_string.c | 24 int osal_memncmp(const void *buf1, unsigned long size1, in osal_memncmp() argument 31 return memcmp(buf1, buf2, size1); in osal_memncmp()
|
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 244 void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; in ubifs_recover_master_node() local 251 err = get_master_node(c, UBIFS_MST_LNUM, &buf1, &mst1, &cor1); in ubifs_recover_master_node() 262 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 367 vfree(buf1); in ubifs_recover_master_node() 377 ubifs_dump_node(c, mst1, c->leb_size - ((void *)mst1 - buf1)); in ubifs_recover_master_node() 384 vfree(buf1); in ubifs_recover_master_node()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_diag.h | 590 * @param buf1 [IN] type #const hi_void *,address of the first buffer. 592 * @param buf1 [IN] type #const hi_void *,address of the second buffer. 602 hi_u32 hi_diag_layer_two_buffer(hi_u32 msg_id, hi_u16 module_id, const hi_void *buf1,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 464 int osal_memncmp(const void *buf1, unsigned long size1,
|
Completed in 5 milliseconds