/titanic_41/usr/src/lib/libtecla/common/ |
H A D | version.c | 24 void libtecla_version(int *major, int *minor, int *micro) in libtecla_version() argument 30 if(micro) in libtecla_version() 31 *micro = TECLA_MICRO_VER; in libtecla_version()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 268 transfers will get 80% of the bus time. In one micro-frame or 125us, we 283 Host_Delay) x Number of transactions per micro-frame 315 and isochronous endpoints. This will tell the host controller which micro- 350 isochronous endpoints. It will tell the host controller which micro frame 353 transaction is reserved in 3 consecutive micro frames 384 micro frame (125us). This means same list is revisited 8 times in a frame. 410 list has eight micro frame lists, which saves bandwidth allocated in each 411 micro frame of that particular frame. 430 - Map a given high speed endpoint's polling interval in micro seconds to an 445 micro frame bandwidth lists for that particular frame bandwidth list. [all …]
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 77 cr_cancels_micro_mode, "crxm" "YB" Using cr turns off micro mode 114 micro_char_size, "mcs" "Yf" Character step size when in micro mode 115 micro_line_size, "mls" "Yg" Line step size when in micro mode 455 enter_micro_mode, "smicm" "ZJ" Enable micro motion capabilities 465 exit_micro_mode, "rmicm" "ZT" Disable micro motion capabilities 470 micro_column_address, "mhpa" "ZY" Like column_address for micro adjustment 471 micro_down, "mcud1" "ZZ" Like cursor_down for micro adjustment 472 micro_left, "mcub1" "Za" Like cursor_left for micro adjustment 473 micro_right, "mcuf1" "Zb" Like cursor_right for micro adjustment 474 micro_row_address, "mvpa" "Zc" Like row_address for micro adjustment [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_ioctl.h | 470 int micro; /* Micro release number */ member 477 int32_t micro; /* Micro release number */ member
|
H A D | rdc.c | 818 STRUCT_FSET(parms, micro, sndr_micro_rev); in rdcioctl()
|
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw.h | 245 int micro; /* Micro release number */ member 404 int micro; /* Micro release number */ member
|
H A D | dsw_dev.c | 3100 uversion32.micro = dsw_micro_rev; in _ii_version() 3111 uversion.micro = dsw_micro_rev; in _ii_version()
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sdbc_ioctl.h | 273 int micro; /* Micro release number */ member
|
H A D | sd_misc.c | 1152 cache_version.micro = sdbc_micro_rev; in sdbcioctl()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 98 cr_cancels_micro_mode crxm YB bool Using cr turns off micro mode 127 micro_char_size mcs Yf number Character step size when in micro mode 128 micro_line_size mls Yg number Line step size when in micro mode 454 enter_micro_mode smicm ZJ str Enable micro motion capabilities 464 exit_micro_mode rmicm ZT str Disable micro motion capabilities 469 micro_column_address mhpa ZY str Like column address for micro adjustment 470 micro_down mcud1 ZZ str Like cursor_down for micro adjustment 471 micro_left mcub1 Za str Like cursor_left for micro adjustment 472 micro_right mcuf1 Zb str Like cursor_right for micro adjustment 473 micro_row_address mvpa Zc str Like row_address for micro adjustment [all …]
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 98 cr_cancels_micro_mode crxm YB bool Using cr turns off micro mode 127 micro_col_size mcs Yf number Character step size when in micro mode 128 micro_line_size mls Yg number Line step size when in micro mode 454 enter_micro_mode smicm ZJ str Enable micro motion capabilities 464 exit_micro_mode rmicm ZT str Disable micro motion capabilities 469 micro_column_address mhpa ZY str Like column address for micro adjustment 470 micro_down mcud1 ZZ str Like cursor_down for micro adjustment 471 micro_left mcub1 Za str Like cursor_left for micro adjustment 472 micro_right mcuf1 Zb str Like cursor_right for micro adjustment 473 micro_row_address mvpa Zc str Like row_address for micro adjustment [all …]
|
/titanic_41/usr/src/lib/ |
H A D | README.mapfiles | 298 increment, but must be a micro increment to ensure that was a distinct 301 an update of Release N must have micro numbers such as SUNW_1.3.1, 302 SUNW_1.3.2, etc. (note that the micro number is not directly tied to the 303 update number: SUNW_1.3.1 may have appeared in Update 2). The micro versions form 306 inclusion of micro releases will look like the following: 315 SYMBOL_VERSION SUNW_1.3.2 { # micro release 2 (e.g., release NU3) 320 SYMBOL_VERSION SUNW_1.3.1 { # micro release 1 (e.g., release NU2)
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 77 void libtecla_version(int *major, int *minor, int *micro);
|
/titanic_41/usr/src/lib/libgss/ |
H A D | README.spi | 36 means that additions of any mechanism methods at micro/patch
|
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | scmadm.c | 2127 version.major, version.minor, version.micro, version.baseline); 2129 if (version.micro) { 2131 version.major, version.minor, version.micro);
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 2864 args.major, args.minor, args.micro, args.baseline); 2866 if (args.micro) { 2868 args.major, args.minor, args.micro);
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 930 int ret, major, minor, micro; in t4_check_fw_version() local 944 micro = G_FW_HDR_FW_VER_MICRO(adapter->params.fw_vers); in t4_check_fw_version() 954 if (minor == T4FW_VERSION_MINOR && micro == T4FW_VERSION_MICRO) in t4_check_fw_version()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 2068 rdc_version.micro, rdc_version.baseline); 2070 if (rdc_version.micro) { 2075 rdc_version.micro);
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 4289 int micro = ztest_random(2); in ztest_zap_parallel() local 4293 ztest_od_init(&od[0], ID_PARALLEL, FTAG, micro, DMU_OT_ZAP_OTHER, 0, 0); in ztest_zap_parallel() 4314 if ((namelen & 1) || micro) { in ztest_zap_parallel()
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 904 \ apply xt to each entry in micro-zap
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1837 # and micro consoles can be found in the `obsolete' section. More details on 12400 microb|microbee|micro bee series:\ 13606 mt4520-rv|micro-term 4520 reverse video:\ 15869 commodore|b-128|Commodore B-128 micro:\ 16069 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived 17208 # micro called the "Intertec Superbrain" that was moderately popular, 17510 # These guys made an early personal micro called the M6800.
|
H A D | terminfo.src | 2091 # and micro consoles can be found in the `obsolete' section. More details on 13973 microb|microbee|micro bee series, 15307 mt4520-rv|micro-term 4520 reverse video, 17842 commodore|b-128|Commodore B-128 micro, 18063 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived 19310 # micro called the "Intertec Superbrain" that was moderately popular, 19635 # These guys made an early personal micro called the M6800.
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 219 0241 Link-5 micro dongle 8687 2506 Kaser 8gB micro hard drive 12283 1007 TT-micro plus Device
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 14746 micro
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 14744 micro
|