Lines Matching refs:pri

1664 ioctlname(private_t *pri, uint_t code)  in ioctlname()  argument
1692 (void) sprintf(pri->code_buf, in ioctlname()
1697 (void) sprintf(pri->code_buf, in ioctlname()
1701 (void) sprintf(pri->code_buf, "(('%c'<<8)|%d)", in ioctlname()
1704 ioctl_ioccom(pri->code_buf, sizeof (pri->code_buf), in ioctlname()
1707 (void) sprintf(pri->code_buf, "0x%.4X", code); in ioctlname()
1708 str = (const char *)pri->code_buf; in ioctlname()
1845 rctl_local_action(private_t *pri, uint_t val) in rctl_local_action() argument
1849 char *s = pri->code_buf; in rctl_local_action()
1856 sizeof (pri->code_buf)); in rctl_local_action()
1861 sizeof (pri->code_buf)); in rctl_local_action()
1866 sizeof (pri->code_buf)); in rctl_local_action()
1879 rctl_local_flags(private_t *pri, uint_t val) in rctl_local_flags() argument
1882 char *s = pri->code_buf; in rctl_local_flags()
1889 sizeof (pri->code_buf)); in rctl_local_flags()
1927 openarg(private_t *pri, int arg) in openarg() argument
1929 char *str = pri->code_buf; in openarg()
1955 (void) strlcat(str, "|O_NDELAY", sizeof (pri->code_buf)); in openarg()
1957 (void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf)); in openarg()
1959 (void) strlcat(str, "|O_SYNC", sizeof (pri->code_buf)); in openarg()
1961 (void) strlcat(str, "|O_DSYNC", sizeof (pri->code_buf)); in openarg()
1963 (void) strlcat(str, "|O_NONBLOCK", sizeof (pri->code_buf)); in openarg()
1965 (void) strlcat(str, "|O_CREAT", sizeof (pri->code_buf)); in openarg()
1967 (void) strlcat(str, "|O_TRUNC", sizeof (pri->code_buf)); in openarg()
1969 (void) strlcat(str, "|O_EXCL", sizeof (pri->code_buf)); in openarg()
1971 (void) strlcat(str, "|O_NOCTTY", sizeof (pri->code_buf)); in openarg()
1973 (void) strlcat(str, "|O_LARGEFILE", sizeof (pri->code_buf)); in openarg()
1975 (void) strlcat(str, "|O_RSYNC", sizeof (pri->code_buf)); in openarg()
1977 (void) strlcat(str, "|O_XATTR", sizeof (pri->code_buf)); in openarg()
1979 (void) strlcat(str, "|O_NOFOLLOW", sizeof (pri->code_buf)); in openarg()
1981 (void) strlcat(str, "|O_NOLINKS", sizeof (pri->code_buf)); in openarg()
1983 (void) strlcat(str, "|O_CLOEXEC", sizeof (pri->code_buf)); in openarg()
1985 (void) strlcat(str, "|FXATTRDIROPEN", sizeof (pri->code_buf)); in openarg()
2009 ipcflags(private_t *pri, int arg) in ipcflags() argument
2011 char *str = pri->code_buf; in ipcflags()
2031 msgflags(private_t *pri, int arg) in msgflags() argument
2038 str = ipcflags(pri, arg); in msgflags()
2049 semflags(private_t *pri, int arg) in semflags() argument
2056 str = ipcflags(pri, arg); in semflags()
2067 shmflags(private_t *pri, int arg) in shmflags() argument
2074 str = ipcflags(pri, arg); in shmflags()
2180 strevents(private_t *pri, int arg) in strevents() argument
2182 char *str = pri->code_buf; in strevents()
2205 tiocflush(private_t *pri, int arg) /* bit map passsed by TIOCFLUSH */ in tiocflush() argument
2207 char *str = pri->code_buf; in tiocflush()
2239 mountflags(private_t *pri, int arg) /* bit map of mount syscall flags */ in mountflags() argument
2241 char *str = pri->code_buf; in mountflags()
2249 used = strlcat(str, "|MS_RDONLY", sizeof (pri->code_buf)); in mountflags()
2251 used = strlcat(str, "|MS_FSS", sizeof (pri->code_buf)); in mountflags()
2253 used = strlcat(str, "|MS_DATA", sizeof (pri->code_buf)); in mountflags()
2255 used = strlcat(str, "|MS_NOSUID", sizeof (pri->code_buf)); in mountflags()
2257 used = strlcat(str, "|MS_REMOUNT", sizeof (pri->code_buf)); in mountflags()
2259 used = strlcat(str, "|MS_NOTRUNC", sizeof (pri->code_buf)); in mountflags()
2261 used = strlcat(str, "|MS_OVERLAY", sizeof (pri->code_buf)); in mountflags()
2263 used = strlcat(str, "|MS_OPTIONSTR", sizeof (pri->code_buf)); in mountflags()
2265 used = strlcat(str, "|MS_GLOBAL", sizeof (pri->code_buf)); in mountflags()
2267 used = strlcat(str, "|MS_FORCE", sizeof (pri->code_buf)); in mountflags()
2269 used = strlcat(str, "|MS_NOMNTTAB", sizeof (pri->code_buf)); in mountflags()
2271 if (used == 0 || used >= sizeof (pri->code_buf)) in mountflags()
2278 svfsflags(private_t *pri, ulong_t arg) /* bit map of statvfs syscall flags */ in svfsflags() argument
2280 char *str = pri->code_buf; in svfsflags()
2312 fuflags(private_t *pri, int arg) /* fusers() output flags */ in fuflags() argument
2314 char *str = pri->code_buf; in fuflags()