Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/titanic_51/usr/src/tools/stabs/
H A Dforth.c73 char *format; forth_do_sou() local
122 switch_on_type(struct mlist * mlp,struct tdesc * tdp,char * format,int level) switch_on_type() argument
163 print_forward(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_forward() argument
170 print_typeof(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_typeof() argument
176 print_volatile(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_volatile() argument
182 print_intrinsic(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_intrinsic() argument
236 print_pointer(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_pointer() argument
261 print_array(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_array() argument
279 print_function(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_function() argument
286 print_struct(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_struct() argument
298 print_union(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_union() argument
310 print_enum(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_enum() argument
[all...]
H A Dgenassym.c82 char *format; genassym_do_sou() local
138 switch_on_type(struct mlist * mlp,struct tdesc * tdp,char * format,int level) switch_on_type() argument
189 print_forward(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_forward() argument
196 print_typeof(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_typeof() argument
202 print_volatile(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_volatile() argument
209 print_intrinsic(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_intrinsic() argument
246 print_pointer(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_pointer() argument
269 print_array(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_array() argument
283 print_function(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_function() argument
290 print_struct(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_struct() argument
299 print_union(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_union() argument
308 print_enum(struct mlist * mlp,struct tdesc * tdp,char * format,int level) print_enum() argument
[all...]
/titanic_51/usr/src/lib/libuutil/common/
H A Duu_pname.c89 uu_warn_internal(int err, const char *format, va_list alist) in uu_warn_internal() argument
101 uu_vwarn(const char *format, va_list alist) in uu_vwarn() argument
108 uu_warn(const char *format, ...) in uu_warn() argument
117 uu_die_internal(int status, const char *format, va_lis argument
135 uu_vdie(const char * format,va_list alist) uu_vdie() argument
142 uu_die(const char * format,...) uu_die() argument
151 uu_vxdie(int status,const char * format,va_list alist) uu_vxdie() argument
158 uu_xdie(int status,const char * format,...) uu_xdie() argument
[all...]
/titanic_51/usr/src/lib/libc/port/print/
H A Dwprintf.c60 wprintf(const wchar_t *format, ...) in wprintf() argument
102 fwprintf(FILE *iop, const wchar_t *format, ...) in fwprintf() argument
145 swprintf(wchar_t *string, size_t n, const wchar_t *format, ...) in swprintf() argument
178 _wprintf_c89(const wchar_t *format, argument
190 _fwprintf_c89(FILE * iop,const wchar_t * format,...) _fwprintf_c89() argument
202 _swprintf_c89(wchar_t * string,size_t n,const wchar_t * format,...) _swprintf_c89() argument
[all...]
H A Dvwprintf.c60 _vwprintf_c89(const wchar_t *format, va_list ap) in _vwprintf_c89() argument
106 _vfwprintf_c89(FILE *iop, const wchar_t *format, va_list ap) in _vfwprintf_c89() argument
152 _vswprintf_c89(wchar_t *string, size_t n, const wchar_t *format, va_list ap) in _vswprintf_c89() argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_err.c165 vwarn(const char *format, va_list alist) in vwarn() argument
177 vdie(const char *format, va_list alist) in vdie() argument
185 vfail(const char *format, va_list alist) in vfail() argument
218 warn(const char *format, ...) in warn() argument
229 die(const char * format,...) die() argument
240 fail(const char * format,...) fail() argument
[all...]
/titanic_51/usr/src/tools/ctf/common/
H A Dutils.c64 vwarn(const char *format, va_list alist) in vwarn() argument
79 warn(const char *format, ...) in warn() argument
89 vdie(const char *format, va_list alist) in vdie() argument
97 die(const char *format, ...) in die() argument
[all...]
/titanic_51/usr/src/cmd/fm/fminject/common/
H A Dinj_err.c68 vwarn(const char *format, va_list alist) in vwarn() argument
83 warn(const char *format, ...) in warn() argument
93 vdie(const char *format, va_list alist) in vdie() argument
101 die(const char *format, ...) in die() argument
[all...]
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c63 fmd_vpanic(const char *format, va_list ap) in fmd_vpanic() argument
115 fmd_panic(const char *format, ...) in fmd_panic() argument
125 fmd_verror(int err, const char *format, va_list ap) in fmd_verror() argument
190 fmd_error(int err,const char * format,...) fmd_error() argument
200 fmd_vdprintf(int mask,const char * format,va_list ap) fmd_vdprintf() argument
237 fmd_dprintf(int mask,const char * format,...) fmd_dprintf() argument
271 fmd_trace(uint_t tag,const char * format,...) fmd_trace() argument
[all...]
/titanic_51/usr/src/tools/ctf/cvt/
H A Dutil.c119 whine(char *type, char *format, va_list ap) in whine() argument
138 terminate(char *format, ...) in terminate() argument
156 aborterr(char *format, ...) in aborterr() argument
169 warning(char * format,...) warning() argument
183 vadebug(int level,char * format,va_list ap) vadebug() argument
195 debug(int level,char * format,...) debug() argument
[all...]
/titanic_51/usr/src/cmd/rcap/common/
H A Dutils.c48 dprintfe(int level, char *format, ...) in dprintfe() argument
59 vdprintfe(int level, const char *format, va_list alist) in vdprintfe() argument
83 debug(char *format, ...) in debug() argument
97 debug_high(char *format, ...) in debug_high() argument
112 warn(const char * format,...) warn() argument
126 die(char * format,...) die() argument
142 info(char * format,...) info() argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_err.c47 kctl_vprintf(int code, const char *format, va_list ap) in kctl_vprintf() argument
66 kctl_warn(const char *format, ...) in kctl_warn() argument
76 kctl_dprintf(const char *format, ...) in kctl_dprintf() argument
[all...]
/titanic_51/usr/src/cmd/svc/startd/
H A Dlog.c162 vlog_prefix(int severity, const char *prefix, const char *format, va_list args) in vlog_prefix() argument
214 log_error(int severity, const char *format, ...) in log_error() argument
225 log_framework(int severity, const char *format, ...) in log_framework() argument
244 log_framework2(int severity, int flags, const char *format, argument
324 vlog_instance(const char * fmri,const char * logstem,boolean_t canlog,const char * format,va_list args) vlog_instance() argument
398 log_instance(const restarter_inst_t * inst,boolean_t canlog,const char * format,...) log_instance() argument
423 log_instance_fmri(const char * fmri,const char * logstem,boolean_t canlog,const char * format,...) log_instance_fmri() argument
551 log_console(int severity,const char * format,...) log_console() argument
[all...]
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c59 fail(char *format, ...) in fail() argument
82 note(char *format, ...) in note() argument
109 log(char *format, va_list ap) in log() argument
156 execlog(char * format,...) execlog() argument
[all...]
/titanic_51/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c181 fth_print_level(uint_t bits, char *format) in fth_print_level() argument
200 fth_convert_format(char * format,char * def) fth_convert_format() argument
214 fth_print_integer(const char * memname,ulong_t off,uint_t bits,char * format,int level) fth_print_integer() argument
252 fth_print_pointer(const char * memname,ulong_t off,uint_t bits,char * format,int level) fth_print_pointer() argument
267 fth_print_struct(char * memname,ulong_t off,char * format,int level) fth_print_struct() argument
283 fth_print_enum(char * memname,ulong_t off,char * format,int level) fth_print_enum() argument
300 fth_print_array(char * memname,ctf_id_t tid,ulong_t off,ssize_t sz,char * format,int level) fth_print_array() argument
432 fth_struct_members(char * memfilter,char * format) fth_struct_members() argument
[all...]
/titanic_51/usr/src/lib/libwrap/
H A Ddiag.c38 static void tcpd_diag(severity, tag, format, ap) in tcpd_diag() argument
56 void VARARGS(tcpd_warn, char *, format) in VARARGS() argument
67 void VARARGS(tcpd_jump, char *, format) in VARARGS() argument
[all...]
/titanic_51/usr/src/uts/common/xen/io/
H A Dxencons.h52 #define DEBUGWARN0(fac, format) \ argument
55 #define DEBUGNOTE0(fac, format) \ argument
58 #define DEBUGNOTE1(fac, format, arg1) \ argument
61 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument
64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
67 DEBUGCONT0(fac,format) global() argument
70 DEBUGCONT1(fac,format,arg1) global() argument
73 DEBUGCONT2(fac,format,arg1,arg2) global() argument
76 DEBUGCONT3(fac,format,arg1,arg2,arg3) global() argument
79 DEBUGCONT4(fac,format,arg1,arg2,arg3,arg4) global() argument
82 DEBUGCONT10(fac,format,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) global() argument
[all...]
/titanic_51/usr/src/lib/libumem/common/
H A Dmisc.c173 log_message(const char *format, ...) in log_message() argument
193 debug_printf(const char *format, ...) in debug_printf() argument
208 umem_vprintf(const char *format, va_list va) in umem_vprintf() argument
218 umem_printf(const char *format, ...) in umem_printf() argument
229 umem_printf_warn(void * ignored,const char * format,...) umem_printf_warn() argument
[all...]
/titanic_51/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c51 __errtext(int severity, char *format, va_list ap) in __errtext() argument
135 errtext(int severity, char *format, ...) in errtext() argument
149 _errmsg(char *tag, int severity, char *format, argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_umemglue.c51 umem_panic(const char *format, ...) in umem_panic() argument
61 umem_err_recoverable(const char *format, ...) in umem_err_recoverable() argument
71 umem_vsnprintf(char *s, size_t n, const char *format, va_list ap) in umem_vsnprintf() argument
77 umem_snprintf(char *s, size_t n, const char *format, ...) in umem_snprintf() argument
[all...]
/titanic_51/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c43 note(const char *format, ...) in note() argument
57 vwarn(const char *format, va_list ap) in vwarn() argument
76 warn(const char *format, ...) in warn() argument
87 die(const char * format,...) die() argument
[all...]
/titanic_51/usr/src/cmd/mdb/tools/common/
H A Ddie.c39 die(char *format, ...) in die() argument
58 elfdie(char *format, ...) in elfdie() argument
[all...]
/titanic_51/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c108 get_alarm_fru_data(int offset, int size, void *buffer, format_t *format) in get_alarm_fru_data() argument
146 get_fru_data(int offset, int size, void *buffer, format_t *format) in get_fru_data() argument
234 read_common_header(fruid_offset_t * offset,format_t * format) read_common_header() argument
264 read_bd_fields(uint8_t * field,int offset,format_t * format) read_bd_fields() argument
330 read_board_info(uint8_t board_offset,payload_t * manr,format_t * format) read_board_info() argument
423 get_manr(format_t * format,payload_t * manr) get_manr() argument
573 write_alarm_fru_data(const void * buffer,size_t size,off_t offset,format_t * format) write_alarm_fru_data() argument
614 write_fru_data(const void * buffer,size_t size,off_t offset,format_t * format) write_fru_data() argument
699 pwrite_new(int fd,const void * buffer,size_t size,off_t offset,format_t * format) pwrite_new() argument
752 pread_new(int fd,void * buffer,size_t size,off_t offset,format_t * format) pread_new() argument
872 format_t format; is_alarm_frudata_available() local
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dcftime.c74 cftime(char *buf, char *format, const time_t *t) in cftime() argument
89 ascftime(char *buf, const char *format, const struct tm *tm) in ascftime() argument
[all...]
/titanic_51/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c33 sunFm_vpanic(const char *format, va_list ap) in sunFm_vpanic() argument
43 sunFm_panic(const char *format, ...) in sunFm_panic() argument

12345678910>>...19