Searched refs:tmp_ep (Results 1 – 1 of 1) sorted by relevance
1729 char tmp_ep[PARTITION_MAXLEN + 1]; local1754 memset(tmp_ep, 0, sizeof(tmp_ep));1756 strncpy(tmp_ep, current_partition, PARTITION_MAXLEN);1845 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) {1850 debug("--- getting current partition: %s\n", tmp_ep);1852 if (find_dev_and_part(tmp_ep, &cdev, &pnum, &p) == 0) {
Completed in 5 milliseconds