Home
last modified time | relevance | path

Searched refs:apbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2301 char apbuf[MAXPATHLEN]; in find_arg_type() local
2321 if (len >= sizeof (apbuf)) { in find_arg_type()
2325 (void) strncpy(apbuf, ap_id, len); in find_arg_type()
2326 apbuf[len] = '\0'; in find_arg_type()
2332 if (*apbuf == '/' && stat(apbuf, &sbuf) == 0) { in find_arg_type()
2339 (void) snprintf(path, sizeof (path), "%s/%s", CFGA_DEV_DIR, apbuf); in find_arg_type()
2352 if ((mkr = strchr(apbuf, ':')) == NULL) { in find_arg_type()
2355 size_ap = strlen(apbuf); in find_arg_type()
2357 mkr = apbuf; in find_arg_type()