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