Home
last modified time | relevance | path

Searched full:id (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dcan.h47 rt_uint32_t id : 29; member
60 #define RT_CAN_FILTER_ITEM_INIT(id,ide,rtr,mode,mask,ind,args) \ argument
61 {(id), (ide), (rtr), (mode), (mask), -1, (ind), (args)}
62 #define RT_CAN_FILTER_STD_INIT(id,ind,args) \ argument
63 RT_CAN_FILTER_ITEM_INIT(id,0,0,0,0xFFFFFFFF,ind,args)
64 #define RT_CAN_FILTER_EXT_INIT(id,ind,args) \ argument
65 RT_CAN_FILTER_ITEM_INIT(id,1,0,0,0xFFFFFFFF,ind,args)
66 #define RT_CAN_STD_RMT_FILTER_INIT(id,ind,args) \ argument
67 RT_CAN_FILTER_ITEM_INIT(id,0,1,0,0xFFFFFFFF,ind,args)
68 #define RT_CAN_EXT_RMT_FILTER_INIT(id,ind,args) \ argument
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.glade5 <widget class="GtkWindow" id="window1">
25 <widget class="GtkVBox" id="vbox1">
31 <widget class="GtkMenuBar" id="menubar1">
35 <widget class="GtkMenuItem" id="file1">
41 <widget class="GtkMenu" id="file1_menu">
44 <widget class="GtkImageMenuItem" id="load1">
53 <widget class="GtkImage" id="image39">
67 <widget class="GtkImageMenuItem" id="save1">
76 <widget class="GtkImage" id="image40">
90 <widget class="GtkImageMenuItem" id="save_as1">
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_phy_trace.h40 ble_phy_trace_void(unsigned id) in ble_phy_trace_void() argument
42 os_trace_api_void(ble_phy_trace_off + id); in ble_phy_trace_void()
46 ble_phy_trace_u32(unsigned id, uint32_t p1) in ble_phy_trace_u32() argument
48 os_trace_api_u32(ble_phy_trace_off + id, p1); in ble_phy_trace_u32()
52 ble_phy_trace_u32x2(unsigned id, uint32_t p1, uint32_t p2) in ble_phy_trace_u32x2() argument
54 os_trace_api_u32x2(ble_phy_trace_off + id, p1, p2); in ble_phy_trace_u32x2()
58 ble_phy_trace_u32x3(unsigned id, uint32_t p1, uint32_t p2, uint32_t p3) in ble_phy_trace_u32x3() argument
60 os_trace_api_u32x3(ble_phy_trace_off + id, p1, p2, p3); in ble_phy_trace_u32x3()
71 ble_phy_trace_void(unsigned id)
76 ble_phy_trace_u32(unsigned id, uint32_t p1)
[all …]
H A Dble_ll_trace.h51 ble_ll_trace_u32(unsigned id, uint32_t p1) in ble_ll_trace_u32() argument
53 os_trace_api_u32(ble_ll_trace_off + id, p1); in ble_ll_trace_u32()
57 ble_ll_trace_u32x2(unsigned id, uint32_t p1, uint32_t p2) in ble_ll_trace_u32x2() argument
59 os_trace_api_u32x2(ble_ll_trace_off + id, p1, p2); in ble_ll_trace_u32x2()
63 ble_ll_trace_u32x3(unsigned id, uint32_t p1, uint32_t p2, uint32_t p3) in ble_ll_trace_u32x3() argument
65 os_trace_api_u32x3(ble_ll_trace_off + id, p1, p2, p3); in ble_ll_trace_u32x3()
76 ble_ll_trace_u32(unsigned id, uint32_t p1)
81 ble_ll_trace_u32x2(unsigned id, uint32_t p1, uint32_t p2)
86 ble_ll_trace_u32x3(unsigned id, uint32_t p1, uint32_t p2, uint32_t p3)
/nrf52832-nimble/rt-thread/components/utilities/logtrace/
H A Dlog_trace.c35 rt_inline int _idname_len(log_trace_idnum_t id) in _idname_len() argument
38 if ((id & 0x000000FF) == 0) in _idname_len()
40 if ((id & 0x0000FF00) == 0) in _idname_len()
42 if ((id & 0x00FF0000) == 0) in _idname_len()
44 if ((id & 0xFF000000) == 0) in _idname_len()
50 rt_uint32_t id2 = id >> 32; in _idname_len()
75 if (_cache->id.num == num) in _lg_lookup_session()
85 if (_the_sessions[i]->id.num == num) in _lg_lookup_session()
95 else if (_the_sessions[i]->id.num > num) in _lg_lookup_session()
99 else // _the_sessions[i]->id.num < num in _lg_lookup_session()
[all …]
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.c37 .id = {.name = "vbus"},
47 .id = {.name = "vbus"},
129 rt_uint8_t id; member
237 rt_wm_que_dec(&_chn_wm_que[dpkg.id]); in _bus_out_entry()
240 if (!_chn_connected(dpkg.id)) in _bus_out_entry()
246 "(data: %p, len: %d, prio: %d, id: %d)\n", in _bus_out_entry()
247 dpkg.data, dpkg.len, dpkg.prio, dpkg.id); in _bus_out_entry()
272 RT_VBUS_OUT_RING->blks[RT_VBUS_OUT_RING->put_idx].id = dpkg.id; in _bus_out_entry()
310 _vbus_indicate(RT_VBUS_EVENT_ID_TX, dpkg.id); in _bus_out_entry()
322 rt_err_t rt_vbus_post(rt_uint8_t id, in rt_vbus_post() argument
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_table.c56 if ((instance->instance_oid.len >= 3) && (instance->instance_oid.id[0] == 1)) { in snmp_table_get_instance()
61 if (col_def->index == instance->instance_oid.id[1]) { in snmp_table_get_instance()
78 &(instance->instance_oid.id[1]), in snmp_table_get_instance()
79 &(instance->instance_oid.id[2]), in snmp_table_get_instance()
99 /* check that first part of id is 0 or 1, referencing fixed row entry */ in snmp_table_get_next_instance()
100 if ((instance->instance_oid.len > 0) && (instance->instance_oid.id[0] > 1)) { in snmp_table_get_next_instance()
104 column = instance->instance_oid.id[1]; in snmp_table_get_next_instance()
107 snmp_oid_assign(&row_oid, &(instance->instance_oid.id[2]), instance->instance_oid.len - 2); in snmp_table_get_next_instance()
156 instance->instance_oid.id[0] = 1; in snmp_table_get_next_instance()
157 instance->instance_oid.id[1] = col_def->index; in snmp_table_get_next_instance()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_table.c56 if ((instance->instance_oid.len >= 3) && (instance->instance_oid.id[0] == 1)) { in snmp_table_get_instance()
61 if (col_def->index == instance->instance_oid.id[1]) { in snmp_table_get_instance()
78 &(instance->instance_oid.id[1]), in snmp_table_get_instance()
79 &(instance->instance_oid.id[2]), in snmp_table_get_instance()
99 /* check that first part of id is 0 or 1, referencing fixed row entry */ in snmp_table_get_next_instance()
100 if ((instance->instance_oid.len > 0) && (instance->instance_oid.id[0] > 1)) { in snmp_table_get_next_instance()
104 column = instance->instance_oid.id[1]; in snmp_table_get_next_instance()
107 snmp_oid_assign(&row_oid, &(instance->instance_oid.id[2]), instance->instance_oid.len - 2); in snmp_table_get_next_instance()
156 instance->instance_oid.id[0] = 1; in snmp_table_get_next_instance()
157 instance->instance_oid.id[1] = col_def->index; in snmp_table_get_next_instance()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dyconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
43 const struct kconf_id *id; member
46 %token <id>T_MAINMENU
47 %token <id>T_MENU
48 %token <id>T_ENDMENU
49 %token <id>T_SOURCE
50 %token <id>T_CHOICE
51 %token <id>T_ENDCHOICE
52 %token <id>T_COMMENT
53 %token <id>T_CONFIG
[all …]
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_compiler.c42 finsh_code_dword((long)node->id.syscall->func); in finsh_compile()
49 sysvar = node->id.sysvar; in finsh_compile()
115 var = node->id.var; in finsh_compile()
358 var = finsh_node_child(node)->id.var; in finsh_compile()
360 /* ld_dword &id */ in finsh_compile()
369 /* ld_value_byte &id */ in finsh_compile()
391 /* ld_value_word &id */ in finsh_compile()
413 /* ld_dword &id */ in finsh_compile()
439 var = finsh_node_child(node)->id.var; in finsh_compile()
441 /* ld_dword &id */ in finsh_compile()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dfsm.c54 * Randomize fsm id on link/init.
108 f->id = 0; /* XXX Start with random id? */ in fsm_init()
301 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_close()
340 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout()
385 u_char code, id; in fsm_input() local
389 * Parse header (code, id and length). in fsm_input()
398 GETCHAR(id, inp); in fsm_input()
417 FSMDEBUG(LOG_INFO, ("fsm_input(%s):%d,%d,%d\n", PROTO_NAME(f), code, id, l)); in fsm_input()
423 fsm_rconfreq(f, id, inp, len); in fsm_input()
427 fsm_rconfack(f, id, inp, len); in fsm_input()
[all …]
H A Dpap.c338 u_char code, id; in upap_input() local
342 * Parse header (code, id and length). in upap_input()
351 GETCHAR(id, inp); in upap_input()
368 upap_rauthreq(u, inp, id, len); in upap_input()
372 upap_rauthack(u, inp, id, len); in upap_input()
376 upap_rauthnak(u, inp, id, len); in upap_input()
380 …UPAPDEBUG(LOG_INFO, ("pap_input: UNHANDLED default: code: %d, id: %d, len: %d.\n", code, id, len)); in upap_input()
390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) in upap_rauthreq() argument
398 UPAPDEBUG(LOG_INFO, ("pap_rauth: Rcvd id %d.\n", id)); in upap_rauthreq()
409 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */ in upap_rauthreq()
[all …]
H A Dchap.c147 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len);
148 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len);
367 u_char code, id; in ChapInput() local
371 * Parse header (code, id and length). in ChapInput()
380 GETCHAR(id, inp); in ChapInput()
397 ChapReceiveChallenge(cstate, inp, id, len); in ChapInput()
401 ChapReceiveResponse(cstate, inp, id, len); in ChapInput()
405 ChapReceiveFailure(cstate, inp, id, len); in ChapInput()
409 ChapReceiveSuccess(cstate, inp, id, len); in ChapInput()
423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveChallenge() argument
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dfsm.c48 * Randomize fsm id on link/init.
63 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len);
64 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len);
65 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len);
66 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len);
82 f->id = 0; /* XXX Start with random id? */ in fsm_init()
210 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in terminate_layer()
282 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout()
320 u_char code, id; in fsm_input() local
324 * Parse header (code, id and length). in fsm_input()
[all …]
H A Dpppol2tp.c456 …PPPDEBUG(LOG_DEBUG, ("pppol2tp: tunnel ID mismatch, assigned=%d, received=%d\n", l2tp->remote_tunn… in pppol2tp_input()
460 …PPPDEBUG(LOG_DEBUG, ("pppol2tp: session ID mismatch, assigned=%d, received=%d\n", l2tp->remote_ses… in pppol2tp_input()
580 PPPDEBUG(LOG_DEBUG, ("pppol2tp: AVP Assign tunnel ID length check failed\n")); in pppol2tp_dispatch_control_packet()
584 … PPPDEBUG(LOG_DEBUG, ("pppol2tp: Assigned tunnel ID %"U16_F"\n", l2tp->source_tunnel_id)); in pppol2tp_dispatch_control_packet()
597 /* Generate hash of ID, secret, challenge */ in pppol2tp_dispatch_control_packet()
613 /* Generate hash of ID, secret, challenge */ in pppol2tp_dispatch_control_packet()
638 PPPDEBUG(LOG_DEBUG, ("pppol2tp: AVP Assign session ID length check failed\n")); in pppol2tp_dispatch_control_packet()
642 … PPPDEBUG(LOG_DEBUG, ("pppol2tp: Assigned session ID %"U16_F"\n", l2tp->source_session_id)); in pppol2tp_dispatch_control_packet()
808 PUTSHORT(0, p); /* Tunnel Id */ in pppol2tp_send_sccrq()
809 PUTSHORT(0, p); /* Session Id */ in pppol2tp_send_sccrq()
[all …]
H A Dchap-new.c54 int (*chap_verify_hook)(const char *name, const char *ourname, int id,
95 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id,
100 static void chap_respond(ppp_pcb *pcb, int id,
102 static void chap_handle_status(ppp_pcb *pcb, int code, int id,
181 /* Start with a random ID value */ in chap_auth_peer()
182 pcb->chap_server.id = magic(); in chap_auth_peer()
274 p[1] = ++pcb->chap_server.id; in chap_generate_challenge()
282 static void chap_handle_response(ppp_pcb *pcb, int id, argument
298 if (id != pcb->chap_server.challenge[PPP_HDRLEN+1] || len < 2)
328 ok = (*verifier)(name, pcb->chap_server.name, id, pcb->chap_server.digest,
[all …]
H A Deap.c432 int id, i, plen, toffs; in eap_figure_next_state() local
478 id = *(unsigned char *)clear; in eap_figure_next_state()
479 if (id + 1 <= plen && id + 9 > plen) in eap_figure_next_state()
520 id = strtol((char *)secbuf, &cp, 10); in eap_figure_next_state()
521 if (*cp++ != ':' || id < 0) in eap_figure_next_state()
523 if (id == 0) { in eap_figure_next_state()
530 } else if ((tce = gettcid(id)) != NULL) { in eap_figure_next_state()
893 /* ID number not updated here intentionally; hashed into M1 */ in eap_authpeer()
907 /* EAP ID number must not change on timeout. */ in eap_server_timeout()
1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenst… in eap_send_response() argument
[all …]
H A Dupap.c124 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len);
126 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len);
127 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len);
130 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen);
307 u_char code, id; in upap_input() local
311 * Parse header (code, id and length). in upap_input()
320 GETCHAR(id, inp); in upap_input()
338 upap_rauthreq(pcb, inp, id, len); in upap_input()
343 upap_rauthack(pcb, inp, id, len); in upap_input()
347 upap_rauthnak(pcb, inp, id, len); in upap_input()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dfsm.c48 * Randomize fsm id on link/init.
63 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len);
64 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len);
65 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len);
66 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len);
82 f->id = 0; /* XXX Start with random id? */ in fsm_init()
210 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in terminate_layer()
282 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout()
320 u_char code, id; in fsm_input() local
324 * Parse header (code, id and length). in fsm_input()
[all …]
H A Dpppol2tp.c456 …PPPDEBUG(LOG_DEBUG, ("pppol2tp: tunnel ID mismatch, assigned=%d, received=%d\n", l2tp->remote_tunn… in pppol2tp_input()
460 …PPPDEBUG(LOG_DEBUG, ("pppol2tp: session ID mismatch, assigned=%d, received=%d\n", l2tp->remote_ses… in pppol2tp_input()
602 PPPDEBUG(LOG_DEBUG, ("pppol2tp: AVP Assign tunnel ID length check failed\n")); in pppol2tp_dispatch_control_packet()
606 … PPPDEBUG(LOG_DEBUG, ("pppol2tp: Assigned tunnel ID %"U16_F"\n", l2tp->source_tunnel_id)); in pppol2tp_dispatch_control_packet()
619 /* Generate hash of ID, secret, challenge */ in pppol2tp_dispatch_control_packet()
635 /* Generate hash of ID, secret, challenge */ in pppol2tp_dispatch_control_packet()
660 PPPDEBUG(LOG_DEBUG, ("pppol2tp: AVP Assign session ID length check failed\n")); in pppol2tp_dispatch_control_packet()
664 … PPPDEBUG(LOG_DEBUG, ("pppol2tp: Assigned session ID %"U16_F"\n", l2tp->source_session_id)); in pppol2tp_dispatch_control_packet()
836 PUTSHORT(0, p); /* Tunnel Id */ in pppol2tp_send_sccrq()
837 PUTSHORT(0, p); /* Session Id */ in pppol2tp_send_sccrq()
[all …]
H A Dchap-new.c54 int (*chap_verify_hook)(const char *name, const char *ourname, int id,
95 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id,
100 static void chap_respond(ppp_pcb *pcb, int id,
102 static void chap_handle_status(ppp_pcb *pcb, int code, int id,
181 /* Start with a random ID value */ in chap_auth_peer()
182 pcb->chap_server.id = magic(); in chap_auth_peer()
274 p[1] = ++pcb->chap_server.id; in chap_generate_challenge()
282 static void chap_handle_response(ppp_pcb *pcb, int id, argument
298 if (id != pcb->chap_server.challenge[PPP_HDRLEN+1] || len < 2)
328 ok = (*verifier)(name, pcb->chap_server.name, id, pcb->chap_server.digest,
[all …]
H A Deap.c432 int id, i, plen, toffs; in eap_figure_next_state() local
478 id = *(unsigned char *)clear; in eap_figure_next_state()
479 if (id + 1 <= plen && id + 9 > plen) in eap_figure_next_state()
520 id = strtol((char *)secbuf, &cp, 10); in eap_figure_next_state()
521 if (*cp++ != ':' || id < 0) in eap_figure_next_state()
523 if (id == 0) { in eap_figure_next_state()
530 } else if ((tce = gettcid(id)) != NULL) { in eap_figure_next_state()
893 /* ID number not updated here intentionally; hashed into M1 */ in eap_authpeer()
907 /* EAP ID number must not change on timeout. */ in eap_server_timeout()
1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenst… in eap_send_response() argument
[all …]
H A Dupap.c124 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len);
126 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len);
127 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len);
130 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen);
307 u_char code, id; in upap_input() local
311 * Parse header (code, id and length). in upap_input()
320 GETCHAR(id, inp); in upap_input()
338 upap_rauthreq(pcb, inp, id, len); in upap_input()
343 upap_rauthack(pcb, inp, id, len); in upap_input()
347 upap_rauthnak(pcb, inp, id, len); in upap_input()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dmib2.c55 * IANA assigned enterprise ID for lwIP is 26381
58 * @note this enterprise ID is assigned to the lwIP project,
59 * all object identifiers living under this ID are assigned
64 * to apply for your own enterprise ID with IANA:
767 /** enterprise ID for generic TRAPs, .iso.org.dod.internet.mgmt.mib-2.snmp */
2113 * @param ident points to objectname.0 (object id trailer)
2119 u8_t id; in system_get_object_def() local
2129 LWIP_ASSERT("invalid id", (ident[0] >= 0) && (ident[0] <= 0xff)); in system_get_object_def()
2130 id = (u8_t)ident[0]; in system_get_object_def()
2131 LWIP_DEBUGF(SNMP_MIB_DEBUG,("get_object_def system.%"U16_F".0\n",(u16_t)id)); in system_get_object_def()
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h185 /// Thread ID identifies the thread (pointer to a thread control block).
189 /// Timer ID identifies the timer (pointer to a timer control block).
193 /// Mutex ID identifies the mutex (pointer to a mutex control block).
197 /// Semaphore ID identifies the semaphore (pointer to a semaphore control block).
201 /// Pool ID identifies the memory pool (pointer to a memory pool control block).
205 /// Message ID identifies the message queue (pointer to a message queue control block).
209 /// Mail ID identifies the mail queue (pointer to a mail queue control block).
284 osMailQId mail_id; ///< mail id obtained by \ref osMailCreate
285 osMessageQId message_id; ///< message id obtained by \ref osMessageCreate
334 /// \return thread ID for reference by other functions or NULL in case of error.
[all …]

12345678910>>...29