| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | Makefile.inc | 3 FORTH = beastie.4th 4 FORTH += beadm.4th 5 FORTH += brand.4th 6 FORTH += brand-illumos.4th 7 FORTH += brand-titanic.4th 8 FORTH += check-password.4th 9 FORTH += color.4th 10 FORTH += delay.4th 11 FORTH += efi.4th 12 FORTH += frames.4th [all …]
|
| H A D | Makefile | 3 MAN+= beastie.4th.8 \ 4 brand.4th.8 \ 5 check-password.4th.8 \ 6 color.4th.8 \ 7 delay.4th.8 \ 9 loader.4th.8 \ 10 menu.4th.8 \ 11 menusets.4th.8 \ 12 version.4th.8
|
| H A D | menu.rc | 4 include /boot/forth/version.4th 5 include /boot/forth/brand.4th 6 include /boot/forth/menu.4th 7 include /boot/forth/menu-commands.4th 8 include /boot/forth/shortcuts.4th 11 clear \ clear the screen (see `screen.4th') 12 print_version \ print version string (bottom-right; see `version.4th') 13 draw-beastie \ draw freebsd mascot (on right; see `beastie.4th') 14 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th') 15 menu-init \ initialize the menu area (see `menu.4th') [all …]
|
| H A D | shortcuts.4th | 37 marker task-shortcuts.4th 44 clear \ Clear the screen (in screen.4th) 45 print_version \ print version string (bottom-right; see version.4th) 46 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 47 draw-brand \ Draw FIS logo at top (in brand.4th) 48 menu-init \ Initialize menu and draw bounding box (in menu.4th) 49 menu-display \ Launch interactive menu (in menu.4th)
|
| H A D | beastie.4th | 29 marker task-beastie.4th 44 \ NOTE: Each is defined as a logo function in /boot/logo-${loader_logo}.4th 45 \ NOTE: If `/boot/logo-${loader_logo}.4th' does not exist or does not define 67 s" try-include /boot/forth/logo-orb.4th" 69 s" try-include /boot/forth/logo-orbbw.4th" 73 s" try-include /boot/forth/logo-${loader_logo}.4th"
|
| H A D | brand.4th | 27 marker task-brand.4th 40 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th 41 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define 61 s" try-include /boot/forth/brand-illumos.4th" 64 s" try-include /boot/forth/brand-${loader_brand}.4th"
|
| H A D | loader.rc | 4 include /boot/forth/loader.4th 17 include /boot/forth/beastie.4th
|
| H A D | version.4th | 27 marker task-version.4th 61 \ For tributes, do nothing (defer to logo-*.4th) 65 drop exit \ see logo-tribute.4th 72 drop exit \ see logo-tributebw.4th
|
| H A D | menu-commands.4th | 27 marker task-menu-commands.4th 29 include /boot/forth/menusets.4th 553 clear \ Clear the screen (in screen.4th) 554 print_version \ print version string (bottom-right; see version.4th) 555 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 556 draw-brand \ Draw brand.4th logo at top (in brand.4th) 557 menu-init \ Initialize menu and draw bounding box (in menu.4th)
|
| H A D | loader.4th | 42 include /boot/forth/support.4th 43 include /boot/forth/color.4th 44 include /boot/forth/delay.4th 45 include /boot/forth/check-password.4th 47 include /boot/forth/efi.4th 505 \ Initializes support.4th global variables, sets loader_conf_files, 537 \ Overrides support.4th initialization word with one that does 620 : try-include ( -- ) \ see loader.4th(8) 628 include /boot/forth/beadm.4th
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | system-boot-loader.mf | 48 $(i386_ONLY)file path=boot/forth/beadm.4th group=sys mode=0444 49 $(i386_ONLY)file path=boot/forth/beastie.4th group=sys mode=0444 50 $(i386_ONLY)file path=boot/forth/brand-illumos.4th group=sys mode=0444 51 $(i386_ONLY)file path=boot/forth/brand-titanic.4th group=sys mode=0444 52 $(i386_ONLY)file path=boot/forth/brand.4th group=sys mode=0444 53 $(i386_ONLY)file path=boot/forth/check-password.4th group=sys mode=0444 54 $(i386_ONLY)file path=boot/forth/color.4th group=sys mode=0444 55 $(i386_ONLY)file path=boot/forth/delay.4th group=sys mode=0444 56 $(i386_ONLY)file path=boot/forth/efi.4th group=sys mode=0444 57 $(i386_ONLY)file path=boot/forth/frames.4th group=sys mode=0444 [all …]
|
| /titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | vjcompress.c | 166 register struct tcphdr *th; in vj_compress_tcp() local 184 th = (struct tcphdr *)&((int *)ip)[hlen]; in vj_compress_tcp() 186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { in vj_compress_tcp() 190 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp() 206 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp() 230 *(int *)th == ((int *) in vj_compress_tcp() 284 getth_off(th) != getth_off(oth) || in vj_compress_tcp() 287 (getth_off(th) > 5 && in vj_compress_tcp() 288 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp() 299 if (th->th_flags & TH_URG) { in vj_compress_tcp() [all …]
|
| /titanic_53/usr/src/cmd/mdb/common/modules/libtopo/ |
| H A D | libtopo.c | 70 topo_hdl_t th; in topo_handle() local 76 if (mdb_vread(&th, sizeof (th), addr) != sizeof (th)) { in topo_handle() 81 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)th.th_uuid) < 0) { in topo_handle() 82 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", th.th_uuid); in topo_handle() 84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) { in topo_handle() 85 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle() 87 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle() 89 th.th_platform); in topo_handle() 91 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) { in topo_handle() 92 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle() [all …]
|
| /titanic_53/usr/src/man/man5/ |
| H A D | Makefile | 32 brand.4th.5 \ 37 check-password.4th.5 \ 39 color.4th.5 \ 46 delay.4th.5 \ 77 loader.4th.5 \ 85 menu.4th.5 \ 86 menusets.4th.5 \ 138 version.4th.5 \
|
| /titanic_53/usr/src/uts/common/io/comstar/port/qlt/ |
| H A D | qlt_dma.c | 417 qlt_dma_handle_t *th; in qlt_dmem_dma_sync() local 425 th = qsgl->handle_list; in qlt_dmem_dma_sync() 426 while (th) { in qlt_dmem_dma_sync() 427 rv = ddi_dma_sync(th->dma_handle, in qlt_dmem_dma_sync() 432 th = th->next; in qlt_dmem_dma_sync() 659 qlt_dma_handle_t *handle_list, *th; in qlt_dma_setup_dbuf() local 686 th = handle_list; in qlt_dma_setup_dbuf() 695 th->dma_handle, in qlt_dma_setup_dbuf() 702 &th->first_cookie, in qlt_dma_setup_dbuf() 703 &th->num_cookies)) != DDI_DMA_MAPPED) { in qlt_dma_setup_dbuf() [all …]
|
| /titanic_53/usr/src/cmd/msgfmt/ |
| H A D | msgfmt.c | 1029 wchar_t *tp, *th; in _mbsntowcs() local 1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs() 1054 tp = th; in _mbsntowcs() 1070 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1072 tp = th + tbufsize - nc; in _mbsntowcs() 1080 *bufhead = th; in _mbsntowcs() 1081 return ((size_t)(tp - th)); in _mbsntowcs() 1085 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1087 tp = th + tbufsize; in _mbsntowcs() 1109 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() [all …]
|
| /titanic_53/usr/src/lib/libm/common/complex/ |
| H A D | k_atan2.c | 458 double t, xh, th, t1, t2, w1, w2; in __k_atan2() local 513 th = t; in __k_atan2() 514 ((int *) &th)[LOWORD] &= 0xf8000000; in __k_atan2() 517 t1 = (x - xh) * t + xh * (t - th); in __k_atan2() 518 t2 = y - xh * th; in __k_atan2() 533 th = t; in __k_atan2() 534 ((int *) &th)[LOWORD] &= 0xf8000000; in __k_atan2() 537 t1 = (x - xh) * t + xh * (t - th); in __k_atan2() 538 t2 = y - xh * th; in __k_atan2()
|
| H A D | k_atan2l.c | 724 long double t, xh, th, t1, t2, w1, w2; in __k_atan2l() local 776 th = t; HALF(th); in __k_atan2l() 778 t1 = (x - xh) * t + xh * (t - th); in __k_atan2l() 779 t2 = y - xh * th; in __k_atan2l() 794 th = t; HALF(th); in __k_atan2l() 796 t1 = (x - xh) * t + xh * (t - th); in __k_atan2l() 797 t2 = y - xh * th; in __k_atan2l()
|
| /titanic_53/usr/src/uts/common/io/wpi/ |
| H A D | wpivar.h | 198 struct wpi_rx_radiotap_header th; member 201 #define sc_rxtap sc_rxtapu.th 205 struct wpi_tx_radiotap_header th; member 208 #define sc_txtap sc_txtapu.th
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | txg.c | 292 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() argument 305 th->th_cpu = tc; in txg_hold_open() 306 th->th_txg = txg; in txg_hold_open() 312 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce() argument 314 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce() 321 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument 323 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks() 324 int g = th->th_txg & TXG_MASK; in txg_register_callbacks() 332 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync() argument 334 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | loader.rc | 4 include /boot/forth/loader.4th 17 include /boot/forth/beastie.4th
|
| /titanic_53/usr/src/cmd/mdb/sparc/kmdb/ |
| H A D | kaif_activate.c | 252 struct kaif_trap_handlers *th = &kaif_trap_handlers[i]; in kaif_trap_init() local 253 th->th_install(kaif_tba_native + th->th_tt * 0x20, vatotte); in kaif_trap_init()
|
| /titanic_53/usr/src/uts/i86xpv/ml/ |
| H A D | amd64.il | 63 movq %r8, %r10 / r10 = 4th arg 72 movq %r8, %r10 / r10 = 4th arg
|
| /titanic_53/usr/src/uts/intel/io/acpica/ |
| H A D | acpica_ec.c | 402 ACPI_TABLE_HEADER *th; in ec_probe_ecdt() local 407 status = AcpiGetTable(ACPI_SIG_ECDT, 1, &th); in ec_probe_ecdt() 422 ecdt = (ACPI_TABLE_ECDT *)th; in ec_probe_ecdt()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/port/ |
| H A D | lc.tab | 147 th thai tha 254 th thailand th
|