/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppol2tp.h | 114 #define PPPOL2TP_HOSTNAME "lwIP" /* FIXME: make it configurable */ 118 #define PPPOL2TP_VENDORNAME "lwIP" /* FIXME: make it configurable */ 125 #define PPPOL2TP_RECEIVEWINDOWSIZE 8 /* FIXME: make it configurable */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppol2tp.h | 118 #define PPPOL2TP_HOSTNAME "lwIP" /* FIXME: make it configurable */ 122 #define PPPOL2TP_VENDORNAME "lwIP" /* FIXME: make it configurable */ 129 #define PPPOL2TP_RECEIVEWINDOWSIZE 8 /* FIXME: make it configurable */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/ |
H A D | errno.h | 2 #include "port/codes.h" //fixme
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_coc.c | 174 /* FIXME: User shall give us big enough buffer. in ble_l2cap_coc_rx_fn() 189 /* FIXME: need to handle it better */ in ble_l2cap_coc_rx_fn() 290 /* FIXME */ in ble_l2cap_event_coc_disconnected()
|
H A D | ble_hs_pvcy.c | 136 /* FIXME Controller is BT5.0 and default privacy mode is network which in ble_hs_pvcy_add_entry_hci()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/ |
H A D | porting.c | 22 info->free_size = c->free_size + c->dirty_size; //fixme need test! in jffs2_get_info_from_sb()
|
H A D | dfs_jffs2.c | 248 /* fixme, should test file->path can end with '/' */ in dfs_jffs2_open() 415 /* fixme warning: the offset is rt_off_t, so maybe the size of a file is must <= 2G*/ 635 st->st_mode = DT_UNKNOWN; //fixme in dfs_jffs2_stat()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | os-ecos.h | 43 //#include <errno.h> //fixme 114 /* FIXME: eCos doesn't hav a concept of device major/minor numbers */
|
H A D | os-rtthread.h | 43 //#include <errno.h> //fixme 112 /* FIXME: eCos doesn't hav a concept of device major/minor numbers */
|
H A D | readinode.c | 186 /* FIXME: point() */ in read_direntry() 460 /* FIXME: point() */ in jffs2_get_inode_nodes() 662 /* FIXME: If this fails, there seems to be a memory leak. Find it. */ in jffs2_do_read_inode_internal() 753 …/* FIXME: Deal with it - check crc32, check for duplicate node, check times and discard the older … in jffs2_do_read_inode_internal()
|
H A D | gc.c | 251 /* FIXME: If it's something that needs to be copied, including something in jffs2_garbage_collect_pass() 439 /* FIXME. Read node and do lookup? */ in jffs2_garbage_collect_live() 681 /* FIXME: for minor or major > 255. */ in jffs2_garbage_collect_metadata() 945 /* FIXME: We could possibly deal with this by writing new holes for each frag */ in jffs2_garbage_collect_hole()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/mqtt/ |
H A D | test_mqtt.c | 102 /* fixme: mqtt_client_fre() is missing... */ in START_TEST()
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/ |
H A D | cpu.c | 80 /* FIXME: Clean entire data cache. This routine depends on the data cache in rt_hw_cpu_dcache_disable()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | libtool.m4 | 350 ## FIXME: Eliminate VARNAME ## 2214 # FIXME - insert some real tests, host_os isn't really good enough 2605 # FIXME: find the short name or the path components, as spaces are 2629 # FIXME: first we should search . and the directory the executable is in 4225 # FIXME: we need at least 68020 code to build shared libraries, but 4548 # FIXME: we need at least 68020 code to build shared libraries, but 5001 # FIXME: the MSVC++ port hasn't been tested in a loooong time 5111 # support --undefined. This deserves some investigation. FIXME 5590 # FIXME: Setting linknames here is a bad hack. 5629 # FIXME: Setting linknames here is a bad hack. [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_os.c | 101 // FIXME: return system time, please modify this for your platform ! in uffs_GetCurDateTime()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/ |
H A D | uffs_os.c | 101 // FIXME: return system time, please modify this for your platform ! in uffs_GetCurDateTime()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | proxy.c | 689 /* FIXME: figure out end handle */ in bt_mesh_proxy_prov_enable() 716 /* FIXME: figure out end handle */ in bt_mesh_proxy_prov_disable() 762 /* FIXME: figure out end handle */ in bt_mesh_proxy_gatt_enable() 808 /* FIXME: figure out end handle */ in bt_mesh_proxy_gatt_disable()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | uffs_rtthread.c | 102 // FIXME: return system time, please modify this for your platform ! in uffs_GetCurDateTime()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | mppe.c | 225 /* FIXME: use PUT* macros */ in mppe_compress() 244 /* FIXME: add PFC support */ in mppe_compress()
|
H A D | eap.c | 332 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in pncrypt_setkey() 472 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in eap_figure_next_state() 497 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in eap_figure_next_state() 787 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in eap_send_request() 796 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in eap_send_request() 806 …/* FIXME: if we want to do SRP, we need to find a way to pass the PolarSSL des_context instead of … in eap_send_request()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | mppe.c | 225 /* FIXME: use PUT* macros */ in mppe_compress() 244 /* FIXME: add PFC support */ in mppe_compress()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 216 # undocumented because it ignores --file (fixme)
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | vbus_chnx.c | 41 /* FIXME: request the same name for twice will crash */ in _open()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/ |
H A D | cyg_type.h | 278 // FIXME: should maybe just bomb out if this is attempted anywhere else? 472 // FIXME: Had to disarm the bomb - the CYGBLD_ATTRIB_WEAK macro is now
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | compile | 323 # FIXME: race condition here if user kills between mkdir and trap.
|