/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/ |
H A D | oam_ext_if.h | 49 #define oam_error_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 1, p1,0, 0, 0) 50 #define oam_error_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 2, p1, p2, 0, 0) 51 #define oam_error_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 3, p1, p2, p3, 0) 52 #define oam_error_log4(vid, eid, fmt, p1, p2, p3, p4) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 4, p1, p2, p3, p4) 56 #define oam_warning_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fmt, 1, p1, [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | debug.h | 197 #define LWIP_DEBUGF_LOG1(dbg, fmt, p1) diag_layer_msg_i1(0, fmt, (hi_u32)(p1)); 198 #define LWIP_DEBUGF_LOG2(dbg, fmt, p1, p2) diag_layer_msg_i2(0, fmt, (hi_u32)(p1), (hi_u32)(p2)); 199 #define LWIP_DEBUGF_LOG3(dbg, fmt, p1, p2, p3) \ 200 diag_layer_msg_i3(0, fmt, (hi_u32)(p1), (hi_u32)(p2), (hi_u32)(p3)); 201 #define LWIP_DEBUGF_LOG4(dbg, fmt, p1, p2, p3, p4) \ 202 diag_layer_msg_i4(0, fmt, (hi_u32)(p1), (hi_u32)(p2), (hi_u32)(p3), (hi_u32)(p4)); 205 #define LWIP_DEBUGF_LOG1(dbg, fmt, p1) LWIP_DEBUGF(dbg, (fmt, p1)); [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/ |
H A D | build_patch.sh | 26 patch -p1 < ./../patch/CVE-2019-13103.patch 27 patch -p1 < ./../patch/CVE-2019-13104.patch 28 patch -p1 < ./../patch/CVE-2019-13105.patch 29 patch -p1 < ./../patch/CVE-2019-13106.patch 30 patch -p1 < ./../patch/CVE-2019-14192-14193-14199.patch 31 patch -p1 < ./../patch/CVE-2019-14194-14198.patch 32 patch -p1 < ./../patch/CVE-2019-14195.patch 33 patch -p1 < ./../patch/CVE-2019-14196.patch 34 patch -p1 < ./../patch/CVE-2019-14197-14200-14201-14202-14203-14204.patch 35 patch -p1 < [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | build_patch.sh | 25 patch -p1 < ./../patch/CVE-2019-13103.patch 26 patch -p1 < ./../patch/CVE-2019-13104.patch 27 patch -p1 < ./../patch/CVE-2019-13105.patch 28 patch -p1 < ./../patch/CVE-2019-13106.patch 29 patch -p1 < ./../patch/CVE-2019-14192-14193-14199.patch 30 patch -p1 < ./../patch/CVE-2019-14194-14198.patch 31 patch -p1 < ./../patch/CVE-2019-14195.patch 32 patch -p1 < ./../patch/CVE-2019-14196.patch 33 patch -p1 < ./../patch/CVE-2019-14197-14200-14201-14202-14203-14204.patch 34 patch -p1 < [all...] |
H A D | factory.mk | 106 patch -p1 < ./../patch/CVE-2019-13103.patch; \
107 patch -p1 < ./../patch/CVE-2019-13104.patch; \
108 patch -p1 < ./../patch/CVE-2019-13105.patch; \
109 patch -p1 < ./../patch/CVE-2019-13106.patch; \
110 patch -p1 < ./../patch/CVE-2019-14192-14193-14199.patch; \
111 patch -p1 < ./../patch/CVE-2019-14194-14198.patch; \
112 patch -p1 < ./../patch/CVE-2019-14195.patch; \
113 patch -p1 < ./../patch/CVE-2019-14196.patch; \
114 patch -p1 < ./../patch/CVE-2019-14197-14200-14201-14202-14203-14204.patch; \
115 patch -p1 < [all...] |
H A D | non_factory.mk | 135 patch -p1 < ./../patch/CVE-2019-13103.patch; \
136 patch -p1 < ./../patch/CVE-2019-13104.patch; \
137 patch -p1 < ./../patch/CVE-2019-13105.patch; \
138 patch -p1 < ./../patch/CVE-2019-13106.patch; \
139 patch -p1 < ./../patch/CVE-2019-14192-14193-14199.patch; \
140 patch -p1 < ./../patch/CVE-2019-14194-14198.patch; \
141 patch -p1 < ./../patch/CVE-2019-14195.patch; \
142 patch -p1 < ./../patch/CVE-2019-14196.patch; \
143 patch -p1 < ./../patch/CVE-2019-14197-14200-14201-14202-14203-14204.patch; \
144 patch -p1 < [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.h | 212 #define oam_log(vid, eid, level, fmt, cnt, p1, p2, p3, p4) \ 213 oal_print_nlogs(__FILE__, __FUNCTION__, (hi_u16)__LINE__, OAL_RET_ADDR, vid, eid, level, cnt, fmt, p1, p2, p3, p4) 216 #define hi_diag_log_msg_e1(id, sz, p1) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 1, p1,0, 0, 0) 217 #define hi_diag_log_msg_e2(id, sz, p1, p2) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 2, p1, p2, 0, 0) 218 #define hi_diag_log_msg_e3(id, sz, p1, p2, p3) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 3, p1, p2, p3, 0) 219 #define hi_diag_log_msg_e4(id, sz, p1, p2, p3, p4) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 4, p1, p [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/osal/hisiv600/ |
H A D | hdmi_osal.h | 30 #define is_str_equal(p1, p2) ({ (((p1) != HI_NULL) && ((p2) != HI_NULL) && (osal_strlen(p1) == osal_strlen(p2)) && \ 31 (osal_strncmp(p1, p2, osal_strlen(p1)) == 0)) ? HI_TRUE : HI_FALSE; })
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_early_debug.h | 22 void edb_put_str_p1(char *str, unsigned int p1); 23 void edb_put_str_p2(char *str, unsigned int p1, unsigned int p2); 24 void edb_put_str_p3(char *str, unsigned int p1, unsigned int p2, unsigned int p3); 25 void edb_put_str_p4(char *str, unsigned int p1, unsigned int p2, unsigned int p3, unsigned int p4);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
H A D | ext_sm3.c | 38 #define p1(x) ((x) ^ rotate_left((x), SHIFT_15BITS) ^ rotate_left((x), SHIFT_23BITS)) macro 114 sm3_w[j] = p1(sm3_w[j - 16] ^ sm3_w[j - 9] ^ \ /* soft sm3 alg:offset 16, 9. */ in sm3_compress()
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 671 static inline bool same_thread_group(struct task_struct *p1, struct task_struct *p2)
in same_thread_group() argument 673 return p1->signal == p2->signal;
in same_thread_group()
|
/device/board/hihope/rk3568/kernel/ |
H A D | build_kernel.sh | 93 patch -p1 < ${KERNEL_PATCH}
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | snapshot.c | 2768 static inline void swap_two_pages_data(struct page *p1, struct page *p2, void *buf) in swap_two_pages_data() argument 2772 kaddr1 = kmap_atomic(p1); in swap_two_pages_data()
|