Lines Matching refs:ids
1616 static int parse_mtdids(const char *const ids) argument
1618 const char *p = ids;
1628 debug("\n---parse_mtdids---\nmtdids = %s\n\n", ids);
1729 const char *ids, *parts; local
1750 ids = env_get("mtdids");
1762 debug("env_ids : %s\n", ids);
1770 if (!ids) {
1773 ids = mtdids_default;
1774 env_set("mtdids", (char *)ids);
1780 if (strlen(ids) > MTDIDS_MAXLEN - 1) {
1802 if ((last_ids[0] != '\0') && (strcmp(last_ids, ids) == 0)) {
1807 if (parse_mtdids(ids) != 0) {
1813 strncpy(last_ids, ids, MTDIDS_MAXLEN);