Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_errno.h74 #define LOS_ERRNO_OS_FATAL(moduleID, errno) \ argument
81 #define LOS_ERRNO_OS_ERROR(moduleID, errno) \ argument
88 #define LOS_ERRNO_OS_WARN(moduleID, errno) \ argument
95 #define LOS_ERRNO_OS_NORMAL(moduleID, errno) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Derrno.h63 #define errno (*__errno_location()) macro
65 #define errno (*__errno()) macro
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
Ddrv_errno.h43 #define GET_ERROR_TYPE(errno) \ argument
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
Ddw_timer.c33 #define ERR_TIMER(errno) (CSI_DRV_ERRNO_TIMER_BASE | errno) argument
Ddw_gpio.c37 #define ERR_GPIO(errno) (CSI_DRV_ERRNO_GPIO_BASE | errno) argument
Dck_usart.c35 #define ERR_USART(errno) (CSI_DRV_ERRNO_USART_BASE | errno) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/mmc/
Dsunxi-mmc-v4p00x.c394 u32 rcnt, u32 errno, void *other) in sunxi_mmc_judge_retry_v4p00x()
Dsunxi-mmc-v4p10x.c451 u32 errno, void *other) in sunxi_mmc_judge_retry_v4p10x()
Dsunxi-mmc-v4p1x.c587 u32 errno, void *other) in sunxi_mmc_judge_retry_v4p1x()
Dsunxi-mmc-v5p3x.c653 u32 errno, void *other) in sunxi_mmc_judge_retry_v5p3x()
/device/board/osware/imx8mm/drivers/audio/codec/src/
Dwm8904.c800 int fs = 0, width = 0, channel = 0, slots = 1, dir = 0, ret = 0, errno = 0; in Wm8904DaiHwParamsSet() local
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dsockets.c44 int errno=0; variable