/subsys/tracing/ctf/ |
A D | ctf_map.h | 61 #define MAP0(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP1)(f, peek, __VA_ARGS__) argument 62 #define MAP1(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP0)(f, peek, __VA_ARGS__) argument 67 #define MAP_LIST0(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST1)(f, peek, __VA_ARGS__) argument 68 #define MAP_LIST1(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST0)(f, peek, __VA_ARGS__) argument 73 #define MAP(f, ...) EVAL(MAP1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) argument 79 #define MAP_LIST(f, ...) EVAL(MAP_LIST1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) argument
|
/subsys/fs/ext2/ |
A D | ext2_ops.c | 118 struct ext2_file *f = filp->filep; in ext2_close() local 138 struct ext2_file *f = filp->filep; in ext2_read() local 155 struct ext2_file *f = filp->filep; in ext2_write() local 177 struct ext2_file *f = filp->filep; in ext2_lseek() local 207 struct ext2_file *f = filp->filep; in ext2_tell() local 214 struct ext2_file *f = filp->filep; in ext2_truncate() local 230 struct ext2_file *f = filp->filep; in ext2_sync() local
|
/subsys/net/lib/lwm2m/ |
A D | lwm2m_util.c | 26 int32_t e = -1, v, f = 0; in lwm2m_float_to_b32() local 107 int64_t v, f = 0; in lwm2m_float_to_b64() local 193 int32_t f, k, i, e; in lwm2m_b32_to_float() local 259 int64_t f, k; in lwm2m_b64_to_float() local
|
A D | lwm2m_engine.h | 36 int (*f)(void); member
|
/subsys/tracing/ |
A D | tracing_backend_posix_bottom.c | 13 FILE *f; in tracing_backend_posix_init_bottom() local
|
/subsys/bluetooth/host/classic/ |
A D | l2cap_br_internal.h | 226 #define BT_L2CAP_I_FRAME_ENH_CONTROL_SET(tx_seq, f, req_seq, sar) \ argument 237 #define BT_L2CAP_I_FRAME_EXT_CONTROL_SET(f, tx_seq, sar, req_seq) \ argument 258 #define BT_L2CAP_S_FRAME_ENH_CONTROL_SET(s, p, f, req_seq) \ argument 269 #define BT_L2CAP_S_FRAME_EXT_CONTROL_SET(f, req_seq, s, p) \ argument
|
A D | l2cap_br.c | 5317 static int bt_l2cap_br_update_f(struct bt_l2cap_br_chan *br_chan, uint8_t f) in bt_l2cap_br_update_f() 5360 uint8_t f = 0; in bt_l2cap_br_ret_fc_s_recv() local 5777 uint8_t f = 0; in bt_l2cap_br_ret_fc_i_recv() local
|
/subsys/mgmt/osdp/src/ |
A D | osdp_common.h | 23 #define ISSET_FLAG(p, f) (((p)->flags & (f)) == (f)) argument 24 #define SET_FLAG(p, f) ((p)->flags |= (f)) argument 25 #define CLEAR_FLAG(p, f) ((p)->flags &= ~(f)) argument
|
/subsys/logging/backends/ |
A D | log_backend_fs.c | 142 struct fs_file_t *f = &fs_file; in write_log_to_file() local
|
/subsys/llext/ |
A D | llext_load.c | 218 #define REGIONS_OVERLAP_ON(x, y, f) \ argument
|
/subsys/bluetooth/controller/ll_sw/ |
A D | ull.c | 1006 uint8_t f, cmplt_prev, cmplt_curr; in ll_rx_get() local 3149 void ull_rxfifo_alloc(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_alloc() 3180 void *ull_rxfifo_release(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_release()
|
/subsys/mgmt/hawkbit/ |
A D | hawkbit.c | 555 static const char *hawkbit_status_finished(enum hawkbit_status_fini f) in hawkbit_status_finished()
|
/subsys/bluetooth/controller/hci/ |
A D | hci.c | 5615 struct scan_filter *f; local 6603 struct scan_filter *f = &scan_filters[filter]; local
|