Searched refs:aptype (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1415 * Note: an aptype cannot have a dynamic component
2082 char aptype[MAXPATHLEN]; local
2098 (void) snprintf(aptype, sizeof (aptype), "%s", libloc_p->ap_base);
2103 type = find_arg_type(aptype);
2105 cp = strchr(aptype, ':');
2109 while (isdigit(*cp) && cp != aptype)
2147 if (strncmp(aptype, drv_name, strlen(aptype)) == 0) {
2151 if (strcmp(aptype, drv_nam
[all...]

Completed in 25 milliseconds