Searched refs:format (Results 551 - 575 of 583) sorted by relevance

<<21222324

/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c100 #error No VTOC format defined.
619 /* starting LBA: 1 (little endian format) by EFI definition */
624 /* ending LBA: last block on the disk (little endian format) */
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3268 * for passing through the format string and arguments, and constructing a
3283 vpanic(const char *format, va_list alist)
3288 dtrace_vpanic(const char *format, va_list alist)
3309 pushq %rdi /* | %rdi | 0x0 format */
3397 * panicsys(format, alist, rp, on_panic_stack)
3399 movq REGOFF_RDI(%rsp), %rdi /* format */
3434 pushq %rdi /* | %rdi | 0x0 format */
3550 movl 8(%ebp), %ecx / %ecx = format
3551 pushl %ecx / push format
/illumos-gate/usr/src/man/man1m/
H A DMakefile136 format.1m \
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c287 * The format is composed of a fixed size header followed
443 static void fatal(char *format, ...);
1225 dlog(const char *format, ...) argument
1233 va_start(ap, format);
1235 (void) vfprintf(stderr, format, ap);
4529 if (checkflag == 1) { /* Extended tar format and euid == 0 */
4569 } else if (checkflag == 2) { /* tar format and euid == 0 */
5666 fatal(char *format, ...) argument
5670 va_start(ap, format);
5672 (void) vfprintf(stderr, format, a
[all...]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c67 * Generally, instructions found in the same table use the same output format
70 * radically enough from those in the same table, that their own format
73 * Typically each table has a unique format function defined in this file. In
77 * as to when a new format function is defined.
694 * format: call address <name>
906 * format: casa/casxa [%rs1] imm_asi, %rs2, %rd
971 * format a load/store instruction
972 * format: ldXX [%rs1 + %rs2], %rd load, i==0
2217 * format indicates if it is:
2224 prt_imm(dis_handle_t *dhp, uint32_t val, int format) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c812 static const Msg format[] = { variable
883 ld_eprintf(ofl, ERR_NONE, MSG_INTL(format[type]),
3106 * fmt - NULL, or format string to use.
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S85 * Dump format control bytes.
370 movl $dmpfmt,%esi # Dump format string
714 * Dump structure [EBX] to [EDI], using format string [ESI].
820 sio_init: movw $SIO_PRT+0x3,%dx # Data format reg
821 movb $SIO_FMT|0x80,%al # Set format
1028 * Dump format string.
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1266 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ argument
1275 va_start(ap, format);
1286 vsprintf(errmsg,format,ap);
3161 int mhflag; /* Output in makeheaders format if true */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4890 write_data(const char *format, ...) argument
4896 va_start(args, format);
4898 if ((len = vsnprintf(argp, sizeof (argp), format, args)) == -1)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1737 * support for long format is mandatory but many drive don't do it.
4670 * read position format a valid file position can be
7306 * and format of the recorded media before they come
12312 char *format; local
12330 format = "0x0%x ";
12332 format = "0x%x ";
12333 (void) sprintf(&buf[(int)strlen(buf)], format, byte);
14751 case SHORT_POS: /* Short data format */
14851 case LONG_POS: /* Long data format */
14989 case EXT_POS: /* Extended data format */
16467 uchar_t format : 2, member in struct:__anon6533
16473 format : 2; member in struct:__anon6533
16491 char *format; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c913 uint8_t format; local
933 format = aid->aff_format;
935 switch (format) {
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2301 kmem_dumppr(char **pp, char *e, const char *format, ...) argument
2309 va_start(ap, format);
2310 n = vsnprintf(p, e - p, format, ap);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2217 const char *format; local
2225 format = (pos == 0) ? "%s" : " %s";
2227 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3824 char *format; local
3836 format = "%s%c%d%c%d%c%s%c%s%d";
3837 nbuf = sm_stringf_x(format,
6135 usrerr("Cannot rebuild aliases: no database format defined");
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c143 Perror_printf(struct ps_prochandle *P, const char *format, ...) argument
147 va_start(alist, format);
148 vwarn(format, alist);
1042 * Use verbose format if register format is not supported.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c250 static int v4compat = 0; /* Compatible printing format for status */
409 case 'n': /* numeric format */
443 case 'v': /* verbose output format */
759 * or table, as defined in mib2.h. The format is a T_OPTMGMT_ACK,
5826 * For ipv6 masks format is : dest/mask
6232 * Handle -f argument. Validate input format, sort by keyword, and
6355 fatal(1, "%s: illegal mask format\n", cp);
6443 fatal(int errcode, char *format, ...) argument
6447 if (format == NULL)
6450 va_start(argp, format);
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c217 static int testPath(TEST_TYPES a_tt, char *format, ...);
3127 * a_format - format to use to generate path
3516 * now convert back to the multi-byte format.
3721 * Arguments: a_format - format to use to generate message
3746 /* LINTED warning: variable format specifier to vsnprintf(); */
3760 /* LINTED warning: variable format specifier to vsnprintf(); */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2198 * devnm format is "nodename@busaddr", busaddr format is "gGUID".
4649 * is found, parse the mpxio options list. The format of the
8768 char *format; local
8780 format = "0x0%x ";
8782 format = "0x%x ";
8783 (void) sprintf(&buf[(int)strlen(buf)], format, byte);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c299 * Initially set the format to MS_VUID_FORMAT
394 /* get the data format from the hid descriptor */
506 "Can't set to 3 byte format. Length != 1");
1062 * are in the old format.
2120 wi->format = (usbmsp->usbms_wheel_orient_bf & (1 << wi->id)) ?
2356 /* the data format can't be parsed correctly */
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh582 # Already in "/admin" format, do nothing
643 # do nothing, logical_hn is in fqdn format
647 printf "\n$(gettext "Improper format of logical hostname, exiting").\n" >&2
1912 printf "$(gettext "Enter a list of PAM service names in the following format: service:{first|only|optional}[,..]"): "
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c260 * VAL2STR(SIZE) is "256". This is used to construct format
335 ipqos_msg(enum msg_type msgt, char *format, ...) argument
344 va_start(ap, format);
352 /* fill in format string */
353 (void) vsnprintf(str_buf, IPQOS_MSG_BUF_SZ, format, ap);
404 (void) strlcat(fmt_buf, format, IPQOS_MSG_BUF_SZ);
4288 * Reads the values of an integer array from fp whose format is:
4906 * Reads an enumeration bitmask definition from line. The format is:
5153 * Parses the string info_str into it's components. Its format is:
5238 * The format expecte
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh707 # (side-by-side). This format is familiar to users of sdiff(1) or
1553 # Mercurial support uses a file list in wx format, so this
1564 # Print out Code Inspection figures similar to sccs-prt(1) format.
1736 # Call hg-active to get the active list output in the wx active list format
1771 # Transform a specified 'git log' output format into a wx-like active list.
1801 open(F, "git whatchanged --pretty=format:%B $parent..$child |");
2472 # command format, i.e. pathname lines alternating with SCCS comment
2624 --format='%(refname:short) %(upstream:short)' \
2662 # If we don't have a wx-format file list, build one we can pull change
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1363 mail(char *usrname, char *mesg, int format) argument
1392 switch (format) {
2862 msg("message received - bad format");
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c3152 EL(ha, "format=%d, vp=%d, status=%d\n",
3153 pkt->format, pkt->vp_index, pkt->status);
3155 if (pkt->format == 1) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2170 uint32_t format:8; member in struct:__anon7429::__anon7430::__anon7461
2184 uint32_t format:8; member in struct:__anon7429::__anon7430::__anon7461

Completed in 305 milliseconds

<<21222324