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.c72 char *li_mntpoint; /* Path of mounted device. */ member in struct:log_info
163 if (lip->li_mntpoint != (char *)NULL) {
164 free(lip->li_mntpoint);
165 lip->li_mntpoint = (char *)NULL;
218 lip->li_mntpoint = strdup(mntbuf.mnt_mountp);
313 lip->li_mntpoint = strdup("/");
340 * Open the mount point of the file system (li_mntpoint) to get a
351 if ((fd = open((lip->li_mntpoint ? lip->li_mntpoint : lip->li_tmpmp),
487 fd = open(li.li_mntpoint, O_RDONL
[all...]

Completed in 57 milliseconds