/illumos-gate/usr/src/cmd/modload/ |
H A D | modinfo.c | 35 static int wide; variable 97 wide++; 207 if (wide) {
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t6.c | 22 void wide(char *, char *, char *); 71 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); 88 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); 116 wide(table[ilin][icol-k].col, FN(ilin,icol-k), SZ(ilin,icol-k)); 200 ".if t .if \\n(TW>\\n(.li .tm Table at line %d file %s is too wide - \\n(TW units\n", iline-1, ifile); 205 wide(char *s, char *fn, char *size) function
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | iso.multibyte.c | 95 wchar_t wide; local 271 * Goto where it generates wide character. 278 wide = 0; 299 wide = ch; 300 wide = (wide << 8 | tch); 303 wide = ch; 315 wide = ch; 316 wide = (wide << 421 wchar_t wide; local [all...] |
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4ext.c | 110 int wide; /* multi-byte locale */ variable
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | disks_private.h | 108 int wide; member in struct:disk
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | utility.c | 543 * wxwrite() implements a buffered write() function for null-terminated wide 566 * wide character format earlier, we can safely assume that the buffer 794 xdump(FILE *fp, uchar_t *buf, size_t bufsize, int wide) argument 809 if (wide) { 826 if (wide) {
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sgen.c | 657 * If the hba and the target both support wide xfers, enable them. 659 if (scsi_ifgetcap(&sg_state->sgen_scsiaddr, "wide-xfer", 1) != -1) { 660 int wide = 0; local 663 wide = 1; 664 if (scsi_ifsetcap(&sg_state->sgen_scsiaddr, "wide-xfer", 665 wide, 1) == 1) { 667 "sgen_attach: wide xfer %s, " 669 wide ? "enabled" : "disabled",
|
H A D | st.c | 867 int wide; local 991 * If it's a SCSI-2 tape drive which supports wide, 992 * tell the host adapter to use wide. 994 wide = ((devp->sd_inq->inq_rdf == RDF_SCSI2) && 997 if (scsi_ifsetcap(ROUTE, "wide-xfer", wide, 1) == 1) { 999 "Wide Transfer %s\n", wide ? "enabled" : "disabled");
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_slice.c | 1705 * protocol (SCSI-2, -3, fast/wide), then the slices are 1741 boolean_t wide = B_FALSE; local 1747 (error = hba_supports_wide(hba, &wide)); 1790 (fast20 == ufast20) && (wide == uwide) &&
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 144 int wide = 1; /* -w option default */ variable 236 wide = 0; 460 if (wide) { 590 if (wide) {
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 788 int wide = 0; local 812 wide = MCREG_FIELD_F_revFG(&drcfg_lo, Width128); 814 wide = MCREG_FIELD_F_preF(&drcfg_lo, Width128); 816 mcp->mcp_accwidth = wide ? 128 : 64;
|