/freebsd/stand/forth/ |
H A D | brand.4th | 26 marker task-brand.4th 31 \ Initialize brand placement to defaults 36 \ loader_brand_y) if defined, or (2,1) (top-left). To choose your brand, set 37 \ the variable `loader_brand' to the respective brand name. 39 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th 40 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define 41 \ a `brand' function, no brand is drawn. 43 : draw-brand ( -- ) \ at (loader_brand_x,loader_brand_y), else (2,1) 52 \ If `brand' is defined, execute it 53 s" brand" sfind ( -- xt|0 bool ) if [all …]
|
H A D | brand-fbsd.4th | 26 2 brandX ! 1 brandY ! \ Initialize brand placement defaults 28 : brand+ ( x y c-addr/u -- x y' ) 34 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns) 41 s" /boot/images/freebsd-brand-rev.png" 48 s" ______ ____ _____ _____ " brand+ 49 s" | ____| | _ \ / ____| __ \ " brand+ 50 s" | |___ _ __ ___ ___ | |_) | (___ | | | |" brand+ 51 s" | ___| '__/ _ \/ _ \| _ < \___ \| | | |" brand+ 52 s" | | | | | __/ __/| |_) |____) | |__| |" brand+ 53 s" | | | | | | || | | |" brand+ [all …]
|
H A D | Makefile | 4 brand.4th.8 \ 14 FILES+= brand.4th 15 FILES+= brand-fbsd.4th
|
H A D | menu.rc | 8 include /boot/brand.4th 17 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
|
H A D | shortcuts.4th | 46 draw-brand \ Draw FIS logo at top (in brand.4th)
|
H A D | menu-commands.4th | 372 draw-brand \ Draw brand.4th logo at top (in brand.4th)
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_branding.c | 78 _acl_brand_may_be(const acl_t acl, int brand) in _acl_brand_may_be() argument 84 if (_acl_brand(acl) == brand) in _acl_brand_may_be() 91 _entry_brand_may_be(const acl_entry_t entry, int brand) in _entry_brand_may_be() argument 94 return (_acl_brand_may_be(entry2acl(entry), brand)); in _entry_brand_may_be() 101 _acl_brand_as(acl_t acl, int brand) in _acl_brand_as() argument 104 assert(_acl_brand_may_be(acl, brand)); in _acl_brand_as() 106 acl->ats_brand = brand; in _acl_brand_as() 110 _entry_brand_as(const acl_entry_t entry, int brand) in _entry_brand_as() argument 113 _acl_brand_as(entry2acl(entry), brand); in _entry_brand_as()
|
H A D | acl_support.h | 44 int _acl_brand_may_be(const acl_t acl, int brand); 45 int _entry_brand_may_be(const acl_entry_t entry, int brand); 46 void _acl_brand_as(acl_t acl, int brand); 47 void _entry_brand_as(const acl_entry_t entry, int brand);
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 39 char brand[256]; in tick_time() local 42 memset(brand, 0, sizeof(brand)); in tick_time() 47 (kmp_cpuid_t *)(brand + (i - 2) * sizeof(kmp_cpuid_t))); in tick_time() 49 char *start = &brand[0]; in tick_time() 53 char *end = brand + KMP_STRLEN(brand) - 3; in tick_time()
|
/freebsd/stand/lua/ |
H A D | drawer.lua | 104 local function getBranddef(brand) 105 if brand == nil then 109 local branddef = branddefs[brand] 113 local res, err = processFile(brand) 116 try_include('brand-' .. brand) 119 if branddefs[brand] == nil then 125 branddef = branddefs[brand]
|
/freebsd/stand/images/ |
H A D | Makefile | 3 FILES+= freebsd-brand-rev.png freebsd-brand.png freebsd-logo-rev.png
|
/freebsd/contrib/bc/tests/bc/scripts/ |
H A D | i2rand.bc | 5 if (brand()) { 12 if (brand()) {
|
/freebsd/bin/setfacl/ |
H A D | util.c | 56 brand_name(int brand) in brand_name() argument 58 switch (brand) { in brand_name()
|
H A D | setfacl.h | 53 const char *brand_name(int brand);
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 149 .brand = ELFOSABI_FREEBSD, 164 .brand = ELFOSABI_FREEBSD, 179 .brand = ELFOSABI_FREEBSD,
|
/freebsd/sys/x86/x86/ |
H A D | tsc.c | 197 char brand[48]; in tsc_freq_intel_brand() local 209 p = brand; in tsc_freq_intel_brand() 216 for (i = 0; i < sizeof(brand) - 1; i++) in tsc_freq_intel_brand() 217 if (brand[i] == 'H' && brand[i + 1] == 'z') in tsc_freq_intel_brand() 218 p = brand + i; in tsc_freq_intel_brand()
|
H A D | identcpu.c | 250 char *brand; in printcpuinfo() local 262 brand = cpu_brand; in printcpuinfo() 265 memcpy(brand, regs, sizeof(regs)); in printcpuinfo() 266 brand += sizeof(regs); in printcpuinfo() 710 brand = cpu_brand; in printcpuinfo() 711 while (*brand == ' ') in printcpuinfo() 712 ++brand; in printcpuinfo() 713 if (*brand != '\0') in printcpuinfo() 714 strcpy(cpu_model, brand); in printcpuinfo()
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 96 .brand = ELFOSABI_FREEBSD, 111 .brand = ELFOSABI_FREEBSD, 126 .brand = ELFOSABI_FREEBSD,
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 181 .brand = ELFOSABI_FREEBSD, 192 .brand = ELFOSABI_FREEBSD, 218 .brand = ELFOSABI_FREEBSD, 232 .brand = ELFOSABI_FREEBSD,
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 154 .brand = ELFOSABI_FREEBSD, 170 .brand = ELFOSABI_FREEBSD, 186 .brand = ELFOSABI_FREEBSD,
|
H A D | elf32_machdep.c | 145 .brand = ELFOSABI_FREEBSD, 164 .brand = ELFOSABI_FREEBSD,
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 128 \ wordlist dup create , brand-wordlist 130 : brand-wordlist ( wid -- ) last-word >name drop wid-set-name ; 133 ficl-wordlist dup create , brand-wordlist does> @ ;
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_disk_acl_freebsd.c | 110 int brand; in translate_acl() local 127 if (acl_get_brand_np(acl, &brand) != 0) { in translate_acl() 132 switch (brand) { in translate_acl()
|
/freebsd/sys/sys/ |
H A D | imgact_elf.h | 81 int brand; member
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1133 id-set 8 : set-brand 1262 set-brand 1 : set-brand-IATA-ATA 1263 set-brand 30 : set-brand-Diners 1264 set-brand 34 : set-brand-AmericanExpress 1265 set-brand 35 : set-brand-JCB 1266 set-brand 4 : set-brand-Visa 1267 set-brand 5 : set-brand-MasterCard 1268 set-brand 6011 : set-brand-Novus
|