Home
last modified time | relevance | path

Searched refs:th (Results 1 – 25 of 88) sorted by relevance

1234

/illumos-gate/usr/src/boot/forth/
H A DMakefile26 FORTH = beastie.4th
27 FORTH += beadm.4th
28 FORTH += brand.4th
31 FORTH += color.4th
32 FORTH += delay.4th
33 FORTH += efi.4th
34 FORTH += frames.4th
35 FORTH += loader.4th
43 FORTH += menu.4th
47 FORTH += pcibios.4th
[all …]
H A Dmenu.rc4 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')
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')
17 \ Initialize main menu constructs (see `menu.4th')
[all …]
H A Dshortcuts.4th37 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 Dbeastie.4th27 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 Dbrand.4th25 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 Dloader.rc4 include /boot/forth/loader.4th
17 include /boot/forth/beastie.4th
H A Dversion.4th26 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 Dmenu-commands.4th29 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 Dloader.4th30 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 Dvjcompress.c164 register struct tcphdr *th; in vj_compress_tcp() local
228 *(int *)th == ((int *) 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()
581 th->th_flags |= TH_PUSH; in vj_uncompress_tcp()
597 th->th_ack = htonl(tmp); in vj_uncompress_tcp()
600 th->th_seq = htonl(tmp); in vj_uncompress_tcp()
617 DECODEU(th->th_urp); in vj_uncompress_tcp()
623 DECODES(th->th_win); in vj_uncompress_tcp()
627 DECODEL(th->th_ack); in vj_uncompress_tcp()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-boot-loader.p5m45 $(i386_ONLY)file path=boot/forth/beadm.4th group=sys mode=0444
48 $(i386_ONLY)file path=boot/forth/brand.4th group=sys mode=0444
52 $(i386_ONLY)file path=boot/forth/efi.4th group=sys mode=0444
86 $(i386_ONLY)file path=usr/share/man/man7/beastie.4th.7
87 $(i386_ONLY)file path=usr/share/man/man7/brand.4th.7
89 $(i386_ONLY)file path=usr/share/man/man7/color.4th.7
90 $(i386_ONLY)file path=usr/share/man/man7/delay.4th.7
93 $(i386_ONLY)file path=usr/share/man/man7/loader.4th.7
95 $(i386_ONLY)file path=usr/share/man/man7/menu.4th.7
96 $(i386_ONLY)file path=usr/share/man/man7/menusets.4th.7
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c71 topo_hdl_t th; in topo_handle() local
77 if (mdb_vread(&th, sizeof (th), addr) != sizeof (th)) { in topo_handle()
90 th.th_platform); in topo_handle()
99 th.th_machine); in topo_handle()
105 th.th_product); in topo_handle()
514 topo_hdl_t th; in fmtopo() local
539 if (mdb_vread(&th, sizeof (th), addr) != sizeof (th)) { in fmtopo()
574 topo_hdl_t th; in ttree_walk_init() local
581 if (mdb_vread(&th, sizeof (th), wsp->walk_addr) != sizeof (th)) { in ttree_walk_init()
629 topo_hdl_t th; in tmod_walk_init() local
[all …]
/illumos-gate/usr/src/man/man7/
H A DMakefile141 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 Dqlt_dma.c417 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()
432 th = th->next; in qlt_dmem_dma_sync()
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()
724 th = th->next; in qlt_dma_setup_dbuf()
752 th = handle_list; in qlt_dma_setup_dbuf()
761 th->num_cookies_fetched = th->num_cookies; in qlt_dma_setup_dbuf()
[all …]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c1027 wchar_t *tp, *th; in _mbsntowcs() local
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()
1083 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1085 tp = th + tbufsize; in _mbsntowcs()
1107 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1109 tp = th + tbufsize - nc; in _mbsntowcs()
1115 *bufhead = th; in _mbsntowcs()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2.c458 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 Dk_atan2l.c724 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 Dwpivar.h198 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 Dtxg.c293 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()
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()
336 int g = th->th_txg & TXG_MASK; in txg_rele_to_sync()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c495 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 Dlstate.h193 struct lua_State th; /* thread */ member
212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab147 th thai tha
254 th thailand th
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c402 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/cmd/truss/
H A Dfcall.c636 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()
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.S319 mov -1, %o2 ! use -1 if no 3rd or 4th TSB
322 mov -1, %o2 ! use -1 if no 3rd or 4th TSB
325 mov -1, %o2 ! use -1 if no 4th TSB

1234