Home
last modified time | relevance | path

Searched refs:width (Results 151 – 175 of 342) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c473 mdb_one_bit(int width, int bit, int on) in mdb_one_bit() argument
478 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP); in mdb_one_bit()
480 for (i = --width; i > bit; i--) in mdb_one_bit()
492 mdb_inval_bits(int width, int start, int stop) in mdb_inval_bits() argument
497 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP); in mdb_inval_bits()
499 for (i = --width; i > stop; i--) in mdb_inval_bits()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c959 int width = strlen(HDR_PLGRP_HOME_CHANGE); in do_op() local
972 if (len < width) in do_op()
973 (void) printf("%*c\n", (int)(width - len), ' '); in do_op()
1134 int width = strlen(HDR_PLGRP_HOME_CHANGE); in do_op() local
1157 if (len < width) in do_op()
1158 (void) printf("%*c", width - len, ' '); in do_op()
1160 (void) printf("%-*d", width, (int)home); in do_op()
/illumos-gate/usr/src/contrib/bhyve/dev/io/
H A Diodev.h36 u_int width; member
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c112 int width; in array_widest_str() local
114 width = 0; in array_widest_str()
116 if ((i = strlen(array->sv_text)) > width) in array_widest_str()
117 width = i; in array_widest_str()
120 return (width); in array_widest_str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c854 int width; in leaky_subr_dump_end() local
862 width = 16; in leaky_subr_dump_end()
870 width = sizeof (uintptr_t) * 2; in leaky_subr_dump_end()
878 width = sizeof (uintptr_t) * 2; in leaky_subr_dump_end()
889 width, "Total", lk_ttl, leaks, (lk_ttl == 1) ? "" : "s", in leaky_subr_dump_end()
H A Dlgrp.h53 extern void print_cpuset_range(ulong_t *cs, int words, int width);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc3.c196 unsigned int width, fast_asic, attempts; in t1_mc3_init() local
201 width = is_MC3A(adapter) ? G_MC3_WIDTH(val) : 0; in t1_mc3_init()
302 t1_write_reg_4(adapter, A_MC3_BIST_ADDR_END, (mc3->size << width) - 1); in t1_mc3_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmsio.h45 int width; /* width of the screen */ member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.conf76 centronics-strobe-pulse-width=2;
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h130 int width; /* and its total width */ member
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c337 int width; in dump_data() local
344 width = 8; in dump_data()
346 width = 16; in dump_data()
352 (void) printf("%0*x: ", width, curaddr); in dump_data()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c58 static int output_label( char *buf, char *label, int width,
60 static int output_dn( char *buf, char *dn, int width, int rdncount,
809 output_label( char *buf, char *label, int width, writeptype writeproc, in output_label() argument
821 for (w = ldap_utf8characters(buf); w < (size_t)width; ++w) { in output_label()
834 output_dn( char *buf, char *dn, int width, int rdncount, in output_dn() argument
848 } else if ( width > 0 ) { in output_dn()
849 sprintf( buf, "%-*s", width, " " ); in output_dn()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanconf.h40 size_t width; member
H A Dout.h36 size_t width; /* width of cell */ member
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h68 char width[NROFFCHARS]; member
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbitlib.c155 static int fieldargs (lua_State *L, int farg, int *width) { in fieldargs() argument
162 *width = w; in fieldargs()
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djapanese.h747 #define CHECK2BIG(width,time) \ argument
748 if (oleft < (width)) { \
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h48 unsigned width; member
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c809 prttime(time_t tim, int width) in prttime() argument
824 width = (width > 2) ? width - 1 : 1; in prttime()
825 PRINTF(("%*s ", width, value)); in prttime()
/illumos-gate/usr/src/data/locale/tools/
H A Dwidths-2.txt3 # within these ranges (inclusive) have screen width 2.
/illumos-gate/usr/src/common/pnglite/
H A Dpnglite.h78 unsigned width; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c1292 int width = Verbose ? 78 : 25; local
1340 (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, "%.*s\n", width,
1344 "Deferred: %.*s\n", width - 10,
1358 width, buf);
1362 width, &exmsg[5]);
1368 width - 4, sm_errstring(mcib.mci_errno));
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c127 *width = 0, /* string value of -o width= */ variable
677 if (width)
683 width = (optarg += 6);
/illumos-gate/usr/src/cmd/od/
H A Dod.c97 int width; /* bytes consumed per call */ member
310 while ((m % src->width) != 0) { in add_out()
908 for (i = 0, j = buffer.cons; i < mx; i += out->width) { in main()
910 j += out->width; in main()
/illumos-gate/usr/src/common/vga/
H A Dvgasubr.c92 vga_get_hardware_settings(vgaregmap_t reg, int *width, int *height) in vga_get_hardware_settings() argument
94 *width = (GET_HORIZ_END(reg)+1)*8; in vga_get_hardware_settings()

12345678910>>...14