Home
last modified time | relevance | path

Searched refs:code_buf (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dprint.c704 char *str = pri->code_buf; in mmap_protect()
714 (void) strlcat(str, "|PROT_READ", sizeof (pri->code_buf)); in mmap_protect()
716 (void) strlcat(str, "|PROT_WRITE", sizeof (pri->code_buf)); in mmap_protect()
718 (void) strlcat(str, "|PROT_EXEC", sizeof (pri->code_buf)); in mmap_protect()
725 char *str = pri->code_buf; in mmap_type()
728 #define CBSIZE sizeof (pri->code_buf) in mmap_type()
745 (void) snprintf(str + used, sizeof (pri->code_buf) - used, in mmap_type()
800 #define CBSIZE sizeof (pri->code_buf) in prt_mob()
801 char *s = pri->code_buf; in prt_mob()
873 #define CBSIZE sizeof (pri->code_buf) in prt_mc4()
[all …]
H A Dprocset.c72 (void) sprintf(pri->code_buf, "%d", arg); in idop_enum()
73 str = (const char *)pri->code_buf; in idop_enum()
100 (void) sprintf(pri->code_buf, "%ld", arg); in idtype_enum()
101 str = (const char *)pri->code_buf; in idtype_enum()
111 char *str = pri->code_buf; in woptions()
H A Dcodes.c1970 (void) sprintf(pri->code_buf, in ioctlname()
1975 (void) sprintf(pri->code_buf, in ioctlname()
1979 (void) sprintf(pri->code_buf, "(('%c'<<8)|%d)", in ioctlname()
1982 ioctl_ioccom(pri->code_buf, sizeof (pri->code_buf), in ioctlname()
1985 (void) sprintf(pri->code_buf, "0x%.4X", code); in ioctlname()
1986 str = (const char *)pri->code_buf; in ioctlname()
2127 char *s = pri->code_buf; in rctl_local_action()
2134 sizeof (pri->code_buf)); in rctl_local_action()
2139 sizeof (pri->code_buf)); in rctl_local_action()
2144 sizeof (pri->code_buf)); in rctl_local_action()
[all …]
H A Dexpound.c538 char *str = pri->code_buf; in synch_type()
930 (void) sprintf(pri->code_buf, "0x%.4X", flags); in strflags()
931 s = pri->code_buf; in strflags()
1972 char *str = pri->code_buf; in pollevent()
2577 char *s = pri->code_buf; in sigset_string()
2590 return (pri->code_buf); in sigset_string()
2803 (void) sprintf(pri->code_buf, "code=%d", sip->si_code); in print_siginfo32()
2804 code = (const char *)pri->code_buf; in print_siginfo32()
2960 (void) sprintf(pri->code_buf, "code=%d", sip->si_code); in print_siginfo()
2961 code = (const char *)pri->code_buf; in print_siginfo()
[all …]
H A Dramdata.h120 char code_buf[160]; /* for symbolic arguments, e.g., ioctl codes */ member
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c874 static char code_buf[80]; in mflags() local
886 (void) snprintf(code_buf, sizeof (code_buf), "%c%c%c%c%c ", in mflags()
893 return (code_buf); in mflags()
/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c369 static char code_buf[100]; in sigflags() local
370 char *str = code_buf; in sigflags()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c361 static char code_buf[200]; in prflags() local
362 char *str = code_buf; in prflags()
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c1172 static char code_buf[80]; in mflags() local
1173 char *str = code_buf; in mflags()