Lines Matching refs:pri

1703 ioctlname(private_t *pri, uint_t code)  in ioctlname()  argument
1731 (void) sprintf(pri->code_buf, in ioctlname()
1736 (void) sprintf(pri->code_buf, in ioctlname()
1740 (void) sprintf(pri->code_buf, "(('%c'<<8)|%d)", in ioctlname()
1743 ioctl_ioccom(pri->code_buf, sizeof (pri->code_buf), in ioctlname()
1746 (void) sprintf(pri->code_buf, "0x%.4X", code); in ioctlname()
1747 str = (const char *)pri->code_buf; in ioctlname()
1884 rctl_local_action(private_t *pri, uint_t val) in rctl_local_action() argument
1888 char *s = pri->code_buf; in rctl_local_action()
1895 sizeof (pri->code_buf)); in rctl_local_action()
1900 sizeof (pri->code_buf)); in rctl_local_action()
1905 sizeof (pri->code_buf)); in rctl_local_action()
1918 rctl_local_flags(private_t *pri, uint_t val) in rctl_local_flags() argument
1921 char *s = pri->code_buf; in rctl_local_flags()
1928 sizeof (pri->code_buf)); in rctl_local_flags()
1966 openarg(private_t *pri, int arg) in openarg() argument
1968 char *str = pri->code_buf; in openarg()
1994 (void) strlcat(str, "|O_NDELAY", sizeof (pri->code_buf)); in openarg()
1996 (void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf)); in openarg()
1998 (void) strlcat(str, "|O_SYNC", sizeof (pri->code_buf)); in openarg()
2000 (void) strlcat(str, "|O_DSYNC", sizeof (pri->code_buf)); in openarg()
2002 (void) strlcat(str, "|O_NONBLOCK", sizeof (pri->code_buf)); in openarg()
2004 (void) strlcat(str, "|O_CREAT", sizeof (pri->code_buf)); in openarg()
2006 (void) strlcat(str, "|O_TRUNC", sizeof (pri->code_buf)); in openarg()
2008 (void) strlcat(str, "|O_EXCL", sizeof (pri->code_buf)); in openarg()
2010 (void) strlcat(str, "|O_NOCTTY", sizeof (pri->code_buf)); in openarg()
2012 (void) strlcat(str, "|O_LARGEFILE", sizeof (pri->code_buf)); in openarg()
2014 (void) strlcat(str, "|O_RSYNC", sizeof (pri->code_buf)); in openarg()
2016 (void) strlcat(str, "|O_XATTR", sizeof (pri->code_buf)); in openarg()
2018 (void) strlcat(str, "|O_NOFOLLOW", sizeof (pri->code_buf)); in openarg()
2020 (void) strlcat(str, "|O_NOLINKS", sizeof (pri->code_buf)); in openarg()
2022 (void) strlcat(str, "|O_CLOEXEC", sizeof (pri->code_buf)); in openarg()
2024 (void) strlcat(str, "|O_DIRECTORY", sizeof (pri->code_buf)); in openarg()
2026 (void) strlcat(str, "|O_DIRECT", sizeof (pri->code_buf)); in openarg()
2028 (void) strlcat(str, "|FXATTRDIROPEN", sizeof (pri->code_buf)); in openarg()
2052 ipcflags(private_t *pri, int arg) in ipcflags() argument
2054 char *str = pri->code_buf; in ipcflags()
2074 msgflags(private_t *pri, int arg) in msgflags() argument
2081 str = ipcflags(pri, arg); in msgflags()
2092 semflags(private_t *pri, int arg) in semflags() argument
2099 str = ipcflags(pri, arg); in semflags()
2110 shmflags(private_t *pri, int arg) in shmflags() argument
2117 str = ipcflags(pri, arg); in shmflags()
2223 strevents(private_t *pri, int arg) in strevents() argument
2225 char *str = pri->code_buf; in strevents()
2248 tiocflush(private_t *pri, int arg) /* bit map passsed by TIOCFLUSH */ in tiocflush() argument
2250 char *str = pri->code_buf; in tiocflush()
2282 mountflags(private_t *pri, int arg) /* bit map of mount syscall flags */ in mountflags() argument
2284 char *str = pri->code_buf; in mountflags()
2292 used = strlcat(str, "|MS_RDONLY", sizeof (pri->code_buf)); in mountflags()
2294 used = strlcat(str, "|MS_FSS", sizeof (pri->code_buf)); in mountflags()
2296 used = strlcat(str, "|MS_DATA", sizeof (pri->code_buf)); in mountflags()
2298 used = strlcat(str, "|MS_NOSUID", sizeof (pri->code_buf)); in mountflags()
2300 used = strlcat(str, "|MS_REMOUNT", sizeof (pri->code_buf)); in mountflags()
2302 used = strlcat(str, "|MS_NOTRUNC", sizeof (pri->code_buf)); in mountflags()
2304 used = strlcat(str, "|MS_OVERLAY", sizeof (pri->code_buf)); in mountflags()
2306 used = strlcat(str, "|MS_OPTIONSTR", sizeof (pri->code_buf)); in mountflags()
2308 used = strlcat(str, "|MS_GLOBAL", sizeof (pri->code_buf)); in mountflags()
2310 used = strlcat(str, "|MS_FORCE", sizeof (pri->code_buf)); in mountflags()
2312 used = strlcat(str, "|MS_NOMNTTAB", sizeof (pri->code_buf)); in mountflags()
2314 if (used == 0 || used >= sizeof (pri->code_buf)) in mountflags()
2321 svfsflags(private_t *pri, ulong_t arg) /* bit map of statvfs syscall flags */ in svfsflags() argument
2323 char *str = pri->code_buf; in svfsflags()
2355 fuflags(private_t *pri, int arg) /* fusers() output flags */ in fuflags() argument
2357 char *str = pri->code_buf; in fuflags()