Searched refs:elem (Results 1 – 1 of 1) sorted by relevance
264 char elem[NAMELEN]; in path_to_channel() local276 path_next = next(path + 1, elem); in path_to_channel()282 for (i = 1; (elem[i] >= '0') && (elem[i] <= '9'); i++) { in path_to_channel()283 n += elem[i] - '0'; in path_to_channel()286 if (elem[i] != '\0') { in path_to_channel()290 channel = attach(elem[0], n); in path_to_channel()300 for (path_next = next(path_next, elem); *elem; in path_to_channel()301 path_next = next(path_next, elem)) { in path_to_channel()306 if (devtab[channel->index]->walk(channel, elem) < 0) { in path_to_channel()
Completed in 3 milliseconds