Lines Matching refs:code_buf
1702 (void) sprintf(pri->code_buf, in ioctlname()
1707 (void) sprintf(pri->code_buf, in ioctlname()
1711 (void) sprintf(pri->code_buf, "(('%c'<<8)|%d)", in ioctlname()
1714 ioctl_ioccom(pri->code_buf, sizeof (pri->code_buf), in ioctlname()
1717 (void) sprintf(pri->code_buf, "0x%.4X", code); in ioctlname()
1718 str = (const char *)pri->code_buf; in ioctlname()
1859 char *s = pri->code_buf; in rctl_local_action()
1866 sizeof (pri->code_buf)); in rctl_local_action()
1871 sizeof (pri->code_buf)); in rctl_local_action()
1876 sizeof (pri->code_buf)); in rctl_local_action()
1892 char *s = pri->code_buf; in rctl_local_flags()
1899 sizeof (pri->code_buf)); in rctl_local_flags()
1939 char *str = pri->code_buf; in openarg()
1965 (void) strlcat(str, "|O_NDELAY", sizeof (pri->code_buf)); in openarg()
1967 (void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf)); in openarg()
1969 (void) strlcat(str, "|O_SYNC", sizeof (pri->code_buf)); in openarg()
1971 (void) strlcat(str, "|O_DSYNC", sizeof (pri->code_buf)); in openarg()
1973 (void) strlcat(str, "|O_NONBLOCK", sizeof (pri->code_buf)); in openarg()
1975 (void) strlcat(str, "|O_CREAT", sizeof (pri->code_buf)); in openarg()
1977 (void) strlcat(str, "|O_TRUNC", sizeof (pri->code_buf)); in openarg()
1979 (void) strlcat(str, "|O_EXCL", sizeof (pri->code_buf)); in openarg()
1981 (void) strlcat(str, "|O_NOCTTY", sizeof (pri->code_buf)); in openarg()
1983 (void) strlcat(str, "|O_LARGEFILE", sizeof (pri->code_buf)); in openarg()
1985 (void) strlcat(str, "|O_RSYNC", sizeof (pri->code_buf)); in openarg()
1987 (void) strlcat(str, "|O_XATTR", sizeof (pri->code_buf)); in openarg()
1989 (void) strlcat(str, "|O_NOFOLLOW", sizeof (pri->code_buf)); in openarg()
1991 (void) strlcat(str, "|O_NOLINKS", sizeof (pri->code_buf)); in openarg()
1993 (void) strlcat(str, "|O_CLOEXEC", sizeof (pri->code_buf)); in openarg()
1995 (void) strlcat(str, "|O_DIRECTORY", sizeof (pri->code_buf)); in openarg()
1997 (void) strlcat(str, "|FXATTRDIROPEN", sizeof (pri->code_buf)); in openarg()
2023 char *str = pri->code_buf; in ipcflags()
2194 char *str = pri->code_buf; in strevents()
2219 char *str = pri->code_buf; in tiocflush()
2253 char *str = pri->code_buf; in mountflags()
2261 used = strlcat(str, "|MS_RDONLY", sizeof (pri->code_buf)); in mountflags()
2263 used = strlcat(str, "|MS_FSS", sizeof (pri->code_buf)); in mountflags()
2265 used = strlcat(str, "|MS_DATA", sizeof (pri->code_buf)); in mountflags()
2267 used = strlcat(str, "|MS_NOSUID", sizeof (pri->code_buf)); in mountflags()
2269 used = strlcat(str, "|MS_REMOUNT", sizeof (pri->code_buf)); in mountflags()
2271 used = strlcat(str, "|MS_NOTRUNC", sizeof (pri->code_buf)); in mountflags()
2273 used = strlcat(str, "|MS_OVERLAY", sizeof (pri->code_buf)); in mountflags()
2275 used = strlcat(str, "|MS_OPTIONSTR", sizeof (pri->code_buf)); in mountflags()
2277 used = strlcat(str, "|MS_GLOBAL", sizeof (pri->code_buf)); in mountflags()
2279 used = strlcat(str, "|MS_FORCE", sizeof (pri->code_buf)); in mountflags()
2281 used = strlcat(str, "|MS_NOMNTTAB", sizeof (pri->code_buf)); in mountflags()
2283 if (used == 0 || used >= sizeof (pri->code_buf)) in mountflags()
2292 char *str = pri->code_buf; in svfsflags()
2326 char *str = pri->code_buf; in fuflags()