Home
last modified time | relevance | path

Searched refs:width (Results 251 – 275 of 342) sorted by relevance

1...<<11121314

/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h194 int32_t width; member
253 uint32_t width; member
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tlv_layout.h774 uint16_t width; /* Number of lanes */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c639 int width, plen; in main() local
2107 for (width = cylno = 0; cylno < sblock.fs_ncg && cylno < 10; cylno++) { in main()
2160 if ((width + plen) > (WIDTH - 1)) { in main()
2161 width = plen; in main()
2164 width += plen; in main()
2219 for (width = 0; cylno < sblock.fs_ncg; cylno++) { in main()
2268 if ((width + plen) > (WIDTH - 1)) { in main()
2269 width = plen; in main()
2272 width += plen; in main()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1035 termio_addch(termio_data_t *td, char c, size_t width) in termio_addch() argument
1037 if (width == 1) { in termio_addch()
1054 termio_insch(termio_data_t *td, char c, size_t width) in termio_insch() argument
1056 if (width == 1 && (td->tio_flags & TIO_INSERT) && in termio_insch()
H A Dmdb_cmds.c2279 uintptr_t width = 1; in cmd_dump() local
2295 'w', MDB_OPT_UINTPTR, &width, NULL) != argc) in cmd_dump()
2299 (width == 0) || (width > 0x10) || in cmd_dump()
2314 dflags |= MDB_DUMP_GROUP(group) | MDB_DUMP_WIDTH(width); in cmd_dump()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h83 uint8_t width; /* how many phys wide */ member
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME74 special character, followed by white space, followed by the width of
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c339 dp->width = (read_spd_eeprom(channel, slave, 6) >> 5) << 2; in ddr2_eeprom()
345 dp->width); in ddr2_eeprom()
442 dp->width = MTR_WIDTH(mtr); in nb_fbd_dimm_init()
H A Dintel_nbdrv.c181 (void) nvlist_add_uint32(newdimm, "width", (uint32_t)nb_dimm->width); in inb_dimm()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c921 unsigned int width = otype->bit_size; in output_op_cast() local
922 if (insn->size < width) in output_op_cast()
924 else if (insn->size == width) in output_op_cast()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c214 bus->width = (status & E1000_STATUS_BUS64) in e1000_get_bus_info_pci_generic()
246 bus->width = e1000_bus_width_unknown; in e1000_get_bus_info_pcie_generic()
261 bus->width = (enum e1000_bus_width)((pcie_link_status & in e1000_get_bus_info_pcie_generic()
H A De1000_82542.c181 hw->bus.width = e1000_bus_width_unknown; in e1000_get_bus_info_82542()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c388 size_t width = 0; in pci_rcm_info_table() local
437 width = w_info + w_rsrc + 4; in pci_rcm_info_table()
440 table_size = (2 + tuples) * (width + 1) + 2; in pci_rcm_info_table()
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard250 width=* )
251 width=`parse ${i}`
H A Dtsol_netstandard284 width=* )
285 width=`parse ${i}`
H A Dtsol_netstandard_foomatic288 width=* )
289 width=`parse ${i}`
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h489 enum igc_bus_width width; member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2270 int width = 0, w, nentry = fnlast - fn0 + 1; in formatf() local
2280 if (len > width) in formatf()
2281 width = len; in formatf()
2283 width = (width + 8) &~ 7; in formatf()
2284 columns = 80 / width; in formatf()
2306 while (w < width) { in formatf()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c809 i = makem(-width(' ' | chbits)); in getch()
955 return(makem(width('0' | chbits))); in getch()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c958 int width; member
1967 (void) snprintf(cp, colp->width + 1, "%-*s", colp->width, in print_header()
1969 cp += colp->width; in print_header()
3867 line_sz += columns[i].width + 1; in main()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c839 uint16_t v, width; in yge_reset() local
846 width = pci_config_get16(pcih, PEX_LNK_STAT); in yge_reset()
847 width = (width & PEX_LS_LINK_WI_MSK) >> 4; in yge_reset()
850 if (v != width) in yge_reset()
853 "max. width of link(x%d)\n", width, v); in yge_reset()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c1094 uint8_t width; in imc_decode_mtr() local
1097 width = IMC_MTR_WIDTH_BRD_SKX(mtr); in imc_decode_mtr()
1099 width = IMC_MTR_WIDTH_IVB_HAS(mtr); in imc_decode_mtr()
1101 switch (width) { in imc_decode_mtr()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c358 w = widcache[k-32].width;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h773 (ft->width = wid), (ft->precis = pr), (ft->base = bs), \
779 (wid = ft->width), (pr = ft->precis), (bs = ft->base) )

1...<<11121314