| /illumos-gate/usr/src/boot/forth/ |
| H A D | logo-beastiebw.4th | 28 46 logoX ! 4 logoY ! \ Initialize logo placement defaults 30 : logo+ ( x y c-addr/u -- x y' ) 36 : logo ( x y -- ) \ B/W BSD mascot (19 rows x 34 columns) 38 s" , ," logo+ 39 s" /( )`" logo+ 40 s" \ \___ / |" logo+ 41 s" /- _ `-/ '" logo+ 42 s" (/\/ \ \ /\" logo+ 43 s" / / | ` \" logo+ 44 s" O O ) / |" logo+ [all …]
|
| H A D | logo-beastie.4th | 29 46 logoX ! 4 logoY ! \ Initialize logo placement defaults 31 : logo+ ( x y c-addr/u -- x y' ) 38 : logo ( x y -- ) \ color BSD mascot (19 rows x 34 columns) 40 s" @[31m, ," logo+ 41 s" /( )`" logo+ 42 s" \ \___ / |" logo+ 43 s" /- @[m_@[31m `-/ '" logo+ 44 s" (@[m/\/ \@[31m \ /\" logo+ 45 s" @[m/ / |@[31m ` \" logo+ 46 s" @[34mO O @[m) @[31m/ |" logo+ [all …]
|
| H A D | logo-illumos.4th | 28 46 logoX ! 4 logoY ! \ Initialize logo placement defaults 30 : logo+ ( x y c-addr/u -- x y' ) 37 : logo ( x y -- ) \ color illumos logo 43 s" /boot/illumos-logo.png" 50 s" @[33m,@[m " logo+ 51 s" @[33m,./% @[31m&@[m " logo+ 52 s" @[33m(****@[31m*(@[m " logo+ 53 s" @[33m*/*@[31m//@[m " logo+ 54 s" @[33m*,//@[31m/((@[m " logo+ 55 s" @[33m,*/@[31m/((/%@[m " logo+ [all …]
|
| H A D | logo-orbbw.4th | 27 46 logoX ! 7 logoY ! \ Initialize logo placement defaults 29 : logo+ ( x y c-addr/u -- x y' ) 35 : logo ( x y -- ) \ B/W Orb mascot (15 rows x 32 columns) 37 s" ``` `" logo+ 38 s" s` `.....---.......--.``` -/" logo+ 39 s" +o .--` /y:` +." logo+ 40 s" yo`:. :o `+-" logo+ 41 s" y/ -/` -o/" logo+ 42 s" .- ::/sy+:." logo+ 43 s" / `-- /" logo+ [all …]
|
| H A D | logo-orb.4th | 27 46 logoX ! 7 logoY ! \ Initialize logo placement defaults 29 : logo+ ( x y c-addr/u -- x y' ) 36 : logo ( x y -- ) \ color Orb mascot (15 rows x 30 columns) 38 s" @[31m``` @[31;1m`@[31m" logo+ 39 s" s` `.....---...@[31;1m....--.``` -/@[31m" logo+ 40 s" +o .--` @[31;1m/y:` +.@[31m" logo+ 41 s" yo`:. @[31;1m:o `+-@[31m" logo+ 42 s" y/ @[31;1m-/` -o/@[31m" logo+ 43 s" .- @[31;1m::/sy+:.@[31m" logo+ 44 s" / @[31;1m`-- /@[31m" logo+ [all …]
|
| H A D | logo-fbsdbw.4th | 28 52 logoX ! 9 logoY ! \ Initialize logo placement defaults 30 : logo+ ( x y c-addr/u -- x y' ) 36 : logo ( x y -- ) \ "FreeBSD" logo in B/W (13 rows x 21 columns) 38 s" ______" logo+ 39 s" | ____| __ ___ ___ " logo+ 40 s" | |__ | '__/ _ \/ _ \" logo+ 41 s" | __|| | | __/ __/" logo+ 42 s" | | | | | | |" logo+ 43 s" |_| |_| \___|\___|" logo+ 44 s" ____ _____ _____" logo+ [all …]
|
| H A D | beastie.4th | 34 \ Initialize logo placement to defaults 40 \ your beastie, set the variable `loader_logo' to the respective logo name. 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 44 \ a `logo' function, no beastie is drawn. 56 \ If `logo' is defined, execute it 57 s" logo" sfind ( -- xt|0 bool ) if 60 \ Not defined; try-include desired logo file 65 s" try-include /boot/forth/logo-orb.4th" 67 s" try-include /boot/forth/logo-orbbw.4th" [all …]
|
| H A D | Makefile | 37 FORTH += logo-beastie.4th 38 FORTH += logo-beastiebw.4th 39 FORTH += logo-fbsdbw.4th 40 FORTH += logo-illumos.4th 41 FORTH += logo-orb.4th 42 FORTH += logo-orbbw.4th 52 FILES += illumos-logo.png
|
| H A D | version.4th | 56 \ Use above default if no logo is requested 60 \ For tributes, do nothing (defer to logo-*.4th) 63 s" logo" sfind if 64 drop exit \ see logo-tribute.4th 70 s" logo" sfind if 71 drop exit \ see logo-tributebw.4th
|
| H A D | shortcuts.4th | 46 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 47 draw-brand \ Draw FIS logo at top (in brand.4th)
|
| H A D | brand-fbsd.4th | 35 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
|
| H A D | brand-illumos.4th | 33 : brand ( x y -- ) \ "illumos" [wide] logo in B/W (5 rows x 39 columns)
|
| H A D | menu-commands.4th | 503 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 504 draw-brand \ Draw brand.4th logo at top (in brand.4th)
|
| /illumos-gate/usr/src/cmd/eeprom/sparc/ |
| H A D | loadlogo.c | 42 loadlogo(char *name, int w, int h, char *logo) in loadlogo() argument 106 *logo++ = val >> 24; in loadlogo() 107 *logo++ = val >> 16; in loadlogo() 110 *logo++ = val >> 8; in loadlogo() 111 *logo++ = val; in loadlogo()
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-boot-loader.p5m | 55 $(i386_ONLY)file path=boot/forth/logo-beastie.4th group=sys mode=0444 56 $(i386_ONLY)file path=boot/forth/logo-beastiebw.4th group=sys mode=0444 57 $(i386_ONLY)file path=boot/forth/logo-fbsdbw.4th group=sys mode=0444 58 $(i386_ONLY)file path=boot/forth/logo-illumos.4th group=sys mode=0444 59 $(i386_ONLY)file path=boot/forth/logo-orb.4th group=sys mode=0444 60 $(i386_ONLY)file path=boot/forth/logo-orbbw.4th group=sys mode=0444 72 $(i386_ONLY)file path=boot/illumos-logo.png group=sys mode=0444
|
| /illumos-gate/usr/src/uts/sun/sys/scsi/adapters/ |
| H A D | sfvar.h | 336 struct la_els_logo logo; member 344 struct la_els_logo logo; member
|
| /illumos-gate/usr/src/cmd/dc/ |
| H A D | dc.h | 160 int logo; variable
|
| H A D | dc.c | 370 logo = log2(l); in commnds() 1537 dout = ((dig / 10) + dig) / logo; in print()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | THIRDPARTYLICENSE.unicode | 91 1. Unicode and the Unicode logo are registered trademarks of Unicode, 190 Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
|
| /illumos-gate/usr/src/pkg/license_files/ |
| H A D | lic_OSBL | 73 logo or trade name of Sun or its licensors is granted under this
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| H A D | LICENSE | 82 logo or trade name of Sun or its licensors is granted under this
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_hw.h | 1789 LOGO logo; /* Payload for PLOGO, FLOGO */ member
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_els.c | 3510 els->un.logo.un.nPortId32 = pkt->pkt_cmd_fhdr.s_id; in emlxs_send_logo() 3511 bcopy((uint8_t *)&port->wwpn, (uint8_t *)&els->un.logo.portName, in emlxs_send_logo()
|
| H A D | emlxs_dfc.c | 3245 els->un.logo.un.nPortId32 = LE_SWAP32(vport->did); in emlxs_dfc_destroy_vport() 3246 bcopy(&vport->wwpn, &els->un.logo.portName, 8); in emlxs_dfc_destroy_vport() 3706 els->un.logo.un.nPortId32 = in emlxs_dfc_npiv_test() 3711 bcopy(wwn, &els->un.logo.portName, 8); in emlxs_dfc_npiv_test()
|
| /illumos-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | LICENSE.txt | 110 System, CUPS, and CUPS logo. You may use these names and logos
|