HomeSort by: relevance | last modified time | path
    Searched refs:wide (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/
tga_conf.c 143 int deep, addrmask, wide; local
151 wide = (gder & 0x200) == 0; /* XXX */
162 if (!wide)
169 if (wide) /* sanity */
174 if (wide) /* sanity */
179 if (addrmask == 0x00 && tga2 && wide) {
187 if (!wide)
194 if (wide && !tga2) /* sanity */
  /src/usr.bin/vmstat/
vmstat.c 338 int c, todo, verbose, wide; local
346 reps = todo = verbose = wide = 0;
406 wide++;
484 dopool(verbose, wide);
1458 dopool_sysctl(int verbose, int wide)
1487 wide ? 16 : 11, "Name",
1488 wide ? 9 : 5, "Size",
1489 wide ? 13 : 9, "Requests",
1490 wide ? 8 : 5, "Fail",
1491 wide ? 13 : 9, "Releases"
    [all...]
  /src/lib/libedit/
prompt.c 152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide)
174 p->p_wide = wide;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nvidia/
Makefile 21 tegra20-medcom-wide.dtb \
  /src/sbin/gpt/
show.c 750 int wide = 0; local
799 if (wide < 10) /* avoid overflow! */
800 wide++;
810 switch (wide) {
  /src/sys/dev/ic/
bha.c 486 int wide, period, offset, rlen; local
490 * sync and wide information from here.
505 * First check for wide. On later boards, we can check
506 * directly in the setup info if wide is currently active.
513 wide =
516 wide =
519 if (wide)
522 /* XXX Check `wide permitted' in the config info. */
1288 aprint_normal(", wide LUN support");
1309 * Poll targets 8 - 15 if we have a wide bus
    [all...]
siop_common.c 270 * when not in wide mode (generate false SCSI gross error).
274 * wide.
343 /* we initiated wide negotiation */
365 printf("%s: rejecting invalid wide negotiation from "
389 /* target initiated wide negotiation */
402 * we did reset wide parameters, so fall back to async,
488 /* DT mode can only be done with wide transfers */
666 siop_wdtr_msg(struct siop_common_cmd *siop_cmd, int offset, int wide)
672 siop_cmd->siop_tables->msg_out[offset + 3] = wide;
687 siop_cmd->siop_tables->msg_out[offset + 6] = 1; /* wide */
    [all...]
aic7xxx.c 1790 u_int *offset, int wide, role_t role)
1800 if (wide)
1825 /* Respond Wide */
2011 * Update the user/goal/curr tables of wide negotiation
2405 * Force async with a WDTR message if we have a wide bus,
2473 * Build a wide negotiation message in our message
3189 /* After a wide message, we are async */
3252 * only available if we are negotiating wide.
3449 printf("(%s:%c:%d:%d): refuses WIDE negotiation. Using "
3559 * Process an ignore wide residue message
    [all...]
aic79xx.c 2854 u_int period, u_int *offset, int wide,
2889 /* Respond Wide */
3095 * Update the user/goal/curr tables of wide negotiation
3618 * Force async with a WDTR message if we have a wide bus,
3685 * Build a wide negotiation message in our message
4353 * After a wide message, we are async, but
4423 * are negotiating wide.
4642 printf("(%s:%c:%d:%d): refuses WIDE negotiation. Using "
4746 * Process an ignore wide residue message.
4878 * to handle this mid-transfer ignore wide
    [all...]
  /src/sys/arch/hppa/stand/xxboot/
start.S 281 ; check if narrow or wide mode
438 ; check if narrow or wide mode
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode
  /src/usr.bin/xlint/lint1/
lex.c 689 read_quoted(bool *complete, char delim, bool wide)
693 if (wide)
931 lex_quoted(char delim, bool wide)
934 buffer buf = read_quoted(&complete, delim, wide);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 1268 bool wide = eb->reloc_cache.use_64bit_reloc; local
1279 if (wide)
1291 if (wide) {
1339 if (wide) {
1342 wide = false;
  /src/share/terminfo/
terminfo 175 # -w Wide - in 132 column mode.
1276 # bterm only supports acs using wide-characters, has case for these: qjxamlkut
2626 # Ordinary VT100 in 132 column ("wide") mode.
2666 vt102-w|DEC VT102 in wide mode,
2813 vt220-w|vt200-w|DEC VT220 in wide mode,
2955 vt320-w|vt300-w|DEC VT320 wide 7 bit terminal,
2959 vt320-w-nam|vt300-w-nam|DEC VT320 wide 7 bit terminal with no am,
8317 # if the terminal is wide (132 cols or more)). If even this
9673 # OpenNT wide terminals
10213 # <is2> sets the screen to be 80 columns wide
    [all...]
  /src/tools/compat/
configure 2370 .name = L"Test wide string",

Completed in 56 milliseconds