Searched refs:format (Results 426 - 450 of 583) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c60 oprintf(FILE *fp, const char *format, ...) argument
64 va_start(ap, format);
65 (void) vfprintf(fp, format, ap);
71 desc_printf(const char *d, FILE *fp, const char *format, ...) argument
75 va_start(ap, format);
76 (void) vfprintf(fp, format, ap);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c909 * proc files in the format "/proc/pid/as" for each pid
2497 dup_err(int level, char *format, ...) argument
2504 va_start(ap, format);
2505 n = vsnprintf(buf1, 1, format, ap);
2511 va_start(ap, format);
2512 n = vsnprintf(buf2, n, format, ap);
2528 rcmscript_snprintf(char **buf, int *buflen, char **curptr, char *format, ...) argument
2563 va_start(ap, format);
2564 bytesneeded = vsnprintf(*curptr, bytesleft, format, ap);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl465 my $format = gettext("A total of %d binary objects were examined.");
466 $msg .= sprintf($format, $n_checked) . "\n\n\n";
667 # that were checked, returns a pretty-printed format table of the
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c331 static char format[] = "%s%c%s%c%ld%c%s%c%c%c%s%c%s%c%s%c%s"; local
333 sprintf(Record, format,
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c407 * returns current/maximum format capacity in bytes
481 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) argument
491 scmd.uscsi_cdb[2] = format & 0xf;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c82 char *format,
89 format, data, datalen, structure, structlen));
81 usba10_usb_parse_data( char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c141 #define FORMAT_MSG "Auto configuration via format.dat"
717 #error No VTOC format defined.
764 * - format.dat override, via inquiry name
843 * Extract the disk name for the format.dat override
870 * Try for an existing format.dat first
1393 * Construct a new label out of the format.dat
1439 "Configuration via format.dat geometry failed\n");
1595 #error No VTOC format defined.
1615 #error No VTOC format defined.
1635 #error No VTOC format define
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
59 The compressed data format used by default by the in-memory functions is
60 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
63 The library also supports reading and writing files in gzip (.gz) format
65 with "gz". The gzip format is different from the zlib format. gzip is a
70 The zlib format wa
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c120 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */
5058 dnerror(const dt_node_t *dnp, dt_errtag_t tag, const char *format, ...) argument
5065 va_start(ap, format);
5066 xyvwarn(tag, format, ap);
5075 dnwarn(const dt_node_t *dnp, dt_errtag_t tag, const char *format, ...) argument
5082 va_start(ap, format);
5083 xyvwarn(tag, format, ap);
5091 xyerror(dt_errtag_t tag, const char *format, ...) argument
5095 va_start(ap, format);
5096 xyvwarn(tag, format, a
5104 xywarn(dt_errtag_t tag, const char *format, ...) argument
5114 xyvwarn(dt_errtag_t tag, const char *format, va_list ap) argument
5125 yyerror(const char *format, ...) argument
5138 yywarn(const char *format, ...) argument
5148 yyvwarn(const char *format, va_list ap) argument
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h369 extern int httpPrintf(http_t *http, const char *format, ...)
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dipp.h322 char *format, ...);
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c201 "format fmri: %s\n", name, msg ? msg : "unknown error"));
208 DEBUGMSGTL((MODNAME_STR, "cannot format fmri using scheme '%s'",
298 fmd_fmri_warn(const char *format, ...) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s65 mov 4(r5),formp(r5) / format
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c292 td->format = argp->formatID;
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c154 void errmsg(int severity, int code, char *format, ...);
441 errmsg(int severity, int code, char *format, ...) argument
451 va_start(ap, format);
460 (void) vfprintf(stderr, format, ap);
1261 * The attribute specification format is
H A Dcommon.c82 errmsg(int severity, int code, char *format, ...);
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c119 { "format", FLD_FORMAT },
252 cryptodebug("Invalid format option");
377 "\t\t[-F <format>] -k <private_key_file> [elf_object]..."
380 "\t\t[-F <format>] -T <token_label> [-P <pin_file>] [elf_object]..."
742 KMF_ENCODE_FORMAT format; local
764 format = KMF_FORMAT_ASN1;
822 KMF_ENCODE_FORMAT_ATTR, &format, sizeof (format));
1066 (void) fprintf(stdout, gettext("format: %s.\n"), esip->esi_format);
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh176 The time of backup is given in YYYYMMDD_HHMMSS format.
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c92 #define MBERROR(format, args...) printf("%s(%d): "format, \
94 #define MBPANIC(format, args...) printf("%s(%d): "format, \
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk41 # XRINCDIRS: The list of additional include paths, in "foo bar" format.
42 # XRINCS: The list of additional include paths, in "-Ifoo -Ibar" format.
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c28 * Purpose: Audio format conversion routines used by audio.c
259 /* NB: this is a little endian format */
296 * NB: All the destination format conversions use the same or fewer
415 /* NB: this is a little endian format */
610 * Finally convert samples from internal 24 bit format to target format
667 unsigned format; member in struct:audio_format_info
736 * If we have a signed/native endian format, then pick an
738 * format is selected.
741 * format informatio
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c270 static void mod_dprintf(int flag, const char *format, ...) __KPRINTFLIKE(2);
273 mod_dprintf(int flag, const char *format, ...) argument
278 va_start(alist, format);
279 (void) vprintf(format, alist);
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h135 * functions to handle arbitrary descriptors. USBA doesn't know the format
141 * fmt a null terminated string describing the format of
201 char *format,
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c96 const char *nvprt_nmfmt; /* member name format, max one %s */
97 const char *nvprt_eomfmt; /* after member format, e.g. "\n" */
186 * vfmt - format string for pair value, e.g "%d" or "0x%llx"
770 #define NVP(elem, type, vtype, ptype, format) { \
774 (void) printf("%*s%s: " format "\n", indent, "", \
778 #define NVPA(elem, type, vtype, ptype, format) { \
784 (void) printf("%*s%s[%d]: " format "\n", indent, "", \
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h87 * UVC Spec: one format descriptor may be followed by sererval frame
89 * It is called a format group. There might be several format groups follow
93 usbvc_format_descr_t *format; member in struct:usbvc_format_group
107 /* A stream interface may have several format groups */
110 /* The actual format groups we parsed for the stream interface */

Completed in 100 milliseconds

<<11121314151617181920>>