Home
last modified time | relevance | path

Searched refs:width (Results 201 – 225 of 342) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h121 multiboot_uint32_t width; member
H A Dtem_impl.h161 screen_size_t width; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c56 print_cpuset_range(ulong_t *cs, int words, int width) in print_cpuset_range() argument
90 if (width > count) in print_cpuset_range()
91 mdb_printf("%*s", width - count, ""); in print_cpuset_range()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c119 static int width(char *s, char *os);
672 return (width(s, os) / tabsize); in tabs()
676 width(char *s, char *os) in width() function
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c587 plat_tem_get_prom_size(size_t *height, size_t *width) in plat_tem_get_prom_size() argument
590 *width = fb_info.terminal.x; in plat_tem_get_prom_size()
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c159 t.width[i] = 1; /* default widths */ in ptinit()
178 t.width[i+_SPECCHAR_ST] = *p++ - '0'; in ptinit()
440 phyw = w = t.Char * t.width[k]; in ptout1()
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpr.fd35 Options: MODES width\=\(.*\) = -w\1
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex319 \node[draw=ocre!60,line width=1pt,circle,fill=ocre!25,font=\sffamily\bfseries,inner sep=2pt,outer s…
362 \node[anchor=north west,inner sep=0pt] at (0,0) {\includegraphics[width=\paperwidth]{\thechapterima…
368 …t,fill=white,fill opacity=.6,text opacity=1,draw=ocre,draw opacity=1,line width=2pt,inner sep=15pt…
383 \node[anchor=north west] at (-4pt,4pt) {\includegraphics[width=\paperwidth]{\thechapterimage}};
385 \draw[anchor=west] (5cm,-9cm) node [rounded corners=25pt,draw=ocre,line width=2pt,inner sep=15pt]{\…
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2421 line[1].width = 0; in starttext()
2470 line[textcount].width = lastx - line[textcount].start; in endtext()
2473 fprintf(tf, "(%s)%d %d", line[i].str, line[i].spaces, line[i].width); in endtext()
2537 line[textcount].width = lastx - line[textcount].start; in endstring()
2542 line[textcount].width = 0; in endstring()
/illumos-gate/usr/src/cmd/troff/
H A Dext.h183 short width; member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2591 int base = 0, flag = 0, width = 0, prec = 0; in doprf() local
2621 width = (width * 10) + c - '0'; in doprf()
2663 _n = (int)(width - _i); in doprf()
2668 if (width && !(flag & FLG_UT_MINUS)) { in doprf()
2675 if (width && (flag & FLG_UT_MINUS)) { in doprf()
2753 if (width && !(flag & FLG_UT_MINUS)) { in doprf()
2755 _n = (int)(width - ssize - psize); in doprf()
2773 if (width && (flag & FLG_UT_MINUS)) { in doprf()
2775 _n = (int)(width - ssize - psize); in doprf()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c1030 cpu_acpi_write_port(ACPI_IO_ADDRESS address, uint32_t value, uint32_t width) in cpu_acpi_write_port() argument
1032 if (ACPI_FAILURE(AcpiOsWritePort(address, value, width))) { in cpu_acpi_write_port()
1044 cpu_acpi_read_port(ACPI_IO_ADDRESS address, uint32_t *value, uint32_t width) in cpu_acpi_read_port() argument
1046 if (ACPI_FAILURE(AcpiOsReadPort(address, value, width))) { in cpu_acpi_read_port()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h203 static inline int ib_width_enum_to_int(enum ib_port_width width) in ib_width_enum_to_int() argument
205 switch (width) { in ib_width_enum_to_int()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h129 uint32_t width; member
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A DMakefile74 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c392 int width; in print_control_line() local
416 width = col_sz[col_type]; in print_control_line()
420 width > 0 ? width : 1, in print_control_line()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DREADME36 single argument, namely the width of the character. The name of the PostScript
/illumos-gate/usr/src/data/locale/tools/
H A Dwidths-0.txt3 # within these ranges (inclusive) have screen width 0.
/illumos-gate/usr/src/cmd/ls/
H A Dls.c407 int width; in main() local
1070 width = strcol((unsigned char *)argv[optind]); in main()
1071 if (width > filewidth) in main()
1072 filewidth = width; in main()
1574 int width; in rddir() local
1603 width = strcol((unsigned char *)dentry->d_name); in rddir()
1604 if (width > filewidth) in rddir()
1605 filewidth = width; in rddir()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c178 int width; in fm_printf() local
182 width = vsnprintf(&c1, sizeof (c1), format, ap); in fm_printf()
185 if (c + width >= cols) { in fm_printf()
198 return ((c + width) % cols); in fm_printf()
/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c389 uint32_t width = cache->sc_data_bits * cache->sc_nsubchan / in topo_dimm_calc_size() local
397 *sizep = pndie * width * cache->sc_nranks * in topo_dimm_calc_size()
408 *sizep = pndie * width * cache->sc_even_ranks * in topo_dimm_calc_size()
415 *sizep += pndie * width * cache->sc_odd_ranks * in topo_dimm_calc_size()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c562 int width = is64? 16 : 8; in dumpregs() local
575 regname[i], width, (long)reg[i]); in dumpregs()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h121 unsigned char width; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1920 long long width; in handle_bitfield() local
1931 width = const_expression_value(expr); in handle_bitfield()
1932 bitfield->bit_size = width; in handle_bitfield()
1934 if (width < 0 || width > INT_MAX) { in handle_bitfield()
1935 sparse_error(token->pos, "invalid bitfield width, %lld.", width); in handle_bitfield()
1936 width = -1; in handle_bitfield()
1937 } else if (*ctx->ident && width == 0) { in handle_bitfield()
1940 width = -1; in handle_bitfield()
1945 if (Wone_bit_signed_bitfield && width == 1 && is_signed) { in handle_bitfield()
1958 bitfield->bit_size = width; in handle_bitfield()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c105 int width=0; in writedefs() local
139 width = 10*width + n-'0'; in writedefs()
157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); in writedefs()
2029 …e,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) in kiaentity() argument
2047 nv_setsize(np,width); in kiaentity()
2054 …%..64d;%..64d;%c;%d;%s\n",np->hash,type,len,name,first,last,parent,lexp->fscript,pkind,width,attr); in kiaentity()
2056 …;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,name,first,last,parent,lexp->fscript,pkind,width,attr); in kiaentity()

12345678910>>...14