Searched refs:fmt (Results 576 - 600 of 1138) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c72 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__)
74 #define DPRINTF(fmt, ...)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbcache.c47 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
49 # define DEBUG(fmt, args...)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c62 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
64 # define DEBUG(fmt, args...)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h323 * There should be a ## between the string literal and fmt, to make it
327 #define dprintf_dnode(dn, fmt, ...) do { \
336 dprintf_ds((dn)->dn_objset->os_dsl_dataset, "obj=%s " fmt, \
346 #define dprintf_dnode(db, fmt, ...)
H A Ddsl_dataset.h346 #define dprintf_ds(ds, fmt, ...) do { \
350 dprintf("ds=%s " fmt, __ds_name, __VA_ARGS__); \
355 #define dprintf_ds(dd, fmt, ...)
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c181 const char *fmt, ...)
187 va_start(args, fmt);
192 if ((size = vsnprintf(message, BUFSIZ, fmt, args)) >= BUFSIZ)
194 vsnprintf(message, size, fmt, args);
180 _log_rerror(const char *file, int line, int level, request_rec *r, const char *fmt, ...) argument
/illumos-gate/usr/src/head/
H A Dproc_service.h140 extern void ps_plog(const char *fmt, ...);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h134 extern void logmsg(int level, const char *fmt, ...);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c77 static void error(char *fmt, ...);
483 error(char *fmt, ...) argument
489 va_start(ap, fmt);
490 (void) vsprintf(buf+1, fmt, ap);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h307 void dcs_dbg(int level, char *fmt, ...);
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c41 * fmt -- format the concatenation of input files or standard input
44 * Syntax: fmt [ -width | -w width ] [ -cs ] [ name ... ]
103 static void fmt(FILE *);
133 fmt(stdin);
148 fmt(fi);
165 fmt(FILE *fi) function
645 fprintf(stderr, "fmt: bad width: %d\n", width);
810 fprintf(stderr, "fmt: unable to do mail header preservation\n");
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h82 void qsyslog(int pri, const char *fmt, ...);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl683 my $fmt =
685 $text .= sprintf($fmt, $tot, $libbase, $priv);
814 my $fmt = gettext("Symbols in %s Directly Referenced");
815 $text = sprintf($fmt, $lib);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c72 static void awkierr(int perr, char *fmt, va_list ap);
1169 awkerr(char *fmt, ...) argument
1173 va_start(args, fmt);
1174 awkierr(0, fmt, args);
1184 awkperr(char *fmt, ...) argument
1188 va_start(args, fmt);
1189 awkierr(1, fmt, args);
1197 awkierr(int perr, char *fmt, va_list ap) argument
1217 (void) vfprintf(stderr, gettext(fmt), ap);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1.c501 clear_attr_acl(fsck_ino_t inumber, fsck_ino_t parent, char *fmt) argument
509 if (fmt != NULL) {
511 pwarn(fmt, (int)inumber);
513 pwarn(fmt, (int)inumber, (int)parent);
/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c162 fprintf( stderr, "unknown fmt %c\n", *fmt );
/illumos-gate/usr/src/ucbcmd/
H A DMakefile106 fmt \
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c628 const char *dir, const char *node, const char *fmt, ...)
639 va_start(ap, fmt);
640 if (vsscanf(val, fmt, ap) != 1)
651 const char *dir, const char *node, const char *fmt, ...)
660 va_start(ap, fmt);
661 ret = vsnprintf(printf_buffer, PRINTF_BUFFER_SIZE, fmt, ap);
684 const char *fmt = va_arg(ap, char *); local
691 if (fmt) {
693 if (sscanf(p, fmt, result) != 1)
627 xenbus_scanf(xenbus_transaction_t t, const char *dir, const char *node, const char *fmt, ...) argument
650 xenbus_printf(xenbus_transaction_t t, const char *dir, const char *node, const char *fmt, ...) argument
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c604 acpidev_gen_unitaddr(char *uid, char *fmt, char *buf, size_t len) argument
610 if (fmt == NULL || strlen(fmt) == 0) {
618 for (cnt = 0, i = 0; fmt[i] != 0 && cnt <= 2; i++) {
619 if (fmt[i] != '%') {
621 } else if (fmt[i + 1] == 'u' || fmt[i + 1] == 'x') {
632 "!acpidev: invalid uid format string '%s'.", fmt);
637 if (sscanf(uid, fmt, &id1, &id2) != cnt) {
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h89 uint_t level, const char *fmt, ...) __KPRINTFLIKE(4);
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h244 void smbus_print(int flags, const char *fmt, ...);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c82 #define XEN_UPPC_VERBOSE_IRQ(fmt) \
84 cmn_err fmt;
86 #define XEN_UPPC_VERBOSE_POWEROFF(fmt) \
88 prom_printf fmt;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c376 const char *fmt, ...)
389 if (fmt) {
390 va_start(valist, fmt);
391 (void) vsnprintf(va_str, sizeof (va_str), fmt, valist);
374 emlxs_msg_printf(emlxs_port_t *port, const uint32_t fileno, const uint32_t line, emlxs_msg_t *msg, const char *fmt, ...) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h188 extern void (*_kobj_printf)(void *, const char *fmt, ...);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h42 void smbd_report(const char *fmt, ...);

Completed in 174 milliseconds

<<21222324252627282930>>