Lines Matching refs:strioc
1733 struct strioctl strioc; in mlink_file() local
1811 strioc.ic_cmd = cmd; in mlink_file()
1812 strioc.ic_timout = INFTIM; in mlink_file()
1813 strioc.ic_len = sizeof (struct linkblk); in mlink_file()
1814 strioc.ic_dp = (char *)&linkp->li_lblk; in mlink_file()
1901 error = strdoioctl(stp, &strioc, FNATIVE, in mlink_file()
2025 struct strioctl strioc; in munlink() local
2051 strioc.ic_cmd = I_UNLINK; in munlink()
2053 strioc.ic_cmd = I_PUNLINK; in munlink()
2054 strioc.ic_timout = INFTIM; in munlink()
2055 strioc.ic_len = sizeof (struct linkblk); in munlink()
2056 strioc.ic_dp = (char *)&linkp->li_lblk; in munlink()
2058 error = strdoioctl(stp, &strioc, FNATIVE, in munlink()