Searched refs:format (Results 401 - 425 of 583) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c101 "Reg property has invalid format" },
200 char *format; local
209 format = wcolon;
214 format = wocolon;
222 format = wocolon;
239 (void) snprintf(path, stringsize, format, prefix, device, suffix);
305 char format[FMT_SIZE]; local
311 /* Build format of print, "%<size*2>.<size*2>x" */
312 (void) snprintf(format, FMT_SIZE, "%%%d.%dx ", size * 2, size * 2);
319 (void) printf(format, valu
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java215 * configuration at the supplied location in the supplied format.
218 * @param format The format of the export.
221 public void export(String location, int format) throws PoolsException argument
223 if (PoolInternal.pool_conf_export(getConf(), location, format)
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h145 #define _PRN(format, ...) \
146 cmn_err(CE_CONT, format"%s", __func__, __VA_ARGS__)
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c135 kmf_create_csr_file(KMF_DATA *csrdata, KMF_ENCODE_FORMAT format, argument
145 if (format != KMF_FORMAT_PEM && format != KMF_FORMAT_ASN1)
148 if (format == KMF_FORMAT_PEM) {
163 if (format == KMF_FORMAT_PEM) {
335 newextn.format = KMF_X509_DATAFORMAT_ENCODED;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c257 die(const char *format, ...) argument
261 va_start(ap, format);
262 (void) vfprintf(stderr, format, ap);
1350 prf(const char *format, ...) argument
1354 va_start(ap, format);
1355 (void) vfprintf(stderr, format, ap);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencert.c586 char *format = NULL; local
613 "K:(outkey)S:(serial)F:(format)u:(keyusage)C:(curve)"
702 if (format)
704 format = optarg_av;
781 if (format && (fmt = Str2Format(format)) == KMF_FORMAT_UNDEF) {
783 gettext("Error parsing format string (%s).\n"),
784 format);
H A Dexport.c439 KMF_CREDENTIAL *cred, KMF_ENCODE_FORMAT format,
489 &format, sizeof (format));
568 &format, sizeof (format));
820 "is the only export format "
438 pk_export_pk11_keys(KMF_HANDLE_T kmfhandle, char *token, KMF_CREDENTIAL *cred, KMF_ENCODE_FORMAT format, char *label, char *filename, int oclass) argument
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c903 itm_error(char *format, ...) argument
906 va_start(ap, format);
909 (void) vfprintf(stderr, format, ap);
1006 trace_message(char *format, ...) argument
1009 va_start(ap, format);
1011 (void) vfprintf(stderr, format, ap);
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c218 * create a clear EFI partition table when format is used
691 * order to make the rest of format(1M) happy.
755 #error No VTOC format defined.
849 #error No VTOC format defined.
871 #error No VTOC format defined.
903 #error No VTOC format defined.
1135 #error No VTOC format defined.
1152 #error No VTOC format defined.
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c123 " dlstat show-link -h [-a] [-d] [-F <format>]\n"
2339 warn(const char *format, ...) argument
2343 format = gettext(format);
2346 va_start(alist, format);
2347 (void) vfprintf(stderr, format, alist);
2358 die_dlerr(dladm_status_t err, const char *format, ...) argument
2363 format = gettext(format);
2366 va_start(alist, format);
2380 die(const char *format, ...) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c39 * usb_as that selects the correct alternate with passed format
1473 char *format; local
1483 format = CS_AC_INPUT_TERM_FORMAT;
1488 format = CS_AC_OUTPUT_TERM_FORMAT;
1493 format = CS_AC_MIXER_UNIT_DESCR1_FORMAT "255c";
1498 format = CS_AC_SELECTOR_UNIT_DESCR1_FORMAT "255c";
1503 format = CS_AC_FEATURE_UNIT_FORMAT "255c";
1508 format = CS_AC_PROCESSING_UNIT_DESCR1_FORMAT "255c";
1513 format = CS_AC_EXTENSION_UNIT_DESCR1_FORMAT "255c";
1528 if (usb_parse_data(format, buffe
2986 usb_audio_formats_t format; local
5196 usb_audio_format_t *format; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c256 * format, ... - As per the printf() family
267 elfedit_msg(elfedit_msg_t type, const char *format, ...) argument
281 va_start(args, format);
340 (void) vfprintf(stream, format, args);
468 elfedit_printf(const char *format, ...) argument
483 va_start(args, format);
485 err = vfprintf(fptr, format, args);
511 * Some our modules use liblddb routines to format ELF output.
520 dbg_print(Lm_list *lml, const char *format, ...) argument
543 va_start(ap, format);
821 usage_optarg_insert_str(char **cur, size_t *n, size_t *cur_col, const char *format, ...) argument
1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path, const char *format, const char *s1, const char *s2, const char *s3, const char *s4) argument
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c826 const char *format; local
864 format = "%.*lX %*luK %4s %-6s %s\n";
866 format = "%.*lX %*luK %4s %s\n";
870 (void) printf(format, addr_width, vaddr, size_width - 1, size,
878 format = "%.*lX %*luK %4s %-6s%s %s\n";
880 format = "%.*lX %*luK %4s%s %s\n";
908 (void) printf(format, addr_width, vaddr,
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c410 char *format; local
414 format = separator ? ", %d" : "%d";
415 mdb_printf(format, start);
416 count = mdb_snprintf(&tmp, 1, format, start);
418 format = separator ? ", %d-%d" : "%d-%d";
419 mdb_printf(format, start, end);
420 count = mdb_snprintf(&tmp, 1, format, start, end);
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c87 fmd_log_dprintf(fmd_log_t *lp, const char *format, ...) argument
93 va_start(ap, format);
94 (void) vfprintf(stderr, format, ap);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c102 _doprnt(char *format, va_list in_args, FILE *file) argument
106 /* Current position in format */
127 /* Flags - nonzero if corresponding character appears in format */
188 char *sformat = format; /* save the beginning of the format */
211 cp = format;
228 * for each ordinary character or format specification.
239 * then parse the format specification.
486 * format letter -- there is nothing left for
685 * E-format
[all...]
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c75 dprintf(const char *format, ...) argument
79 va_start(alist, format);
80 (void) vfprintf(stderr, format, alist);
122 * Convert text format microcode release into binary format.
193 * If we get here, we are processing a text format file
568 * Convert from text format to binary format
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c729 inquire(char *format, ...) argument
738 va_start(args, format);
740 (void) vfprintf(stderr, format, args);
/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.c175 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) argument
183 scmd->uscsi_cdb[2] = format & 0xf;
194 if ((format == 0) && (buflen == 4) && (buf[0] == 0) && (buf[1] == 2)) {
629 /* full format */
634 buf[8] = 0x98; /* type = 26 DVD+RW format */
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c228 fork_sulogin(boolean_t immediate, const char *format, ...) argument
239 va_start(args, format);
240 (void) vprintf(format, args);
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h537 char *smlGetParamF(SML_TAG *tag, char *format, ...);
557 char *format, ...);
565 void smlSetParamF(SML_TAG *tag, char *name, char *format, ...);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c379 gprintf(int level, const char *format, ...) argument
383 va_start(ap, format);
388 (void) vprintf(format, ap);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h951 void grub_printf (const char *format,...);
952 int grub_sprintf (char *buffer, const char *format, ...);
967 void noisy_printf (const char *format,...);
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c98 static unsigned int format; /* Output format */ variable
155 format = optfmt(optarg);
218 Warn(fname, "Loader format is %s; processing as %s",
234 ohdr.fmt = format;
503 * Convert an option argument to a format code.
512 errx(1, "%s: Unknown format", arg);
573 "usage: btxld [-qv] [-b file] [-E address] [-e address] [-f format]",
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c125 fmd_ckpt_inval(fmd_ckpt_t *ckp, const char *format, ...) argument
129 va_start(ap, format);
130 fmd_verror(EFMD_CKPT_INVAL, format, ap);
350 fmd_ckpt_error(fmd_ckpt_t *ckp, int err, const char *format, ...) argument
355 va_start(ap, format);
356 fmd_verror(err, format, ap);

Completed in 141 milliseconds

<<11121314151617181920>>