Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c70 char *li_mntpoint; /* Path of mounted device. */ member
161 if (lip->li_mntpoint != (char *)NULL) { in cleanup()
162 free(lip->li_mntpoint); in cleanup()
163 lip->li_mntpoint = (char *)NULL; in cleanup()
216 lip->li_mntpoint = strdup(mntbuf.mnt_mountp); in is_mounted()
311 lip->li_mntpoint = strdup("/"); in make_mp()
349 if ((fd = open((lip->li_mntpoint ? lip->li_mntpoint : lip->li_tmpmp), in rlflush()
485 fd = open(li.li_mntpoint, O_RDONLY); in rl_log_control()