Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 24 of 24) sorted by relevance

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/
DMakefile14 exist = $(shell if [ -d $(BCMDHD_PATH) ]; then echo "exist"; else echo "noexist"; fi) macro
16 $(info $(exist))
30 exist = $(shell if [ -d $(BCMDHD_PATH) ]; then echo "exist"; else echo "noexist"; fi) macro
/device/soc/beken/bk7235/hals/utils/file/src/
Dhal_file.c205 int exist; in HalFileOpen() local
219 exist = file_exist(path); in HalFileOpen()
221 if (!(oflag & O_CREAT_FS) && !exist) { in HalFileOpen()
225 if ((oflag & O_EXCL_FS) && exist) { in HalFileOpen()
348 int exist; in HalFileDelete() local
350 exist = file_exist(path); in HalFileDelete()
351 if (!exist) in HalFileDelete()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_sta_mgt.c1201 u8 exist = _FALSE; in rtw_is_pre_link_sta() local
1210 exist = _TRUE; in rtw_is_pre_link_sta()
1216 return exist; in rtw_is_pre_link_sta()
1228 u8 exist = _FALSE; in rtw_pre_link_sta_add() local
1241 exist = _TRUE; in rtw_pre_link_sta_add()
1249 if (exist == _FALSE && node) { in rtw_pre_link_sta_add()
1281 u8 exist = _FALSE; in rtw_pre_link_sta_del() local
1294 exist = _TRUE; in rtw_pre_link_sta_del()
1299 if (exist == _TRUE && node) { in rtw_pre_link_sta_del()
1305 if (exist == _FALSE) in rtw_pre_link_sta_del()
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/
Dnet_adapter.h53 void set_efuse_mac_exist(unsigned char exist);
Dnet_adapter.c62 void set_efuse_mac_exist(unsigned char exist) in set_efuse_mac_exist() argument
64 g_efuseMacExist = exist; in set_efuse_mac_exist()
/device/soc/rockchip/rk2206/tools/package/
Dmkimage.sh123 echo Root/out/board directions are not exist!
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c3469 u8 exist = _FALSE, timeout = _FALSE; in rtw_blacklist_add() local
3480 exist = _TRUE; in rtw_blacklist_add()
3494 if (exist == _FALSE) { in rtw_blacklist_add()
3506 return (exist == _TRUE && timeout == _FALSE) ? RTW_ALREADY : (ent ? _SUCCESS : _FAIL); in rtw_blacklist_add()
3513 u8 exist = _FALSE; in rtw_blacklist_del() local
3525 exist = _TRUE; in rtw_blacklist_del()
3537 return exist == _TRUE ? _SUCCESS : RTW_ALREADY; in rtw_blacklist_del()
3544 u8 exist = _FALSE; in rtw_blacklist_search() local
3558 exist = _TRUE; in rtw_blacklist_search()
3570 return exist; in rtw_blacklist_search()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/scripts/
Dbuild.mk69 create_dir = if not exist $(subst /,\,$(1)) mkdir $(subst /,\,$(1))
342 $(error Error: The source files exist for libraries: $(archive-src-y))
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh_pathtbl.c530 bool exist = 0; in rtw_mesh_gate_search() local
535 exist = 1; in rtw_mesh_gate_search()
542 return exist; in rtw_mesh_gate_search()
Drtw_mesh.c2185 u8 exist = _FALSE; in _rtw_mesh_plink_add() local
2193 exist = _TRUE; in _rtw_mesh_plink_add()
2201 if (exist == _FALSE && ent) { in _rtw_mesh_plink_add()
2225 return exist == _TRUE ? RTW_ALREADY : (ent ? _SUCCESS : _FAIL); in _rtw_mesh_plink_add()
2325 u8 exist = _FALSE; in rtw_mesh_plink_del() local
2335 exist = _TRUE; in rtw_mesh_plink_del()
2340 if (exist == _TRUE) in rtw_mesh_plink_del()
2345 return exist == _TRUE ? _SUCCESS : RTW_ALREADY; in rtw_mesh_plink_del()
/device/qemu/arm_virt/liteos_a/
DREADME.md129 …Run the **ip addr** command to check the configuration. If **br0** does not exist or the value in …
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
DMconfig79 exist.
DKconfig85 exist.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
DMconfig39 exist.
DKconfig44 exist.
/device/soc/amlogic/a311d/soc/amlogic/unifykey/
Dunifykey.c1171 static CLASS_ATTR_RO(exist);
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/
DMakefile243 KBUILD_OUTPUT := $(shell ( if not exist $(KBUILD_OUTPUT)\ mkdir $(KBUILD_OUTPUT) ) \
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_android.c4637 bool exist = FALSE; in wl_android_pktlog_filter_exist() local
4651 exist = dhd_pktlog_filter_existed(filter, command + strlen(CMD_PKTLOG_FILTER_EXIST) + 1, in wl_android_pktlog_filter_exist()
4654 if (exist) { in wl_android_pktlog_filter_exist()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_android.c9777 bool exist = FALSE; in wl_android_pktlog_filter_exist() local
9791 exist = dhd_pktlog_filter_existed(filter, command + strlen(CMD_PKTLOG_FILTER_EXIST) + 1, in wl_android_pktlog_filter_exist()
9794 if (exist) { in wl_android_pktlog_filter_exist()
/device/soc/rockchip/common/sdk_linux/init/
DKconfig1945 SLUB sysfs support. /sys/slab will not exist and there will be
/device/board/isoftstone/yangfan/common/mqtt/doc/
DDoxyfileMQTTPacket.in747 # in a documented function, or documenting parameters that don't exist or using
DDoxyfileMQTTClient.in747 # in a documented function, or documenting parameters that don't exist or using
DDoxyfileMQTTClient-C.in747 # in a documented function, or documenting parameters that don't exist or using
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz