Searched defs:ckpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckpath.c271 ckpath(char *pathval, int pflags, char *defstr, char *error, char *help, function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c704 char ckpath[4][MAXPATHLEN]; local
709 if (snprintf(ckpath[i++], MAXPATHLEN, "%s%s", NB_NETBOOT_ROOT, filename)
713 if (net != NULL && snprintf(ckpath[i++], MAXPATHLEN, "%s%s/%s",
718 if (snprintf(ckpath[i++], MAXPATHLEN, "%s%s/%s",
722 if (net != NULL && snprintf(ckpath[i++], MAXPATHLEN,
733 if (WBCGI_FILE_EXISTS(ckpath[i], buf)) {
734 if ((ret = cb(ckpath[i], arg)) != WBCGI_FTW_CBCONT)

Completed in 74 milliseconds