Lines Matching refs:strioc
1730 struct strioctl strioc; in mlink_file() local
1808 strioc.ic_cmd = cmd; in mlink_file()
1809 strioc.ic_timout = INFTIM; in mlink_file()
1810 strioc.ic_len = sizeof (struct linkblk); in mlink_file()
1811 strioc.ic_dp = (char *)&linkp->li_lblk; in mlink_file()
1898 error = strdoioctl(stp, &strioc, FNATIVE, in mlink_file()
2012 struct strioctl strioc; in munlink() local
2038 strioc.ic_cmd = I_UNLINK; in munlink()
2040 strioc.ic_cmd = I_PUNLINK; in munlink()
2041 strioc.ic_timout = INFTIM; in munlink()
2042 strioc.ic_len = sizeof (struct linkblk); in munlink()
2043 strioc.ic_dp = (char *)&linkp->li_lblk; in munlink()
2045 error = strdoioctl(stp, &strioc, FNATIVE, in munlink()