Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 6 of 6) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Derrno.h376 #ifndef EILSEQ
377 #define EILSEQ (ERROR_BASE_NO + 84) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h133 #define EILSEQ 84 /* Illegal byte sequence */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h133 #define EILSEQ 84 /* Illegal byte sequence */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h164 #define EILSEQ 84 /* Illegal byte sequence */ macro
/components/legacy/fdt/src/
A Ddtb_access.c441 return -EILSEQ; in dtb_node_property_match_string()
479 return -EILSEQ; in dtb_node_property_read_string_helper()
/components/drivers/sdio/sdhci/
A Dsdhci.c1487 host->data->err = -EILSEQ; in sdhci_data_irq()
1490 host->data->err = -EILSEQ; in sdhci_data_irq()
1638 host->cmd->err = -EILSEQ; in sdhci_cmd_irq()
1656 … err = (auto_cmd_status & RT_SDHCI_AUTO_CMD_TIMEOUT) ? -ETIMEDOUT : -EILSEQ; in sdhci_cmd_irq()

Completed in 19 milliseconds