/illumos-gate/usr/src/boot/forth/ |
H A D | Makefile | 26 FORTH = beastie.4th 27 FORTH += beadm.4th 28 FORTH += brand.4th 29 FORTH += brand-illumos.4th 30 FORTH += check-password.4th 31 FORTH += color.4th 32 FORTH += delay.4th 33 FORTH += efi.4th 34 FORTH += frames.4th 35 FORTH += loader.4th [all …]
|
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 | 27 marker task-beastie.4th 42 \ NOTE: Each is defined as a logo function in /boot/logo-${loader_logo}.4th 43 \ NOTE: If `/boot/logo-${loader_logo}.4th' does not exist or does not define 65 s" try-include /boot/forth/logo-orb.4th" 67 s" try-include /boot/forth/logo-orbbw.4th" 71 s" try-include /boot/forth/logo-${loader_logo}.4th"
|
H A D | brand.4th | 25 marker task-brand.4th 38 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th 39 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define 59 s" try-include /boot/forth/brand-illumos.4th" 62 s" try-include /boot/forth/brand-${loader_brand}.4th"
|
H A D | version.4th | 26 marker task-version.4th 60 \ For tributes, do nothing (defer to logo-*.4th) 64 drop exit \ see logo-tribute.4th 71 drop exit \ see logo-tributebw.4th
|
H A D | loader.rc | 4 include /boot/forth/loader.4th 17 include /boot/forth/beastie.4th
|
H A D | menu-commands.4th | 29 marker task-menu-commands.4th 31 include /boot/forth/menusets.4th 501 clear \ Clear the screen (in screen.4th) 502 print_version \ print version string (bottom-right; see version.4th) 503 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 504 draw-brand \ Draw brand.4th logo at top (in brand.4th) 505 menu-init \ Initialize menu and draw bounding box (in menu.4th)
|
H A D | loader.4th | 30 include /boot/forth/support.4th 31 include /boot/forth/color.4th 32 include /boot/forth/delay.4th 33 include /boot/forth/check-password.4th 35 include /boot/forth/efi.4th 503 \ Initializes support.4th global variables, sets loader_conf_files, 535 \ Overrides support.4th initialization word with one that does 624 : try-include ( -- ) \ see loader.4th(8) 632 include /boot/forth/beadm.4th
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 164 register struct tcphdr *th; in vj_compress_tcp() local 182 th = (struct tcphdr *)&((int *)ip)[hlen]; in vj_compress_tcp() 184 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { in vj_compress_tcp() 188 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp() 204 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp() 228 *(int *)th == ((int *) in vj_compress_tcp() 282 getth_off(th) != getth_off(oth) || in vj_compress_tcp() 285 (getth_off(th) > 5 && in vj_compress_tcp() 286 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp() 297 if (th->th_flags & TH_URG) { in vj_compress_tcp() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-loader.p5m | 45 $(i386_ONLY)file path=boot/forth/beadm.4th group=sys mode=0444 46 $(i386_ONLY)file path=boot/forth/beastie.4th group=sys mode=0444 47 $(i386_ONLY)file path=boot/forth/brand-illumos.4th group=sys mode=0444 48 $(i386_ONLY)file path=boot/forth/brand.4th group=sys mode=0444 49 $(i386_ONLY)file path=boot/forth/check-password.4th group=sys mode=0444 50 $(i386_ONLY)file path=boot/forth/color.4th group=sys mode=0444 51 $(i386_ONLY)file path=boot/forth/delay.4th group=sys mode=0444 52 $(i386_ONLY)file path=boot/forth/efi.4th group=sys mode=0444 53 $(i386_ONLY)file path=boot/forth/frames.4th group=sys mode=0444 54 $(i386_ONLY)file path=boot/forth/loader.4th group=sys mode=0444 [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 71 topo_hdl_t th; in topo_handle() local 77 if (mdb_vread(&th, sizeof (th), addr) != sizeof (th)) { in topo_handle() 82 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)th.th_uuid) < 0) { in topo_handle() 83 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", th.th_uuid); in topo_handle() 85 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) { in topo_handle() 86 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle() 88 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle() 90 th.th_platform); in topo_handle() 92 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) { in topo_handle() 93 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle() [all …]
|
/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 141 i386_MANFILES= beastie.4th.7 \ 142 brand.4th.7 \ 143 check-password.4th.7 \ 144 color.4th.7 \ 145 delay.4th.7 \ 149 loader.4th.7 \ 150 menu.4th.7 \ 151 menusets.4th.7 \ 153 version.4th.7
|
/illumos-gate/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() 661 qlt_dma_handle_t *handle_list, *th; in qlt_dma_setup_dbuf() local 689 th = handle_list; in qlt_dma_setup_dbuf() 698 th->dma_handle, in qlt_dma_setup_dbuf() 705 &th->first_cookie, in qlt_dma_setup_dbuf() 706 &th->num_cookies)) != DDI_DMA_MAPPED) { in qlt_dma_setup_dbuf() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/ |
H A D | multi_words | 1 10th 5 4th 6 5th 7 6th 8 7th 9 8th 10 9th
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | msgfmt.c | 1027 wchar_t *tp, *th; in _mbsntowcs() local 1039 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs() 1052 tp = th; in _mbsntowcs() 1068 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1070 tp = th + tbufsize - nc; in _mbsntowcs() 1078 *bufhead = th; in _mbsntowcs() 1079 return ((size_t)(tp - th)); in _mbsntowcs() 1083 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1085 tp = th + tbufsize; in _mbsntowcs() 1107 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() [all …]
|
/illumos-gate/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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 293 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() argument 306 th->th_cpu = tc; in txg_hold_open() 307 th->th_txg = txg; in txg_hold_open() 313 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce() argument 315 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce() 322 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument 324 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks() 325 int g = th->th_txg & TXG_MASK; in txg_register_callbacks() 333 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync() argument 335 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lgc.c | 495 static lu_mem traversestack (global_State *g, lua_State *th) { in traversestack() argument 497 StkId o = th->stack; in traversestack() 500 for (; o < th->top; o++) /* mark live elements in the stack */ in traversestack() 503 StkId lim = th->stack + th->stacksize; /* real end of stack */ in traversestack() 509 for (ci = &th->base_ci; ci != th->ci; ci = ci->next) in traversestack() 512 return sizeof(lua_State) + sizeof(TValue) * th->stacksize + in traversestack() 546 lua_State *th = gco2th(o); in propagatemark() local 547 g->gray = th->gclist; /* remove from 'gray' list */ in propagatemark() 548 th->gclist = g->grayagain; in propagatemark() 551 size = traversestack(g, th); in propagatemark()
|
H A D | lstate.h | 193 struct lua_State th; /* thread */ member 212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 147 th thai tha 254 th thailand th
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | fcall.c | 636 td_thrhandle_t th; in make_lwp_stack() local 679 td_ta_map_lwp2thr(Thr_agent, lwpid, &th) == TD_OK && in make_lwp_stack() 680 td_thr_get_info(&th, &thrinfo) == TD_OK && in make_lwp_stack() 825 td_thrhandle_t th; in find_stack() local 872 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) { in find_stack() 881 if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in find_stack() 937 td_thrhandle_t th; in get_tid() local 958 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) { in get_tid() 967 } else if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in get_tid()
|