Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ramdiskadm/
H A Dmain.c133 char blkpath[MAXPATHLEN]; in di_callback() local
176 (void) snprintf(blkpath, sizeof (blkpath), in di_callback()
178 (void) printf(FORMAT, FW, FW, blkpath, *sizep, in di_callback()
/titanic_44/usr/src/cmd/lofiadm/
H A Dmain.c307 char blkpath[MAXPATHLEN]; in wait_until_dev_complete() local
311 (void) snprintf(blkpath, sizeof (blkpath), "/dev/%s/%d", in wait_until_dev_complete()
317 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0) in wait_until_dev_complete()
332 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0) in wait_until_dev_complete()
339 if (stat64(blkpath, &buf) == -1) { in wait_until_dev_complete()
340 die(gettext("%s was not created"), blkpath); in wait_until_dev_complete()