Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c261 char mountpt_dir[MAXPATHLEN + 1]; in make_mp() local
286 (void) snprintf(mountpt_dir, sizeof (mountpt_dir), "%s/%s", in make_mp()
288 if (mkdir(mountpt_dir, 0) == SYSERR) { in make_mp()
292 lip->li_tmpmp = strdup(mountpt_dir); in make_mp()