Searched refs:format (Results 201 - 225 of 583) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c48 usb_parse_data(char *format, argument
61 if ((format == NULL) || (data == NULL) || (structure == NULL)) {
66 while ((fmt = *format) != '\0') {
69 * Could some one pass a "format" that is greater than
71 * that is less than the "format" length.
93 format++;
112 format++;
133 format++;
156 format++;
160 format
173 usb_parse_CV_descr(char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
[all...]
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh32 format=ufs
96 format=isofs
101 # Use ufs format for boot archive instead.
105 format=ufs
396 if [ "$format" = "ufs" ]; then
487 if [ $format = ufs ]; then
511 if [ $format = ufs ] ; then
557 if [ "$format" = "ufs" ]; then
566 if [ "$format" = "ufs" ]; then
571 if [ "$format"
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c57 * output format and requested fields aren't known until run-time, three sets
76 * a given output format, along with output formatting information
147 * Indices for the FLAGS field of the `-i' output format.
208 die("only one output format may be specified\n");
1148 warn(const char *format, ...) argument
1153 format = gettext(format);
1156 va_start(alist, format);
1157 (void) vfprintf(stderr, format, alist);
1160 if (strchr(format, '\
1166 warn_ipmperr(int ipmperr, const char *format, ...) argument
1182 die(const char *format, ...) argument
1202 die_ipmperr(int ipmperr, const char *format, ...) argument
[all...]
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c867 warn(const char *format, ...) argument
871 format = gettext(format);
874 va_start(alist, format);
875 (void) vfprintf(stderr, format, alist);
883 warn_dlerr(dladm_status_t err, const char *format, ...) argument
888 format = gettext(format);
891 va_start(alist, format);
892 (void) vfprintf(stderr, format, alis
899 die(const char *format, ...) argument
941 die_dlerr(dladm_status_t err, const char *format, ...) argument
962 print_flowprop(const char *flowname, show_flowprop_state_t *statep, const char *propname, dladm_prop_type_t type, const char *format, char **pptr) argument
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c87 #define DOTSEEN 64 /* dot appeared in format specification */
156 _doprnt(char *format, va_list in_args, FILE *iop) argument
186 /* and FSHARP are set if corresponding character is in format */
236 char *sformat = format; /* save the beginning of the format */
250 int starflg = 0; /* set to 1 if * format specifier seen */
276 * for each string of ordinary characters or format specification.
281 if ((fcode = *format) != '\0' && fcode != '%') {
282 bp = format;
284 format
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c313 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) argument
349 (void)vsprintf((char *)(state->in), format, va);
353 len = vsprintf((char *)(state->in), format, va);
357 (void)vsnprintf((char *)(state->in), size, format, va);
360 len = vsnprintf((char *)(state->in), size, format, va);
375 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) argument
380 va_start(va, format);
381 ret = gzvprintf(file, format, va);
389 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
392 const char *format;
[all...]
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c38 "[f:format?List the \bprintf\b(3) format signature for each message in"
39 " \acatfile\a. A format signature is one line containing one character"
40 " per format specification:]{"
59 " format, defined as follows. Note that the fields of a message text"
184 ccsfprintf(int from, int to, Sfio_t* sp, const char* format, ...) argument
191 va_start(ap, format);
193 n = sfvprintf(sp, format, ap);
196 n = sfvprintf(tp, format, ap);
228 int format local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c160 switch (fmtgrp->format->bDescriptorSubType) {
177 "Unknown format",
184 (void) strncpy(fmtdesc.description, "Unknown format",
725 * Convert GUID in uncompressed format descriptor to the pixelformat element
791 /* Implement ioctl VIDIOC_S_FMT, set a video format */
793 usbvc_v4l2_set_format(usbvc_state_t *usbvcp, struct v4l2_format *format) argument
814 /* Find the proper format group according to compress type and guid */
820 * a parsed format in format_group[i].
829 type = fmtgrp->format->bDescriptorSubType;
835 if (format
1031 usbvc_v4l2_get_format(usbvc_state_t *usbvcp, struct v4l2_format *format) argument
[all...]
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c47 "[-h type] [-i incr] [-l num] [-n format]\n" \
68 static char format = 'n'; /* Declare the format of numbers to be rt just */ variable
257 format = 'l';
264 format = *(optarg+1);
269 format = 'n';
456 format = 'l';
465 format = argv[j][i+3];
472 format = 'n';
673 if (format
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_callbacks.c159 * format (input) - printf style format.
160 * ... (input) - format arguments.
168 ndmpd_api_log_v2(void *cookie, char *format, ...) argument
178 va_start(ap, format);
180 /*LINTED variable format specifier */
181 (void) vsnprintf(buf, sizeof (buf), format, ap);
437 * format (input) - printf style format.
438 * ... (input) - format argument
446 ndmpd_api_log_v3(void *cookie, ndmp_log_type type, ulong_t msg_id, char *format, ...) argument
734 ndmpd_api_log_v4(void *cookie, ndmp_log_type type, ulong_t msg_id, char *format, ...) argument
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c74 char format[64]; local
94 * then use that. Otherwise just format the unum element.
97 (void) snprintf(format, sizeof (format),
101 (void) snprintf(format, sizeof (format),
105 (void) snprintf(format, sizeof (format),
120 /* LINTED: variable format specifier */
121 size = snprintf(buf, buflen, format, rawunu
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c299 snprintf(char *string, size_t n, char *format, ...) argument
310 va_start(ap, format);
311 count = _doprnt(format, ap, &siop);
318 vsnprintf(char *string, size_t n, char *format, va_list ap) argument
328 count = _doprnt(format, ap, &siop);
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c213 format:
215 fprintf(stderr, gettext("Buffer format error\t"));
237 goto format;
243 goto format;
249 goto format;
255 goto format;
/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c341 context->format = flags;
376 if ((retstat == 0) && (context->format & PRF_XMLM) &&
413 if (context->format & PRF_XMLM) {
416 if (!(context->format & PRF_RAWM) &&
435 if ((retstat == 0) && (context->format & PRF_XMLM)) {
H A Dformat.c124 if (!(context->format & PRF_ONELINE) && (flag == 1))
126 else if (!(context->format & PRF_XMLM))
138 /* no-op if not doing XML format */
139 if (!(context->format & PRF_XMLM))
204 /* no-op if not doing XML format */
205 if (!(context->format & PRF_XMLM))
231 /* no-op if not doing XML format */
232 if (!(context->format & PRF_XMLM))
250 /* no-op if not doing XML format */
251 if (!(context->format
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dadd_definition.c31 * definitions to a format data file.
65 static int add_entry(int col, FILE *fd, char *format, ...);
76 * Add new definitions for the current disk/partition to a format data file.
140 (void) strcpy(x.deflt_str, "./format.dat");
322 #error No VTOC format defined.
374 add_entry(int col, FILE *fd, char *format, ...) argument
377 va_start(ap, format);
386 col += vfprintf(fd, format, ap);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c219 fprintf(FILE *stream, const char *format, ...) argument
236 va_start(va, format);
237 printf(format, va);
240 va_start(va, format);
241 nwritten = vsnprintf(NULL, 0, format, va);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h118 * (NOTE: Uses the same format and definitions as the sd(7D) driver)
417 #define DMSG(_vdc, err_level, format, ...) \
421 cmn_err(CE_CONT, "?[%d,t@%p] %s: "format, \
427 #define DMSGX(err_level, format, ...) \
430 cmn_err(CE_CONT, "?%s: "format, __func__, __VA_ARGS__);\
441 #define DMSGX(err_level, format, ...)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_status.c130 void save_error_message(OM_uint32 minor_code, const char *format, ...) argument
136 va_start(ap, format);
137 n = vasprintf(&s, format, ap);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c138 void save_error_message(OM_uint32 minor_code, const char *format, ...) argument
144 va_start(ap, format);
145 n = vasprintf(&s, format, ap);
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_bargs.c57 int fd = -1, class, format; local
76 format = ident[EI_DATA];
80 format == CUR_ELFDATA) {
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c66 ctl_logger(enum ctl_severity severity, const char *format, ...) { argument
71 va_start(ap, format);
72 vfprintf(stderr, format, ap);
/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c172 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) argument
178 va_start(ap, format);
179 n = vsnprintf(cd->cd_ptr, len, format, ap);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c57 KSSL_DEBUG(const char *format, ...) argument
62 va_start(ap, format);
63 (void) vprintf(format, ap);
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c204 debug(int level, char *format, ...) argument
209 va_start(ap, format);
210 (void) vsprintf(buf, format, ap);

Completed in 207 milliseconds

1234567891011>>