Searched refs:aptype (Results 1 – 1 of 1) sorted by relevance
2089 char aptype[MAXPATHLEN]; in check_ap_impl() local2105 (void) snprintf(aptype, sizeof (aptype), "%s", libloc_p->ap_base); in check_ap_impl()2110 type = find_arg_type(aptype); in check_ap_impl()2112 cp = strchr(aptype, ':'); in check_ap_impl()2116 while (isdigit(*cp) && cp != aptype) in check_ap_impl()2154 if (strncmp(aptype, drv_name, strlen(aptype)) == 0) { in check_ap_impl()2158 if (strcmp(aptype, drv_name) == 0 && in check_ap_impl()