| /components/libc/posix/ipc/ |
| A D | mqueue.c | 30 int mq_setattr(mqd_t id, in mq_setattr() 58 int mq_getattr(mqd_t id, struct mq_attr *mqstat) in mq_getattr() 193 ssize_t mq_receive(mqd_t id, char *msg_ptr, size_t msg_len, unsigned *msg_prio) in mq_receive() 235 int mq_send(mqd_t id, const char *msg_ptr, size_t msg_len, unsigned msg_prio) in mq_send() 283 ssize_t mq_timedreceive(mqd_t id, in mq_timedreceive() 339 int mq_timedsend(mqd_t id, in mq_timedsend() 362 int mq_notify(mqd_t id, const struct sigevent *notification) in mq_notify() 390 int mq_close(mqd_t id) in mq_close()
|
| /components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/ |
| A D | usb_glue_phytium_plat.c | 27 void usb_hc_setup_xhci_interrupt(uint32_t id) in usb_hc_setup_xhci_interrupt() 36 void usb_hc_revoke_xhci_interrupt(uint32_t id) in usb_hc_revoke_xhci_interrupt() 43 unsigned long usb_hc_get_register_base(uint32_t id) in usb_hc_get_register_base()
|
| /components/lwp/ |
| A D | lwp_shm.c | 85 int id = -1; in _shm_id_alloc() local 101 static void shm_id_free(int id) in shm_id_free() 111 int id = -1; in _lwp_shmget() local 204 static struct lwp_avl_struct *shm_id_to_node(int id) in shm_id_to_node() 229 static int _lwp_shmrm(int id) in _lwp_shmrm() 257 int lwp_shmrm(int id) in lwp_shmrm() 267 static void *_lwp_shmat(int id, void *shm_vaddr) in _lwp_shmat() 304 void *lwp_shmat(int id, void *shm_vaddr) in lwp_shmat() 416 void *_lwp_shminfo(int id) in _lwp_shminfo() 433 void *lwp_shminfo(int id) in lwp_shminfo() [all …]
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | fsm.c | 385 u_char code, id; in fsm_input() local 462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) in fsm_rconfreq() 535 fsm_rconfack(fsm *f, int id, u_char *inp, int len) in fsm_rconfack() 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) in fsm_rconfnakrej() 654 fsm_rtermreq(fsm *f, int id, u_char *p, int len) in fsm_rtermreq() 735 u_char code, id; in fsm_rcoderej() local 867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen) in fsm_sdata()
|
| A D | pap.c | 338 u_char code, id; in upap_input() local 390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) in upap_rauthreq() 466 upap_rauthack(upap_state *u, u_char *inp, int id, int len) in upap_rauthack() 508 upap_rauthnak(upap_state *u, u_char *inp, int id, int len) in upap_rauthnak() 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
|
| A D | chap.c | 367 u_char code, id; in ChapInput() local 423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveChallenge() 521 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) in ChapReceiveResponse() 640 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveSuccess() 678 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveFailure() 851 int code, id, len; in ChapPrintPkt() local
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | fsm.c | 320 u_char code, id; in fsm_input() local 392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq() 459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack() 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 580 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len) { in fsm_rtermreq() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
| A D | upap.c | 307 u_char code, id; in upap_input() local 359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq() 458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack() 493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak() 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 603 int code, id, len; in upap_printpkt() local
|
| A D | eap.c | 432 int id, i, plen, toffs; in eap_figure_next_state() local 1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument 1129 eap_srpval_response(esp, id, flags, str) in eap_srpval_response() argument 1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak() 1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument 1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request() 1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response() 2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success() 2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure() 2071 u_char code, id; in eap_input() local [all …]
|
| A D | chap-new.c | 282 static void chap_handle_response(ppp_pcb *pcb, int id, 411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, 435 static void chap_respond(ppp_pcb *pcb, int id, 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
| A D | chap-md5.c | 61 static int chap_md5_verify_response(ppp_pcb *pcb, int id, const char *name, in chap_md5_verify_response() 95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | fsm.c | 320 u_char code, id; in fsm_input() local 392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq() 459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack() 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 580 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len) { in fsm_rtermreq() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
| A D | upap.c | 307 u_char code, id; in upap_input() local 359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq() 458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack() 493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak() 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 603 int code, id, len; in upap_printpkt() local
|
| A D | eap.c | 432 int id, i, plen, toffs; in eap_figure_next_state() local 1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument 1129 eap_srpval_response(esp, id, flags, str) in eap_srpval_response() argument 1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak() 1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument 1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request() 1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response() 2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success() 2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure() 2071 u_char code, id; in eap_input() local [all …]
|
| A D | chap-new.c | 282 static void chap_handle_response(ppp_pcb *pcb, int id, 411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, 435 static void chap_respond(ppp_pcb *pcb, int id, 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
| /components/drivers/ata/ |
| A D | ahci.c | 37 static int ahci_fill_sg(struct rt_ahci_host *host, int id, in ahci_fill_sg() 74 static rt_err_t ahci_request_io(struct rt_ahci_host *host, int id, in ahci_request_io() 112 static rt_err_t ahci_scsi_cmd_rw(struct rt_ahci_host *host, int id, in ahci_scsi_cmd_rw() 155 static rt_err_t ahci_scsi_synchronize_cache(struct rt_ahci_host *host, int id, in ahci_scsi_synchronize_cache() 192 static rt_err_t ahci_scsi_cmd_write_same(struct rt_ahci_host *host, int id, in ahci_scsi_cmd_write_same() 218 static rt_err_t ahci_scsi_cmd_read_capacity(struct rt_ahci_host *host, int id, in ahci_scsi_cmd_read_capacity() 234 static rt_err_t ahci_scsi_cmd_test_unit_ready(struct rt_ahci_host *host, int id) in ahci_scsi_cmd_test_unit_ready() 241 static rt_err_t ahci_scsi_cmd_inquiry(struct rt_ahci_host *host, int id, in ahci_scsi_cmd_inquiry() 511 int id; in ahci_isr() local
|
| /components/drivers/usb/cherryusb/port/pusb2/rt-thread/ |
| A D | usb_dc_glue_phytium.c | 30 static void usb_dc_setup_pusb2_interrupt(uint32_t id) in usb_dc_setup_pusb2_interrupt() 39 static void usb_dc_revoke_pusb2_interrupt(uint32_t id) in usb_dc_revoke_pusb2_interrupt() 46 unsigned long usb_dc_get_register_base(uint32_t id) in usb_dc_get_register_base()
|
| A D | usb_hc_glue_phytium.c | 40 static void usb_hc_setup_pusb2_interrupt(uint32_t id) in usb_hc_setup_pusb2_interrupt() 51 static void usb_hc_revoke_pusb2_interrupt(uint32_t id) in usb_hc_revoke_pusb2_interrupt() 58 unsigned long usb_hc_get_register_base(uint32_t id) in usb_hc_get_register_base()
|
| /components/drivers/include/drivers/ |
| A D | ahci.h | 264 #define rt_ahci_ata_id_has_lba(id) ((id)[49] & (1 << 9)) argument 265 #define rt_ahci_ata_id_has_dma(id) ((id)[49] & (1 << 8)) argument 266 #define rt_ahci_ata_id_has_ncq(id) ((id)[76] & (1 << 8)) argument 267 #define rt_ahci_ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) argument 268 #define rt_ahci_ata_id_removeable(id) ((id)[0] & (1 << 7)) argument 269 #define rt_ahci_ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) argument 270 #define rt_ahci_ata_id_has_iordy(id) ((id)[49] & (1 << 11)) argument 276 rt_inline rt_bool_t rt_ahci_ata_id_has_lba48(const rt_uint16_t *id) in rt_ahci_ata_id_has_lba48() 287 rt_inline rt_uint64_t rt_ahci_ata_id_n_sectors(rt_uint16_t *id) in rt_ahci_ata_id_n_sectors() 311 rt_inline rt_bool_t rt_ahci_ata_id_has_flush(const rt_uint16_t *id) in rt_ahci_ata_id_has_flush() [all …]
|
| A D | dev_can.h | 218 rt_uint32_t id : 29; member 235 #define RT_CAN_FILTER_STD_INIT(id,ind,args) \ argument 237 #define RT_CAN_FILTER_EXT_INIT(id,ind,args) \ argument 239 #define RT_CAN_STD_RMT_FILTER_INIT(id,ind,args) \ argument 251 #define RT_CAN_FILTER_STD_INIT(id) \ argument 253 #define RT_CAN_FILTER_EXT_INIT(id) \ argument 255 #define RT_CAN_STD_RMT_FILTER_INIT(id) \ argument 257 #define RT_CAN_EXT_RMT_FILTER_INIT(id) \ argument 259 #define RT_CAN_STD_RMT_DATA_FILTER_INIT(id) \ argument 261 #define RT_CAN_EXT_RMT_DATA_FILTER_INIT(id) \ argument [all …]
|
| /components/drivers/virtio/ |
| A D | virtio_net.c | 22 rt_uint16_t id; in virtio_net_tx() local 60 rt_uint16_t id; in virtio_net_rx() local 111 rt_uint16_t id = (i * 2) % queue_rx->num; in virtio_net_init() local
|
| A D | virtio_console.c | 48 rt_uint16_t id; in virtio_console_send_ctrl() local 210 rt_uint16_t id; in virtio_console_port_init() local 301 rt_uint16_t id; in virtio_console_port_read() local 353 rt_uint16_t id; in virtio_console_port_write() local 446 rt_uint16_t id; in virtio_console_init() local 518 rt_uint32_t id; in virtio_console_isr() local
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmpv3_dummy.c | 87 snmpv3_get_engine_id(const char **id, u8_t *len) in snmpv3_get_engine_id() 99 snmpv3_set_engine_id(const char *id, u8_t len) in snmpv3_set_engine_id()
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | mib2.c | 2119 u8_t id; in system_get_object_def() local 2200 u8_t id; in system_get_value() local 2274 u8_t id; in system_set_value() local 2355 u8_t id; in ifentry_get_object_def() local 2464 u8_t id; in ifentry_get_value() local 2644 u8_t id; in ifentry_set_value() local 2724 u8_t id; in atentry_get_value() local 2772 u8_t id; in ip_get_object_def() local 2838 u8_t id; in ip_get_value() local 3072 u8_t id; in ip_addrentry_get_value() local [all …]
|
| /components/drivers/phy/ |
| A D | ofw.c | 109 rt_err_t rt_ofw_get_phyid(struct rt_ofw_node *np,rt_uint32_t *id) in rt_ofw_get_phyid() 132 rt_uint32_t id = 0xffff; in rt_ofw_create_phy() local
|