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

/opensolaris-onvv-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1416 * Note: an aptype cannot have a dynamic component
2083 char aptype[MAXPATHLEN]; local
2099 (void) snprintf(aptype, sizeof (aptype), "%s", libloc_p->ap_base);
2104 type = find_arg_type(aptype);
2106 cp = strchr(aptype, ':');
2110 while (isdigit(*cp) && cp != aptype)
2148 if (strncmp(aptype, drv_name, strlen(aptype)) == 0) {
2152 if (strcmp(aptype, drv_nam
[all...]

Completed in 103 milliseconds