Lines Matching refs:code_buf

538 	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()
4050 char *str = pri->code_buf; in get_timex_modes()
4055 used = strlcat(str, "|MOD_OFFSET", sizeof (pri->code_buf)); in get_timex_modes()
4057 used = strlcat(str, "|MOD_FREQUENCY", sizeof (pri->code_buf)); in get_timex_modes()
4059 used = strlcat(str, "|MOD_MAXERROR", sizeof (pri->code_buf)); in get_timex_modes()
4061 used = strlcat(str, "|MOD_ESTERROR", sizeof (pri->code_buf)); in get_timex_modes()
4063 used = strlcat(str, "|MOD_STATUS", sizeof (pri->code_buf)); in get_timex_modes()
4065 used = strlcat(str, "|MOD_TIMECONST", sizeof (pri->code_buf)); in get_timex_modes()
4067 used = strlcat(str, "|MOD_CLKB", sizeof (pri->code_buf)); in get_timex_modes()
4069 used = strlcat(str, "|MOD_CLKA", sizeof (pri->code_buf)); in get_timex_modes()
4071 if (used == 0 || used >= sizeof (pri->code_buf)) in get_timex_modes()
4072 (void) snprintf(str, sizeof (pri->code_buf), " 0x%.4x", val); in get_timex_modes()
4080 char *str = pri->code_buf; in get_timex_status()
4085 used = strlcat(str, "|STA_PLL", sizeof (pri->code_buf)); in get_timex_status()
4087 used = strlcat(str, "|STA_PPSFREQ", sizeof (pri->code_buf)); in get_timex_status()
4089 used = strlcat(str, "|STA_PPSTIME", sizeof (pri->code_buf)); in get_timex_status()
4091 used = strlcat(str, "|STA_FLL", sizeof (pri->code_buf)); in get_timex_status()
4094 used = strlcat(str, "|STA_INS", sizeof (pri->code_buf)); in get_timex_status()
4096 used = strlcat(str, "|STA_DEL", sizeof (pri->code_buf)); in get_timex_status()
4098 used = strlcat(str, "|STA_UNSYNC", sizeof (pri->code_buf)); in get_timex_status()
4100 used = strlcat(str, "|STA_FREQHOLD", sizeof (pri->code_buf)); in get_timex_status()
4103 used = strlcat(str, "|STA_PPSSIGNAL", sizeof (pri->code_buf)); in get_timex_status()
4105 used = strlcat(str, "|STA_PPSJITTER", sizeof (pri->code_buf)); in get_timex_status()
4107 used = strlcat(str, "|STA_PPSWANDER", sizeof (pri->code_buf)); in get_timex_status()
4109 used = strlcat(str, "|STA_PPSERROR", sizeof (pri->code_buf)); in get_timex_status()
4112 used = strlcat(str, "|STA_CLOCKERR", sizeof (pri->code_buf)); in get_timex_status()
4114 if (used == 0 || used >= sizeof (pri->code_buf)) in get_timex_status()
4115 (void) snprintf(str, sizeof (pri->code_buf), " 0x%.4x", val); in get_timex_status()