Lines Matching defs:ua
1035 * If given a full path and NULL ua, search for a cache entry
1051 e_devid_cache_path_to_devid(char *path, char *ua,
1060 if (path == NULL || *path == '\0' || (ua && *ua == '\0') ||
1066 if (ua) {
1068 ualen = strlen(ua);
1092 if (ua == NULL) {
1100 * The compare for initial path plus ua and unknown nodename
1114 * "/<nodename>@<ua>" after the initial portion already
1122 node = cand + pathlen + 1; /* <node>@<ua> string */
1132 * Check we still have enough length and that ua matches
1136 strncmp(ua, uasep + 1, ualen) != 0)
1144 if (ua && nodenamebuf) {